| Author |
Message |
Topic: Simple MouseMove question |
Jaegan
Replies: 2
Views: 126
|
Forum: Ask for Help Posted: Mon May 19, 2008 9:57 pm Subject: Simple MouseMove question |
| Thank you kindly! |
Topic: Simple MouseMove question |
Jaegan
Replies: 2
Views: 126
|
Forum: Ask for Help Posted: Mon May 19, 2008 7:22 pm Subject: Simple MouseMove question |
Hey guys, need a tiny bit of help with a simple script.
Process, priority, , High ; Have the script set itself to high priority
#IfWinActive
#InstallMouseHook
#SingleInstance force
#InstallK ... |
Topic: Using InputBox with variables [Basic Question] |
Jaegan
Replies: 2
Views: 177
|
Forum: Ask for Help Posted: Thu Feb 21, 2008 7:54 am Subject: Using InputBox with variables [Basic Question] |
Sorry for the delay in responding, I actually put in a response two days ago but it doesn't seem to be here...
Anyway, it seems to be working fine as you have it set up. I think the issue was I was ... |
Topic: Using InputBox with variables [Basic Question] |
Jaegan
Replies: 2
Views: 177
|
Forum: Ask for Help Posted: Tue Feb 19, 2008 5:39 pm Subject: Using InputBox with variables [Basic Question] |
| A little while ago I received some help using a simple MsgBox 4. I am now trying to do something a bit more complicated- enter a number in an input box and have a line of code executed based upon that ... |
Topic: MsgBox 4 "No" button not executing code. |
Jaegan
Replies: 1
Views: 120
|
Forum: Ask for Help Posted: Thu Feb 07, 2008 1:38 am Subject: MsgBox 4 "No" button not executing code. |
*Warning, novice scripter!
Making some simple scripts to help automate some tedious processes at the family business. Namely, we want to be able to send the print command, select the printer, and ... |
Topic: Need help creating warcraft script! Should be simple |
Jaegan
Replies: 2
Views: 353
|
Forum: Ask for Help Posted: Wed Apr 04, 2007 7:13 am Subject: Need help creating warcraft script! Should be simple |
I'm honestly not much of a programmer, but I did make a number of scripts for WarCraft awhile ago.
http://www.autohotkey.com/forum/topic11134.html
They aren't terribly relevant to what you are d ... |
Topic: Script sporadically skipping segments. |
Jaegan
Replies: 0
Views: 211
|
Forum: Ask for Help Posted: Mon Apr 02, 2007 9:26 am Subject: Script sporadically skipping segments. |
The idea here is to press capslock and d and put in the input indicated.
Note: This is performed within a game, where it is easy to detect when it does not function properly. I do not know of a goo ... |
Topic: Hotkeys interfering with mouse movement, and beeping |
Jaegan
Replies: 1
Views: 667
|
Forum: Bug Reports Posted: Sun Mar 04, 2007 7:46 am Subject: Hotkeys interfering with mouse movement, and beeping |
While doing some scripting I ran into a couple of strange errors, mostly relating to mouse movement.
1. The idea behind this script is to hold down the right mouse button, and have this simulate th ... |
Topic: Insomnia (AKA, Sleep not working.) |
Jaegan
Replies: 10
Views: 419
|
Forum: Ask for Help Posted: Tue Jan 30, 2007 4:14 am Subject: Insomnia (AKA, Sleep not working.) |
It took a bit of practice, but I figured out how to work the braces. Like you said, they don't interfere with any of the other hotkeys.
As of yet, I still can't fix the problem with the shift key. ... |
Topic: Insomnia (AKA, Sleep not working.) |
Jaegan
Replies: 10
Views: 419
|
Forum: Ask for Help Posted: Mon Jan 29, 2007 8:59 am Subject: Insomnia (AKA, Sleep not working.) |
Thanks a ton. You have been really helpful. If I can bother you with just a little problem the last script is giving me though...
The RButton is working as intended, but only if I do not press keys ... |
Topic: Insomnia (AKA, Sleep not working.) |
Jaegan
Replies: 10
Views: 419
|
Forum: Ask for Help Posted: Mon Jan 29, 2007 6:34 am Subject: Insomnia (AKA, Sleep not working.) |
You understood my question perfectly, and gave me the exact answer I needed.
One final bit I am working on where I could use some help.
{RButton Down}::
Loop
{
SendPlay ... |
Topic: Insomnia (AKA, Sleep not working.) |
Jaegan
Replies: 10
Views: 419
|
Forum: Ask for Help Posted: Mon Jan 29, 2007 4:47 am Subject: Insomnia (AKA, Sleep not working.) |
Ah, knowing this will help me to do tons of new things with autohotkey. I was wondering why some other things were not working. It would seem I did not have the proper
{
}
format to d ... |
Topic: Insomnia (AKA, Sleep not working.) |
Jaegan
Replies: 10
Views: 419
|
Forum: Ask for Help Posted: Mon Jan 29, 2007 1:56 am Subject: Insomnia (AKA, Sleep not working.) |
Long time no see fellas! After a lengthy hiatus, I've decided to try some more scripting. One snag I have run into is that the sleep command does not appear to work for me.
Process, priority, , Hig ... |
Topic: WarCraft3 Scripts- Updated 8/20/06! |
Jaegan
Replies: 6
Views: 4043
|
Forum: Scripts & Functions Posted: Mon Aug 21, 2006 12:43 am Subject: WarCraft3 Scripts- Updated 8/20/06! |
Thanks to JSLover and DosBoot for their help in improving the scripts! I have updated a number of the scripts, and added two new ones that are quite handy. Enjoy, and keep the feedback coming!
-Jae ... |
Topic: WarCraft 3 Unit Group Manipulation |
Jaegan
Replies: 0
Views: 427
|
Forum: Ask for Help Posted: Thu Aug 17, 2006 12:41 am Subject: WarCraft 3 Unit Group Manipulation |
Hey guys, back with another WarCraft 3 question.
After looking through the script archives for WarCraft 3, I found some nice scripts for helping to add and remove units from control groups. Unfortu ... |
| |