Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
- ; #Warn ; Enable warnings to assist with detecting common errors.
- SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
- SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
- #IfWinActive ahk_exe StarCitizen.exe
- +1::
- Send,,{F11}
- SoundPlay, e:\virpil\sound\Requesting landing pad.mp3
- Sleep 3500
- MouseMove,523,333
- Sleep 1000
- MouseMove,523,333
- Sleep 1000
- MouseClick,left
- ;Sleep 3000
- MouseMove,800,520,5
- Sleep 1000
- MouseClick,left
- Sleep 4000
- Send,,{F11}
- return
- #IfWinActive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement