Post: Simple But Effective mw3 1.24 Check RPC func.
05-07-2014, 05:18 PM #1
kiwi_modz
I defeated!
(adsbygoogle = window.adsbygoogle || []).push({}); Since Shark Released His Awesome "You must login or register to view this content." I have and many of you developers out there have most probably frozen enabling RPC whilst attaching multiple times "Testing your tools". As many of us have RPC.enable under our attach buttons.



Credits To Shark as I'm only using his RPC Code as an example

This Function Checks If "RPC.Enable"'s "bytes" have been sent to the games memory and if so, a message box is shown stating that its already enabled, if not the bytes are sent Smile

I Made this simple check RPC func using a idea i got form Anera's kick godmode user method.


Originally posted by another user
public static void Enable()
{
byte[] CheckRPC = new byte[1];
PS3.GetMemory(0x27720C, ref CheckRPC);
if (CheckRPC[0] == 0x80)
{
byte[] bytes = new byte[] {
0x3f, 0x80, 0x10, 5, 0x81, 0x9c, 0, 0x48, 0x2c, 12, 0, 0, 0x41, 130, 0, 120,
0x80, 0x7c, 0, 0, 0x80, 0x9c, 0, 4, 0x80, 0xbc, 0, 8, 0x80, 220, 0, 12,
0x80, 0xfc, 0, 0x10, 0x81, 0x1c, 0, 20, 0x81, 60, 0, 0x18, 0x81, 0x5c, 0, 0x1c,
0x81, 0x7c, 0, 0x20, 0xc0, 60, 0, 0x24, 0xc0, 0x5c, 0, 40, 0xc0, 0x7c, 0, 0x2c,
0xc0, 0x9c, 0, 0x30, 0xc0, 0xbc, 0, 0x34, 0xc0, 220, 0, 0x38, 0xc0, 0xfc, 0, 60,
0xc1, 0x1c, 0, 0x40, 0xc1, 60, 0, 0x44, 0x7d, 0x89, 3, 0xa6, 0x4e, 0x80, 4, 0x21,
0x38, 0x80, 0, 0, 0x90, 0x9c, 0, 0x48, 0x90, 0x7c, 0, 0x4c, 0xd0, 60, 0, 80,
0x48, 0, 0, 20
};
PS3.SetMemory(func_address, new byte[] { 0x41 });
PS3.SetMemory(func_address + 4, bytes);
PS3.SetMemory(func_address, new byte[] { 0x40 });
}
else if (CheckRPC[0] == 0x3F)
{
MessageBox.Show("RPC Is Already Enabled\nWe Don't Want You To Freeze Now Do We Smile", "Your Application");

}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 9 users say thank you to kiwi_modz for this useful post:

jwm614, Mango_Knife, moxl, Mx444, xProvXKiller, Sticky, Turk_Warrior, User343234, Laser
05-13-2014, 01:01 PM #11
kiwi_modz
I defeated!
Originally posted by seb5594 View Post
lol no offense but what ppl discover one year after the rpc got released lmao.everyone who can think abit would do that No


Haven't seen it released in any open source menu bases or tools that have freezing issues. You have a good point tho. I'm just trying to help out People that didn't think of it.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo