Advertisement
trolman5678

god mode test

Aug 24th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. debugProcess(3);
  2. autoAssemble([[
  3.  
  4. GlobalAlloc(modecheck,7048)
  5.  
  6. registerSymbol(health)
  7. registerSymbol(cave)
  8.  
  9. label(original)
  10. label(health)
  11. label(start)
  12. label(cave)
  13.  
  14. "RobloxPlayerBeta.exe"+2FB278:
  15. health:
  16.  
  17. modecheck:
  18.  
  19. original:
  20. cave:
  21. db FF FF FF FF FF FF FF FF FF FF FF FF FF FF
  22.  
  23. jmp start
  24.  
  25. "msvcrt.dll"+26C09:
  26. jmp modecheck
  27.  
  28. start:
  29.  
  30. ]]);
  31.  
  32. debugger_onBreakpoint=function()
  33. if EIP==getAddress'health'then
  34. hasChangedARegister=true;
  35. EAX=getAddress'cave';
  36. changedEAX=true;
  37. end;
  38. debug_continueFromBreakpoint(co_run);
  39. return 1;
  40. end;
  41.  
  42. debug_setBreakpoint(getAddress'health');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement