Post: Mw3 fast restart offset please help.
03-16-2014, 04:31 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); 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!
(adsbygoogle = window.adsbygoogle || []).push({});
03-19-2014, 03:57 PM #2
kiwi_modz
I defeated!
Originally posted by TimmyWick View Post
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.
03-22-2014, 11:43 AM #3
Jannik007
Do a barrel roll!
YOu don't even need to do it like you do. YOu can even do just this:

CallFunc(0x00223B20);

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo