Originally posted by TimmyWick
Hey everybody, I'm having an annoying search for help with the mw3 fast restart offset. I KNOW what the offset is, I just don't know what code to insert it in in C#.
I tried:
byte[]FastRestart = new byte[] {0x00}
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x00183748, FastRestart);
But it won't work. I know it has something to do with that whole code. Can anyone please help me out???
Thank you!
This code you have would have frozen your ps3... here is right code.
CallFunc(0x00223B20, str_pointer("sv_maprestart_f"));
you will need to be using ps3.lib and RPC.