| Author |
Message |
Topic: Custom Menu |
mitchi
Replies: 20
Views: 3367
|
Forum: Scripts & Functions Posted: Thu Jan 29, 2009 2:41 am Subject: Custom Menu |
Good job! Nice script. I put notepad & Autohotkey spy in it
My quicklaunch was getting full.. nice  |
Topic: Machine code functions: Bit Wizardry |
mitchi
Replies: 346
Views: 67464
|
Forum: Scripts & Functions Posted: Wed Jan 28, 2009 4:09 pm Subject: Machine code functions: Bit Wizardry |
| How useful is all this? Like someone said, you can only have assembly code snippets here. Far calls are out of the question. Why don't you just put all the snippets you want into a DLL and call them. ... |
Topic: Entire class fails IT exam by submitting in Word format |
mitchi
Replies: 7
Views: 1064
|
Forum: General Chat Posted: Fri Jan 16, 2009 7:14 pm Subject: Entire class fails IT exam by submitting in Word format |
Seriously pathetic. How could the format matter that much?
I also agree. It's stupid. |
Topic: Crazy Scripting : WinAPI Listing [New Version] |
mitchi
Replies: 21
Views: 6025
|
Forum: Scripts & Functions Posted: Fri Jan 16, 2009 6:42 pm Subject: Crazy Scripting : WinAPI Listing [New Version] |
I get this error when running the script ?
---------------------------
api.ahk
---------------------------
Error: "URLDownloadToFile" requires at least 2 parameters.
Specifical ... |
Topic: What makes you use Autohotkey? |
mitchi
Replies: 27
Views: 2716
|
Forum: General Chat Posted: Fri Jan 16, 2009 5:16 am Subject: What makes you use Autohotkey? |
I added 12 shortcuts to use my Wacom Tablet more efficiently when I take notes in OneNote2007. With MouseMove , MouseGetPos and MouseClick.. It was so easy and now I can really use that tablet
A ... |
Topic: how to copy a file to the clipboard |
mitchi
Replies: 58
Views: 6966
|
Forum: Ask for Help Posted: Mon Jul 28, 2008 3:43 pm Subject: how to copy a file to the clipboard |
Hello, I'm using this code.
; Select the text yourself, then use this shortcut
^n::
clipboard = ; Start off empty to allow ClipWait to detect when the text has arrived.
Send ^c
ClipWai ... |
Topic: (DotA) My combo doesn't work the same way every time [fixed] |
mitchi
Replies: 5
Views: 689
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 8:56 pm Subject: (DotA) My combo doesn't work the same way every time [fixed] |
It's very sad, but if I use a sleep it works fine 99 % of the time.
comboES()
{
SendInput {Numpad4}{click}
Sleep 200
SendInput {g}{e}
... |
Topic: (DotA) My combo doesn't work the same way every time [fixed] |
mitchi
Replies: 5
Views: 689
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 8:30 pm Subject: (DotA) My combo doesn't work the same way every time [fixed] |
I still get the same problem.
Sometimes it executes perfectly :
Blink + 2 spells
And Sometimes it doesn't and does this instead :
2 spells + Blink
With a problem like this, I can't possibly ... |
Topic: (DotA) My combo doesn't work the same way every time [fixed] |
mitchi
Replies: 5
Views: 689
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 4:17 pm Subject: (DotA) My combo doesn't work the same way every time [fixed] |
b::comboES()
comboES()
{
SendInput {Numpad4}{click}{g}{e}
}
It's a very simple script. You blink in using the ... |
| |