Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. class UpdatePosition implements Runnable
  2. {
  3. @Override
  4. public void run()
  5. {
  6. while(codRuns)
  7. {
  8. int x = 0;
  9. int xPointer = 0x13EB6AC;
  10. int xOffset = 0x13C;
  11. int xPointed = readValueFromProcessMemory(openedProcess, 4, xPointer, 0);
  12. while(codRuns)
  13. {
  14. x = readValueFromProcessMemory(openedProcess, 4, xPointed + xOffset, 0);
  15. System.out.println(x);
  16. try{Thread.sleep(1000);} catch(Exception e){}
  17. }
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement