Originally posted by AdvancedGaming
Hey I combined some offsets together and found a good UAV that shows enemies and teammates AND also lets you spawn in as before i couldn't find out how. I currently have mine like this although i haven't found a way to turn off:
PS3.SetMemory(0x216144, new byte[] { 0x2c, 3, 0, 1 });
byte[ ] buffer8 = new byte[4];
buffer8[0] = 0x2c;
buffer8[1] = 0x30;
PS3.SetMemory( 0x216144, buffer8 );
Not trying to be a bitch but do you mind keeping offsets to your self before just posting it....