Advertisement
Magic_Arts

Magic Arts -> MSP Spoofer C#

Aug 3rd, 2016
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.71 KB | None | 0 0
  1. MSP Spoofer By CallumCarMicheal
  2. // Offset: 0x8168A690
  3. // Set the MSP Amount in BIN/HEX
  4. byte[] bytes0 = {
  5.     0x38, 0x80, 0x00, 0x05, 0x80, 0x63,
  6.     0x00, 0x1C, 0x90, 0x83, 0x00, 0x04,
  7.     0x38, 0x80, 0x05, 0x39, 0x90, 0x83,
  8.     0x00, 0x08, 0x38, 0x60, 0x00, 0x00,
  9.     0x4E, 0x80, 0x00, 0x20 };
  10.  
  11. Jtag.SetMemory(0x8168A690, bytes);
  12. //Offset: 0x818ED084
  13. byte[] bytes1 = { 0x48, 0x00, 0x00, 0xC8 };
  14. //Offset: 0x9015C15C
  15. byte[] bytes2 = { 0x39, 0x60, 0x00, 0x00 };
  16. //Offset: 0x9015C108
  17. byte[] bytes3 = { 0x60, 0x00, 0x00, 0x00 };
  18.  
  19.  
  20. // The Spoof
  21. Jtag.SetMemory(0x8168A690, bytes0);
  22. Jtag.SetMemory(0x818ED084, bytes1);
  23. Jtag.SetMemory(0x9015C15C, bytes2);
  24. Jtag.SetMemory(0x9015C108, bytes3);
  25.  
  26. Skype: Selfirene
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement