Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MSP Spoofer By CallumCarMicheal
- // Offset: 0x8168A690
- // Set the MSP Amount in BIN/HEX
- byte[] bytes0 = {
- 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(0x8168A690, bytes);
- //Offset: 0x818ED084
- byte[] bytes1 = { 0x48, 0x00, 0x00, 0xC8 };
- //Offset: 0x9015C15C
- byte[] bytes2 = { 0x39, 0x60, 0x00, 0x00 };
- //Offset: 0x9015C108
- byte[] bytes3 = { 0x60, 0x00, 0x00, 0x00 };
- // The Spoof
- Jtag.SetMemory(0x8168A690, bytes0);
- Jtag.SetMemory(0x818ED084, bytes1);
- Jtag.SetMemory(0x9015C15C, bytes2);
- Jtag.SetMemory(0x9015C108, bytes3);
- Skype: Selfirene
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement