Guest User

Untitled

a guest
May 1st, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ~NumLock::Suspend, toggle
  2. ~*E::
  3. while GetKeyState("E") ;<--- Spin Right
  4. {
  5. MouseMove, 15, 0, 1, R
  6. }
  7. ~*Q::
  8. while GetKeyState("Q") ;<--- Spin Left
  9. {
  10. MouseMove, -15, 0, 1, R
  11. }
Add Comment
Please, Sign In to add comment