0% found this document useful (0 votes)
69 views1 page

Script Apx Ahk

Uploaded by

Azonna Replay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views1 page

Script Apx Ahk

Uploaded by

Azonna Replay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

; | Shortcut | Output |

; | -------------- | ----------------- |
; | { F1 } | { WheelLeft } |
; | { F2 } | { } |
; | { F3 } | { } |
; | { F10 } | { } |

F3::
Send, {r down}
Sleep 400
Send, {r up}
MouseMove, -650, 250, 0, R
Sleep 10
Send {LButton}
Sleep 8
Send {ESC}
return

Var = 0

9::
{
if Var = 1
{
msgbox "input true"
Var := 0
return
}
else Var = 0
{
msgbox "input false"
Var := 1
return
}
}
return

You might also like