You are viewing our Forum Archives. To view or take place in current topics click here.
Ok now need some help with this code...
Posted:

Ok now need some help with this code...Posted:

chan99
  • Challenger
Status: Offline
Joined: Sep 19, 201112Year Member
Posts: 135
Reputation Power: 5
Status: Offline
Joined: Sep 19, 201112Year Member
Posts: 135
Reputation Power: 5
adding a msp spoofer to my tool and im getting an error in the code when i try to use the msp spoofer




private void button3_Click(object sender, EventArgs e)
{
jtag.SetMemory(2181038080u - 0x975970, new byte[] { 0x38, 0x80, 0x00, 0x05, 0x80, 0x63, 0x00, 0x1C, 0x90, 0x83, 0x00, 0x04, 0x38, 0x80, 0x05, 0x39, 0x90, 0x83, 0x00, 0x08, 0x38, 0x60, 0x00, 0x00, 0x4E, 0x80, 0x00, 0x20 });
jtag.SetMemory(2181038080u - 0x717668, new byte[] { 0x60, 0x00, 0x00, 0x00 });
jtag.SetMemory(2181038080u - 0x712F7C, new byte[] { 0x48, 0x00, 0x00, 0xC8 });
jtag.SetMemory(2181038080u + 0xE15C15C, new byte[] { 0x39, 0x60, 0x00, 0x00 });
jtag.SetMemory(2181038080u + 0xE15C108, new byte[] { 0x60, 0x00, 0x00, 0x00 });
}
#2. Posted:
Hacz
  • Summer 2018
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 2,891
Reputation Power: 150
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 2,891
Reputation Power: 150
No one can help you without seeing the error.
#3. Posted:
ZZ9_x_iHaXoRZz
  • Rigged Luck
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Not to sound like a dick but I think you should do some revising on C# coding, nothing relevant to modding. Looking at you first error topic and now this it shows that you have no idea what you are doing, again I'm not trying to be a dick but you really should do some revising. for basic learning I recommend you using MSDN or codeproject.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.