Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- debugProcess(3);
- autoAssemble([[
- GlobalAlloc(modecheck,7048)
- registerSymbol(health)
- registerSymbol(cave)
- label(original)
- label(health)
- label(start)
- label(cave)
- "RobloxPlayerBeta.exe"+2FB278:
- health:
- modecheck:
- original:
- cave:
- db FF FF FF FF FF FF FF FF FF FF FF FF FF FF
- jmp start
- "msvcrt.dll"+26C09:
- jmp modecheck
- start:
- ]]);
- debugger_onBreakpoint=function()
- if EIP==getAddress'health'then
- hasChangedARegister=true;
- EAX=getAddress'cave';
- changedEAX=true;
- end;
- debug_continueFromBreakpoint(co_run);
- return 1;
- end;
- debug_setBreakpoint(getAddress'health');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement