You are viewing our Forum Archives. To view or take place in current topics click here.
Help with XRPC Please ?
Posted:
Help with XRPC Please ?Posted:
Status: Offline
Joined: Dec 22, 201212Year Member
Posts: 98
Reputation Power: 4
Status: Offline
Joined: Dec 22, 201212Year Member
Posts: 98
Reputation Power: 4
is this how you would set super jump in a XRPC tool:
private void button9_Click_1(object sender, EventArgs e)
{
byte[] jump = new byte[] { 0x44, 0x79, 0xc0, 0 };
Jtag.Call(0x8200183C, jump);
}
Please tell me if im completely wrong or help me
Thanks ....
private void button9_Click_1(object sender, EventArgs e)
{
byte[] jump = new byte[] { 0x44, 0x79, 0xc0, 0 };
Jtag.Call(0x8200183C, jump);
}
Please tell me if im completely wrong or help me
Thanks ....
You are viewing our Forum Archives. To view or take place in current topics click here.