Guest User

Untitled

a guest
Aug 19th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .timer:
  2.      invoke     GetAsyncKeyState,VK_F11
  3.      cmp        eax,0
  4.      je         .finish
  5.      invoke     ReadPointer,[pointer_base]
  6.      invoke     GetAsyncKeyState,VK_F12
  7.      cmp        eax,0
  8.      je         .finish
  9.      invoke     BlahBlah2
  10. .finish:
  11.      ret
Add Comment
Please, Sign In to add comment