Search found 9 matches

by scratchlaw
16 Dec 2016, 11:15
Forum: Gaming Help (v1)
Topic: Script for handicap gaming Topic is solved
Replies: 13
Views: 3172

Re: Script for handicap gaming Topic is solved

it seems like the only problem is that space is not working. First, what do you mean by space is not working? Did it not send space after single right-click? Or sending space send, {space} has no effect ingame? Have you tried replacing send, {space} with send, %A_Space% , sendevent, %A_Space% or se...
by scratchlaw
16 Dec 2016, 10:12
Forum: Gaming Help (v1)
Topic: Script for handicap gaming Topic is solved
Replies: 13
Views: 3172

Re: Script for handicap gaming Topic is solved

You want single right click to repeatedly press spacebar and also stop it with a single right click? I apologize for the confusion. I would like a single right-click to press the spacebar while W is being held down (using the script). In my previous message I was able to accomplish that, sort of, b...
by scratchlaw
16 Dec 2016, 03:55
Forum: Gaming Help (v1)
Topic: Script for handicap gaming Topic is solved
Replies: 13
Views: 3172

Re: Script for handicap gaming Topic is solved

So it looks like "ctrl alt x" would end the script once I'm done playing? I also see that I need to insert the game title. How specific of titles need to be used? If I took away that hotkey, would the script continue to run regardless of the program or game until I ended it? You can exit the script...
by scratchlaw
16 Dec 2016, 03:12
Forum: Gaming Help (v1)
Topic: Script for handicap gaming Topic is solved
Replies: 13
Views: 3172

Re: Script for handicap gaming Topic is solved

count:=b:=c:=0 SetTimer, check, 20 *^!x:: ;ctrl alt x Send, {w up} Send, {LShift Up} ExitApp ;#IfWinActive <insert game title here> *RButton:: txt:=A_TimeSincePriorHotkey if (A_TimeSincePriorHotkey <= 500) ;maximum of 500ms between rclicks to inrease the count count++ else count=1 if count > 3 coun...
by scratchlaw
16 Dec 2016, 02:31
Forum: Gaming Help (v1)
Topic: Script for handicap gaming Topic is solved
Replies: 13
Views: 3172

Re: Script for handicap gaming Topic is solved

count:=b:=c:=0 SetTimer, check, 20 *^!x:: ;ctrl alt x Send, {w up} Send, {LShift Up} ExitApp ;#IfWinActive <insert game title here> *RButton:: txt:=A_TimeSincePriorHotkey if (A_TimeSincePriorHotkey <= 500) ;maximum of 500ms between rclicks to inrease the count count++ else count=1 if count > 3 coun...
by scratchlaw
16 Dec 2016, 02:24
Forum: Gaming Help (v1)
Topic: Script for handicap gaming Topic is solved
Replies: 13
Views: 3172

Re: Script for handicap gaming Topic is solved

count:=b:=c:=0 SetTimer, check, 20 *^!x:: ;ctrl alt x Send, {w up} Send, {LShift Up} ExitApp ;#IfWinActive <insert game title here> *RButton:: txt:=A_TimeSincePriorHotkey if (A_TimeSincePriorHotkey <= 500) ;maximum of 500ms between rclicks to inrease the count count++ else count=1 if count > 3 coun...
by scratchlaw
15 Dec 2016, 17:54
Forum: Gaming Help (v1)
Topic: Use mouse as WASD Topic is solved
Replies: 5
Views: 2096

Re: Use mouse as WASD Topic is solved

Hey there! I'm a hardcore gamer and use AHK allot because of my muscle disability. There's one game I'm not able play because of it controls: Stardew Valley. I was wondering if there is a way to let the mouse act as WASD and toggle it on-and-off with a button (preferably "J"). I really appreciate a...
by scratchlaw
15 Dec 2016, 17:16
Forum: Gaming Help (v1)
Topic: Script for handicap gaming Topic is solved
Replies: 13
Views: 3172

Re: Script for handicap gaming Topic is solved

I haven't thought of a good way to incorporate A, S, and D in addition to W, so if you know of something please let me know! Hi and welcome. Can you move the mouse along the x,y-axes? If so, there are axis-to-wasd key scripts already available in the Scripts and function->Gaming section. My eyes ar...
by scratchlaw
15 Dec 2016, 16:01
Forum: Gaming Help (v1)
Topic: Script for handicap gaming Topic is solved
Replies: 13
Views: 3172

Script for handicap gaming Topic is solved

I hope I don't come across as lazy for asking someone to write a script for me, but I've spent a significant chunk of time trying to write one myself and I am at a mental block. Would someone mind writing this for me? I am disabled so I use a 2-button mouth-controlled mouse and voice software to use...

Go to advanced search