Not even autohot key will work in this freaking game
This script works in everything else.. Ah well thanks for the help.
; Recommended for performance
#NoEnv
; Better and more reliable
SendMode Input
; Press the right mouse button unless it's already pressed.
F2::
if ( not GetKeyState("RButton" , "P") )
Click down right
return
; Release the mouse button when the key is released.
F2 Up::Click up right
F1::
if ( not GetKeyState("LButton" , "P") )
Click down
return
F1 Up::Click up