If I understand your script correctly then the whole killbroadcast thing is to suspend AHK if you press the Pause button, correct?Originally Posted by elitegunslinger
You can quite easily do it by using AHKs "suspend" command which will eliminate all the confusing killbroadcast code in the script.
Also, why do you have the "KeyWait" commands in there?
[code:1]~1::
KeyWait 1, D
[/code:1]
The ~1:: section is only entered when the 1 key is pressed and then you do a KeyWait for the 1 key to be pushed down. Why????
Connect With Us