| Author |
Message |
Topic: A program that defeats AutoHotKey??? |
ChronoDragon
Replies: 175
Views: 68100
|
Forum: Wish List Posted: Wed Jan 10, 2007 2:06 pm Subject: A program that defeats AutoHotKey??? |
if anyone need a program that resist ahk, heres one by acclaim company
http://9dragons.acclaim.com/
resistant to SendInput, SendPlay, Send, ControlSend, etc...
hope i been a help.. have to .. ... |
Topic: script has no effect on ahk_class X3DKernel window ? |
ChronoDragon
Replies: 3
Views: 268
|
Forum: Ask for Help Posted: Mon Jan 08, 2007 12:33 pm Subject: script has no effect on ahk_class X3DKernel window ? |
sry , its ahk_class typo on my part
im using this
`::
Loop
{
GetKeyState, InsertState, Insert, Q
if InsertState = Q
break
#IfWinActive ahk_class X3DKernel
SetKeyDelay, 500, 30, Play
S ... |
Topic: script has no effect on ahk_class X3DKernel window ? |
ChronoDragon
Replies: 3
Views: 268
|
Forum: Ask for Help Posted: Mon Jan 08, 2007 6:01 am Subject: script has no effect on ahk_class X3DKernel window ? |
the script works on other programs but not this one...
or am i too green  |
| |