Advertisement
cotopian

Mob Lag

Jul 10th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [ENABLE]
  2. alloc(hook,128)
  3. label(return)
  4.  
  5. hook:
  6. mov [esp+4],#9
  7. push ebp
  8. mov ebp,esp
  9. push -01
  10. jmp return
  11.  
  12. 012B0BA0: //81 ? EB 20 42 01 74 ? 81 ? 02 1D 42 01 74 [FUNCTION START]
  13. jmp hook
  14. return:
  15.  
  16. [DISABLE]
  17. 012B0BA0:
  18. push ebp
  19. mov ebp,esp
  20. push -01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement