Press [x] key to toggle the script on and off
Press [p] key to switch between state one and state two
state one : holds left click and d at the same time
state two : holds left click and s at the same time
also to clarify i dont meant to completely stop the script but something more akin to this
Code: Select all
toggle := true
return
f1::toggle := !toggle ;inverts toggle 0>1>0>1 etc.
#If toggle ;if toggle = true/1 then hotkeys work, otherwise disabled
z::a ;this does not need a return since its single line
x::d