Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;Download-AHPI.ahk:
- ;http://www.file-upload.net/download-11504615/AHPI.ahk.html
- ;http://pastebin.com/h07VGXkV
- #include AHPI.ahk
- #IfWinActive GTA:SA:MP
- *~$SHIFT::
- if(isInChat())
- return
- Loop,
- {
- GetKeyState, SpaceState, SHIFT, P
- If SpaceState = U
- break
- Sleep 60
- Send, {Blind}{SHIFT}
- }
- return
Add Comment
Please, Sign In to add comment