Advertisement
Guest User

Untitled

a guest
Feb 15th, 2021
1,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. //////////// by Mark Lilly ////////////
  2.  
  3. if (wcscmp(ModuleHandle->BaseDllName.Buffer, L"Guide.MP.Purchase.xex") == 0) {
  4. BYTE xampatch1[0x1C] = {
  5. 0x38, 0x80, 0x00, 0x05, 0x80, 0x63, 0x00, 0x1C, 0x90, 0x83, 0x00, 0x04,
  6. 0x38, 0x80, 0x09, 0xC4, 0x90, 0x83, 0x00, 0x08, 0x38, 0x60, 0x00, 0x00,
  7. 0x4E, 0x80, 0x00, 0x20
  8. };
  9.  
  10. SetMemory((PVOID)0x8168A6F8, xampatch1, 0x1C); // xam.xex 17559
  11. *(DWORD*)(0x818E9BE4) = 0x60000000; // xam.xex 17559
  12. *(DWORD*)(0x818EE414) = 0x480000C8; // xam.xex 17559
  13. *(DWORD*)(0x9015D860) = 0x60000000; // Guide.MP.Purchase.xex 17559
  14. *(DWORD*)(0x9015D924) = 0x60000000; // Guide.MP.Purchase.xex 17559
  15. }
  16.  
  17. /*Note: use this at your own risk I am not responsible for kv bans.*/
  18.  
  19. //////////// enjoy it friends! ////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement