- ~$*1:: ;This makes the hotkey, so 1 triggers the script
- Loop ;loop the script untill broken
- { ;loop start
- GetKeyState 1, P ;Get the state of 1
- Send {N} ;It hasnt been released so send another Click
- Send {O}
- Send {O}
- Send {N}
- Send {G}
- Send {A}
- Send {Enter}
- sleep 1 ; This is the time between presses, after its slept it will return to the top of the loop and start again
- } ;loop end