Advertisement
EnduringGuerila

Untitled

Sep 1st, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Loop
  2. {
  3.     GetKeyState, RMB, Rbutton,P
  4.    
  5.     if RMB = D
  6.     {
  7.         MouseClick, right
  8.         sleep, 10
  9.         Loop
  10.         {
  11.             GetKeyState, RMB, Rbutton,P
  12.             if RMB = U
  13.                 break
  14.             sleep, 50
  15.         }
  16.         MouseClick, right
  17.     }
  18.    
  19.     sleep, 50
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement