Advertisement
Guest User

Untitled

a guest
Apr 9th, 2018
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. [ENABLE]
  2. // ORGINAL GAME NEEDED
  3. //code from here to '[DISABLE]' will be used to enable the cheat
  4. alloc(newmem,2048,"FIFA18.exe"+3567733)
  5. label(returnhere)
  6. label(originalcode)
  7. label(exit)
  8.  
  9. newmem: //this is allocated memory, you have read,write,execute access
  10. //place your code here
  11.  
  12. originalcode:
  13. jmp 1435677DD
  14.  
  15. exit:
  16. jmp returnhere
  17.  
  18. "FIFA18.exe"+3567733:
  19. jmp newmem
  20. nop
  21. returnhere:
  22.  
  23.  
  24.  
  25.  
  26. [DISABLE]
  27. //code from here till the end of the code will be used to disable the cheat
  28. dealloc(newmem)
  29. "FIFA18.exe"+3567733:
  30. jng 1435677DD
  31. //Alt: db 0F 8E A4 00 00 00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement