| Author |
Message |
Topic: Air Strafing script |
dwinar
Replies: 2
Views: 845
|
Forum: Ask for Help Posted: Wed Sep 16, 2009 9:22 am Subject: Air Strafing script |
This is what can be found in the AHK Help file but adjusted to your needs. If you have any question, just ask. Have fun.
#MaxThreadsPerHotkey 3
LAlt:: ; Left Alt hotkey (change this ... |
Topic: Practical use of ASCII capture: locate a control |
dwinar
Replies: 9
Views: 2486
|
Forum: Scripts & Functions Posted: Wed Sep 16, 2009 7:38 am Subject: Practical use of ASCII capture: locate a control |
| does the ImageSearch work in games? for example in Warcraft 3? What are the specifications of the image (i know that a bmp should be 24-bit), are there any size restrictions for ImageSearch to work? m ... |
Topic: [Solved] Macro with programmable Hotkeys! Need help! |
dwinar
Replies: 9
Views: 388
|
Forum: Ask for Help Posted: Tue Sep 08, 2009 10:17 am Subject: [Solved] Macro with programmable Hotkeys! Need help! |
| well, you could probably do it with GetKeyState, but I think it would require much more work than using a GUI. But looping GetKeyState by all possible keys and recording which of those keys' states we ... |
Topic: [Solved] Macro with programmable Hotkeys! Need help! |
dwinar
Replies: 9
Views: 388
|
Forum: Ask for Help Posted: Tue Sep 08, 2009 9:54 am Subject: [Solved] Macro with programmable Hotkeys! Need help! |
| So... You insist that be unable to make something from nothing means not having a brain? Cool. Barely I managed to find "vChosenHotkey" command in AutoHotkey Manual and it regards ONLY GUI. ... |
Topic: [Solved] Macro with programmable Hotkeys! Need help! |
dwinar
Replies: 9
Views: 388
|
Forum: Ask for Help Posted: Tue Sep 08, 2009 9:35 am Subject: [Solved] Macro with programmable Hotkeys! Need help! |
This is really cool! Thanks a lot
There is one small problem: the whole script blocks Left Mouse Button. I can click icons or something but it doesn't work in text editors or can't drag a box on ... |
Topic: Gaming Tutorial |
dwinar
Replies: 18
Views: 11840
|
Forum: General Chat Posted: Mon Sep 07, 2009 2:33 pm Subject: Gaming Tutorial |
| That's a shame... I didn't notice that :/ Anyway if you're right, the old system of loop breaking was simple and awesome... And now I have problem with it and no one wants (or can) to help. |
Topic: [Solved] Macro with programmable Hotkeys! Need help! |
dwinar
Replies: 9
Views: 388
|
Forum: Ask for Help Posted: Mon Sep 07, 2009 12:59 pm Subject: [Solved] Macro with programmable Hotkeys! Need help! |
Hi!
If someone could help me with macro I would be really grateful:
1) The point is to make macro that asks you to push any button, and remebers it, then it asks to click from 1 to 8 places on t ... |
Topic: Gaming Tutorial |
dwinar
Replies: 18
Views: 11840
|
Forum: General Chat Posted: Sun Sep 06, 2009 4:51 pm Subject: Gaming Tutorial |
| That's look really cool but the autofire isn't what I'm looking for. I'm just sad that someone is making tutorial full of bugs. How newbies can learn if something what got on Wiki isn't working? |
Topic: Gaming Tutorial |
dwinar
Replies: 18
Views: 11840
|
Forum: General Chat Posted: Sat Sep 05, 2009 7:59 pm Subject: Re: Gaming Tutorial |
F1:: ; Pressing f1 will find the color
MouseGetPos,x,y
PixelGetColor,%x%,%y% ; a %[i]varible[/i]% declares/uses a varible
MsgBox,The x color is %x% and the y is %y% ; Create ... |
Topic: Starcraft AutoBUILDER |
dwinar
Replies: 1
Views: 652
|
Forum: Ask for Help Posted: Sat Sep 05, 2009 7:40 pm Subject: Starcraft AutoBUILDER |
Greetings!
I am making a macro for StarCraft that will allow to train units really fast and automatically. But that's not the point. I am just starting with AutoHotkey and want to learn more. So th ... |
| |