Post: Rpc (cappi)
01-06-2014, 07:39 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I've been trying to RPC for a While

with this offset
     private void button12_Click(object sender, EventArgs e)
{
PS3.Extension.WriteString(0x054CEFC, (RPCMW3box.Text));//in The Text box i put c ^2welcome....
}


it works tho like the thread You must login or register to view this content. I ave to put back that offset like it was so i can restart another game

I use this code but it doesn't 100% sometime i can start the game other times it freeze
    private void button13_Click(object sender, EventArgs e)
{
byte[] RPCRESET = new byte[] { 0x25, 0x73, 0x00, 0x00, 0x66, 0x20, 0x25, 0x66, 0x00, 0x00, 0x00, 0x00, 0x25, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, };
PS3.SetMemory(0x054CEFC, RPCRESET);
}

can someone help me out I'm kind of stuck can't find why it doesn't reset that offset correctly =D
(adsbygoogle = window.adsbygoogle || []).push({});
01-07-2014, 12:33 PM #2
Mango_Knife
In my man cave
Originally posted by Prime
I've been trying to RPC for a While

with this offset
     private void button12_Click(object sender, EventArgs e)
{
PS3.Extension.WriteString(0x054CEFC, (RPCMW3box.Text));//in The Text box i put c ^2welcome....
}


it works tho like the thread You must login or register to view this content. I ave to put back that offset like it was so i can restart another game

I use this code but it doesn't 100% sometime i can start the game other times it freeze
    private void button13_Click(object sender, EventArgs e)
{
byte[] RPCRESET = new byte[] { 0x25, 0x73, 0x00, 0x00, 0x66, 0x20, 0x25, 0x66, 0x00, 0x00, 0x00, 0x00, 0x25, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, };
PS3.SetMemory(0x054CEFC, RPCRESET);
}

can someone help me out I'm kind of stuck can't find why it doesn't reset that offset correctly =D


1.24 SVC: 0x0054cefc

The following user thanked Mango_Knife for this useful post:

Prime Gaming
01-08-2014, 12:17 AM #3
Originally posted by Prime
I've been trying to RPC for a While

with this offset
     private void button12_Click(object sender, EventArgs e)
{
PS3.Extension.WriteString(0x054CEFC, (RPCMW3box.Text));//in The Text box i put c ^2welcome....
}


it works tho like the thread You must login or register to view this content. I ave to put back that offset like it was so i can restart another game

I use this code but it doesn't 100% sometime i can start the game other times it freeze
    private void button13_Click(object sender, EventArgs e)
{
byte[] RPCRESET = new byte[] { 0x25, 0x73, 0x00, 0x00, 0x66, 0x20, 0x25, 0x66, 0x00, 0x00, 0x00, 0x00, 0x25, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, };
PS3.SetMemory(0x054CEFC, RPCRESET);
}

can someone help me out I'm kind of stuck can't find why it doesn't reset that offset correctly =D

you need to Enable RPC

The following 2 users say thank you to John for this useful post:

Mango_Knife, Prime Gaming

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo