1- can any one help with How to hide AHK from the game and thx
2- when iuse #1 some tome script cant stop - there is any one can help with any key to fore stop ?
this because i male Ctrl down alltime - no Ctrl up --
my scriot:
Code: Select all
#Persistent
SetTimer, PressTheKey, 100
Return
PressTheKey:
Send,{RButton}
sleep, 1
Send,{LButton}
sleep, 1
send {LCtrl down}{LCtrl down}
sleep, 1
Send,{f10}{f10}
sleep, 1
#1::Pause