| Author |
Message |
Topic: Ignore input error |
R3TR0
Replies: 1
Views: 333
|
Forum: Ask for Help Posted: Sun Oct 24, 2010 6:57 pm Subject: Ignore input error |
Oh wait, Ill have to thank TLM for this
#HotkeyInterval 1000
#MaxHotkeysPerInterval 200
#InstallKeybdHook
#InstallMouseHook
setkeydelay, 0
~wheelup::
seq = 4 e 5 4
st ... |
Topic: Ignore input error |
R3TR0
Replies: 1
Views: 333
|
Forum: Ask for Help Posted: Sun Oct 24, 2010 6:50 pm Subject: Ignore input error |
| Hi, I made a script for wow that spams some keys while I use the mousewheel to attack, the problem is i get a "maximum hotkeys over time" etc error; is there a way to disable this prompt and ... |
Topic: Bored? Free? Help me write an ahk program |
R3TR0
Replies: 16
Views: 736
|
Forum: Ask for Help Posted: Tue May 18, 2010 6:21 pm Subject: Bored? Free? Help me write an ahk program |
| lol - all the people with brains opened this thread lol'd turned 360 degrees and walked away. True storey brah |
Topic: Auto-Walk, The completed Enjoy |
R3TR0
Replies: 15
Views: 828
|
Forum: Ask for Help Posted: Tue May 18, 2010 1:52 pm Subject: Re: Auto-Walk, The completed Enjoy |
Leave comments and Leave this one up , this is the completed script for your Enjoyment and or noobs to learn from as sample
--
Leave comments
this is the completed script for your Enjoyme ... |
Topic: flash game combo attack |
R3TR0
Replies: 3
Views: 415
|
Forum: Ask for Help Posted: Tue May 18, 2010 1:30 pm Subject: Re: flash game combo attack |
When you bind a:: then send a, you're creating a recursive loop try something to trigger the combo like a modifier such as shift.
i.e
#NoEnv
SendMode Input
+a::
Send, {a} ... |
Topic: INI to be opened by program |
R3TR0
Replies: 9
Views: 384
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 3:30 am Subject: INI to be opened by program |
oh snap i just did this for the AHK MouseRecorder (MoRe)
, I used a GUI, heres a snip:
GUI, 2:Default
Gui, Add, ListView, r20 w700 gMyListView, Name|Size (KB)
Loop, %A_scriptdir%\* ... |
Topic: AHK MouseRecorder (MoRe) |
R3TR0
Replies: 29
Views: 12816
|
Forum: Scripts & Functions Posted: Tue Feb 09, 2010 2:42 am Subject: AHK MouseRecorder (MoRe) |
#NoEnv
SendMode Input
#Persistent
#InstallMousehook
CoordMode, Mouse, screen
SetBatchLines, -1
SetMouseDelay, -1
;
;
; Mouse movement recorder & ... |
Topic: Help with incrementing Mousemove |
R3TR0
Replies: 5
Views: 295
|
Forum: Ask for Help Posted: Mon Feb 08, 2010 11:40 pm Subject: Help with incrementing Mousemove |
#InstallMouseHook
x = 20
y = 20
f = 10
z::Reload
~Mbutton::
While GetKeyState("MButton")
{
x := x+y
mouseclickdrag,left,,,x,0,f,r
mouseclickdra ... |
Topic: Creating a transparent window, which contains a pixelSearch? |
R3TR0
Replies: 67
Views: 2799
|
Forum: Ask for Help Posted: Tue Dec 22, 2009 8:19 am Subject: Creating a transparent window, which contains a pixelSearch? |
http://www.autohotkey.com/forum/viewtopic.php?t=48127quakelive
lol? |
Topic: Onrelease |
R3TR0
Replies: 4
Views: 454
|
Forum: Ask for Help Posted: Sun Oct 18, 2009 1:20 pm Subject: Onrelease |
| I know this is an old post but might as well add to it; I have used c as the crouching key in game, yet Alt is going to trigger it as a toggle. You might want to bind a key you don't use for crouching ... |
Topic: No recoil |
R3TR0
Replies: 13
Views: 4259
|
Forum: Ask for Help Posted: Fri Oct 16, 2009 9:50 pm Subject: No recoil |
I tweaked it up the best I could, seems to work okish but tbh get a good mouse and you can control the recoil better then any script would.
#NoEnv
#InstallKeybdHook
#InstallMouseHook
~LButto ... |
Topic: A challenge (Calendar / Planner) |
R3TR0
Replies: 10
Views: 565
|
Forum: Ask for Help Posted: Mon Sep 14, 2009 10:32 pm Subject: A challenge (Calendar / Planner) |
| You need a secretary. |
Topic: autohotkeys |
R3TR0
Replies: 1
Views: 705
|
Forum: Ask for Help Posted: Sat Sep 12, 2009 2:17 am Subject: autohotkeys |
| This is autohotkey help forums. Your topic is misleading and not descriptive enough to help you, not everyone that uses autohotkey plays WoW. |
Topic: Send command to hidden window? |
R3TR0
Replies: 23
Views: 5024
|
Forum: Ask for Help Posted: Tue Sep 08, 2009 11:50 pm Subject: Send command to hidden window? |
| bump ITT: people who do not r.t.f.m even when its linked to them. |
Topic: HELP. Virus IN SafeMode |
R3TR0
Replies: 5
Views: 679
|
Forum: General Chat Posted: Tue Sep 08, 2009 11:10 pm Subject: HELP. Virus IN SafeMode |
| Man that sucks, but I agree with tidbit. Unless you have something you been working on for months then just reformat and take it from scratch. |
| |