Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- GTA 5 Online 폐활량작 매크로 (Autohotkey)
- */
- #NoTrayIcon
- #SingleInStance Force
- SendMode Input
- Gui +AlwaysOnTop
- Gui Add,Button,vButton gButton w300 h50,On
- Gui Show,,GTA 5 Online 폐활량작
- Return
- Button:
- WinActivate Grand Theft Auto V
- Sleep(10)
- If((Toggle:=!Toggle)=1)
- {
- GuiControl,,Button,Off
- SetTimer Script
- }
- Else
- {
- GuiControl,,Button,On
- global Exit=1
- SetTimer Script,Off
- Send {Space Up}
- Send {S Down}{Shift Down}
- global Exit=
- Sleep(2000)
- Send {S Up}{LShift Up}
- }
- Return
- GuiEscape:
- GuiClose:
- ExitApp
- Script:
- Sleep(2000)
- Send {Space Down}
- Sleep(10000)
- Send {Space Up}
- Send {S Down}{Shift Down}
- Sleep(2000)
- Send {s Up}{LShift Up}
- Return
- Sleep(milliseconds:=0)
- {
- StartTickCount := A_TickCount
- Loop
- {
- If ((A_TickCount - StartTickCount) >= milliseconds)
- Break
- if (Exit = 1)
- Break
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement