| Author |
Message |
Topic: Need a simple Warcraft crafting macro |
randallf
Replies: 3
Views: 187
|
Forum: Ask for Help Posted: Fri Dec 16, 2011 1:52 am Subject: Need a simple Warcraft crafting macro |
Loop, 20
{
Send {1} ;key to press, see help file
Sleep, 5000 ;wait five seconds
}
ExitApp
Reading the entire help file front to back, every word, is WELL worth your time in ... |
Topic: Splitting USB input between focus & non-focus windows |
randallf
Replies: 13
Views: 312
|
Forum: Ask for Help Posted: Fri Dec 16, 2011 1:45 am Subject: Splitting USB input between focus & non-focus windows |
I know this is not really an answer, but it sounds like the absolute best solution for you is a second computer.
You could solve this problem for 50-100 bucks on Ebay... it doesn't take much of a c ... |
Topic: HP Laptop acts as though Ctrl key is permanently pressed |
randallf
Replies: 8
Views: 259
|
Forum: Ask for Help Posted: Fri Dec 16, 2011 1:33 am Subject: HP Laptop acts as though Ctrl key is permanently pressed |
| Try windows 7? It runs as well as XP on anything that runs XP. |
Topic: HP Laptop acts as though Ctrl key is permanently pressed |
randallf
Replies: 8
Views: 259
|
Forum: Ask for Help Posted: Thu Dec 15, 2011 11:15 pm Subject: HP Laptop acts as though Ctrl key is permanently pressed |
| It works fine in Linux? I can't imagine... maybe it's the driver? |
Topic: RunWait Pipe |
randallf
Replies: 3
Views: 94
|
Forum: Ask for Help Posted: Thu Dec 15, 2011 12:45 pm Subject: RunWait Pipe |
This raises an excellent question that has always bugged me...
Does anyone know the rules or documentation behind HOW THE HECK WINDOWS INTERPRETS RUN STRINGS???
Sometimes when zipping something ... |
Topic: Paying for a script for my game! |
randallf
Replies: 35
Views: 936
|
Forum: Ask for Help Posted: Thu Dec 15, 2011 12:38 am Subject: Re: reply |
give me 4999.99 for 91 days of support and ill do it WITHOUT any problem
LOL exactly right, the 5k price tag includes dealing with his bullshit professionally.
I might have done it for 50 if h ... |
Topic: Paying for a script for my game! |
randallf
Replies: 35
Views: 936
|
Forum: Ask for Help Posted: Wed Dec 14, 2011 8:38 pm Subject: Paying for a script for my game! |
let me sum it up like has already been said
nobody knows what the guy is about and who can tell? from what?
nobody wants to write software for 50 bucks that this guy will bank off of
nobody knows ... |
Topic: Paying for a script for my game! |
randallf
Replies: 35
Views: 936
|
Forum: Ask for Help Posted: Wed Dec 14, 2011 7:43 am Subject: Paying for a script for my game! |
| AHK is like duct-tape for computers, infinitely useful. The difficult part is getting someone to read the tutorial and help file all the way through. What he is asking for he is not that far from doin ... |
Topic: When SendInput ^v pastes the wrong Clipboard contents |
randallf
Replies: 12
Views: 496
|
Forum: Ask for Help Posted: Wed Dec 14, 2011 2:32 am Subject: When SendInput ^v pastes the wrong Clipboard contents |
| Or that. Last time I looked it was very font-picky which surprises me as there's a bad-ass OCR built into OneNote/COM now. |
Topic: how would i do something like if(multiple)winExist? |
randallf
Replies: 12
Views: 384
|
Forum: Ask for Help Posted: Wed Dec 14, 2011 2:26 am Subject: how would i do something like if(multiple)winExist? |
Are your windows actually titled whatever.exe? You want the window title, not the process name.
|| is OR, AND is && - if any of those windows are open this will fire. |
Topic: Change the color of individual GUI controls (e.g. buttons) |
randallf
Replies: 6
Views: 114
|
Forum: Ask for Help Posted: Wed Dec 14, 2011 2:20 am Subject: Change the color of individual GUI controls (e.g. buttons) |
| http://www.autohotkey.com/forum/topic4047.html |
Topic: iniread or file read |
randallf
Replies: 7
Views: 99
|
Forum: Ask for Help Posted: Wed Dec 14, 2011 2:18 am Subject: iniread or file read |
yeah
If (code = go)
Always false |
Topic: When SendInput ^v pastes the wrong Clipboard contents |
randallf
Replies: 12
Views: 496
|
Forum: Ask for Help Posted: Wed Dec 14, 2011 2:07 am Subject: When SendInput ^v pastes the wrong Clipboard contents |
For that situation absolutely multiple cases. I know for a fact that getting text from a win+r:cmd window is going to be entirely different from a browser, from anything.
If the window updates wind ... |
Topic: Eager newbie needs hand w/ gaming macro |
randallf
Replies: 14
Views: 238
|
Forum: Ask for Help Posted: Wed Dec 14, 2011 1:08 am Subject: Eager newbie needs hand w/ gaming macro |
| If your random abilities are not single-use with cooldown (i.e. you want to spam them forever while they are up) just imagine the above example and reverse the key order so it always tries to fire you ... |
Topic: OOP Example |
randallf
Replies: 2
Views: 83
|
Forum: Ask for Help Posted: Wed Dec 14, 2011 1:06 am Subject: OOP Example |
| And come to think of it, if there isn't an example there and you're sure this is right this is a good one for Rosetta Code. |
| |