| Author |
Message |
Topic: A program that defeats AutoHotKey??? |
AgentSmith15
Replies: 175
Views: 67419
|
Forum: Wish List Posted: Thu Nov 29, 2007 5:29 am Subject: A program that defeats AutoHotKey??? |
| http://www.programmersheaven.com/mb/beginnercpp/367574/367632/ReadMessage.aspx |
Topic: A program that defeats AutoHotKey??? |
AgentSmith15
Replies: 175
Views: 67419
|
Forum: Wish List Posted: Thu Oct 25, 2007 5:54 pm Subject: A program that defeats AutoHotKey??? |
I got a list on my system of everything hooked by GameGuard.
The revision of GameGuard is 1057.
If you go through the list you will see interesting stuff like....
GetPixel from gdi32.dll is h ... |
Topic: Goto/Gosub problems... |
AgentSmith15
Replies: 8
Views: 324
|
Forum: Ask for Help Posted: Fri Aug 03, 2007 4:10 am Subject: Goto/Gosub problems... |
my bad you can also hide things straight off in ahk
I feel like a idiot. I was looking at the Run / RunWait command and noticed the exact thing. |
Topic: Goto/Gosub problems... |
AgentSmith15
Replies: 8
Views: 324
|
Forum: Ask for Help Posted: Fri Aug 03, 2007 3:00 am Subject: Goto/Gosub problems... |
I could do that, but as you said you wait for the window to exist. With NirCmd it doesn't even show the window. But your right this is a pain...
But it appears I can do this in VB script...
Dim ... |
Topic: Goto/Gosub problems... |
AgentSmith15
Replies: 8
Views: 324
|
Forum: Ask for Help Posted: Fri Aug 03, 2007 1:32 am Subject: Goto/Gosub problems... |
AHK should have no problem passing command line parameters to another function, just make sure all the quotes are straight - they can be funnny sometimes.
It isn't AHK that has problems with paramete ... |
Topic: Goto/Gosub problems... |
AgentSmith15
Replies: 8
Views: 324
|
Forum: Ask for Help Posted: Thu Aug 02, 2007 11:36 pm Subject: Goto/Gosub problems... |
Sorry for the late reply...
That works corrupt thank you! Although this brings up a new problem. Windows doesn't seem to like passing command line switches to nircmd.exe, so in another post I asked ... |
Topic: running batch files |
AgentSmith15
Replies: 5
Views: 464
|
Forum: Ask for Help Posted: Thu Aug 02, 2007 6:38 am Subject: running batch files |
I think Yanah is/was on a role.
Does anyone know of a way to run batch commands from within a AHK script? |
Topic: Goto/Gosub problems... |
AgentSmith15
Replies: 8
Views: 324
|
Forum: Ask for Help Posted: Thu Aug 02, 2007 3:15 am Subject: Goto/Gosub problems... |
Hi everyone,
A few days ago I decided to try to write a simple script to further understand my basic knowledge of AHK grammer. The script uses netcat to listen for a connection and spawn a cmd prom ... |
Topic: TAB as a variable? (Newbie) |
AgentSmith15
Replies: 4
Views: 469
|
Forum: Ask for Help Posted: Sat Feb 18, 2006 8:25 am Subject: TAB as a variable? (Newbie) |
In your loop does the variable have the % signs around it?
Example
RepeatCount is the variable...
Loop {
...
}
Loop %RepeatCount% {
...
}
A ... |
Topic: Halo Taunts |
AgentSmith15
Replies: 12
Views: 546
|
Forum: Ask for Help Posted: Fri Feb 10, 2006 7:51 pm Subject: Halo Taunts |
ohhhh okay I got this
my_var := True
Loop, Read, C:\taunts.txt
{
taunts%A_Index% := A_LoopReadLine
tcnt := A_Index
}
SetKeyDelay [, 50, 10]
... |
Topic: Halo Taunts |
AgentSmith15
Replies: 12
Views: 546
|
Forum: Ask for Help Posted: Fri Feb 10, 2006 5:24 am Subject: Halo Taunts |
then replace the "Clipboard" and "^v" with the appropiate %var%
Could you please explain that a little better? |
Topic: CMDret - Capture Output from Console [CMD] |
AgentSmith15
Replies: 21
Views: 5672
|
Forum: Utilities & Resources Posted: Tue Feb 07, 2006 4:18 am Subject: CMDret - Capture Output from Console [CMD] |
| How does CMDret differ than using for example "ipconfig /all >> c:\ipconfig.txt" ? |
Topic: Halo Taunts |
AgentSmith15
Replies: 12
Views: 546
|
Forum: Ask for Help Posted: Mon Feb 06, 2006 3:52 am Subject: Halo Taunts |
Oh I see...
I don't think you can copy and paste in this game. You have to type :/ |
Topic: Halo Taunts |
AgentSmith15
Replies: 12
Views: 546
|
Forum: Ask for Help Posted: Mon Feb 06, 2006 12:47 am Subject: Halo Taunts |
That didn't work for some reason?
What it seemed to me was press t and then press enter? And did only that.
my_var := True
Loop, Read, C:\taunts.txt
{
taunts%A_Index% & ... |
Topic: Help with Finding DNS and Gateway. Possible? |
AgentSmith15
Replies: 8
Views: 815
|
Forum: Ask for Help Posted: Sun Feb 05, 2006 9:21 pm Subject: Help with Finding DNS and Gateway. Possible? |
| Also if the keyboard has the windows key you could open the run dialog by pressing "Windows Logo+R " |
| |