Advertisement
Guest User

reloadSelfAI.ahk

a guest
Oct 31st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SetMouseDelay, 0
  2. F6::AIResetRespawn() ;
  3.  
  4.  
  5. AIResetRespawn(){
  6.         BlockInput On
  7.         Send {F4}
  8.         Sleep 50
  9.         Send +{F9}
  10.         Sleep 50
  11.         Send ^{F9}
  12.         Sleep 50
  13.         MouseMove, 1270, 720
  14.         Sleep 150
  15.         Send {LButton}
  16.         Sleep 150
  17.         KeyWait, LButton, U
  18.         Sleep 150
  19.         MouseMove, 2400, 40
  20.         Sleep 150
  21.         Send {LButton}
  22.         Sleep 550
  23.         KeyWait, LButton, U
  24.         Sleep 550
  25.         MouseMove, 2340, 40
  26.         Sleep 150
  27.         Send {LButton}
  28.         Sleep 50
  29.         KeyWait, LButton, U
  30.         Sleep 50
  31.         Send {F4}
  32.         Sleep 50
  33.         BlockInput Off
  34.         return
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement