uwe_baker

Neues Laufscript RGN

Apr 21st, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ;Download-AHPI.ahk:
  2. ;http://www.file-upload.net/download-11504615/AHPI.ahk.html
  3. ;http://pastebin.com/h07VGXkV
  4.  
  5. #include AHPI.ahk
  6.  
  7. #IfWinActive GTA:SA:MP
  8.  
  9. *~$SHIFT::
  10. if(isInChat())
  11. return
  12. Loop,
  13. {
  14. GetKeyState, SpaceState, SHIFT, P
  15. If SpaceState = U
  16. break
  17. Sleep 60
  18. Send, {Blind}{SHIFT}
  19. }
  20. return
Add Comment
Please, Sign In to add comment