AHK way too slow, like completely unusable.

Ask gaming related questions (AHK v1.1 and older)
potatomasta
Posts: 1
Joined: 07 May 2024, 04:35

AHK way too slow, like completely unusable.

07 May 2024, 04:44

I'm trying to change my WASD keys to UHJK for Roblox. I'm using the older "deprecated" version because the new one keeps throwing an error when I try to launch the script idk if it's because of the code. What happens is, it pretty much doesn't work. I hold down U, which is supposed to return W, and it BARELY clicks W for a very short amount of time, so it's hella delayed and barely works. Any ideas? Maybe lmk if there's other ways to change WASD to UHJK for Roblox. Here's the code copy pasted from youtube:

Code: Select all

]::toggle_1 := !toggle_1

#if WinActive("Roblox") && (toggle_1)
  u::send w
  h::send a
  j::send s
  k::send d

  
  
#if 

[::ExitApp

[Mod edit: Added [code][/code] tags. Please use them yourself when posting code.]
User avatar
boiler
Posts: 17188
Joined: 21 Dec 2014, 02:44

Re: AHK way too slow, like completely unusable.

07 May 2024, 06:10

You should try a key remap instead:

Code: Select all

]::toggle_1 := !toggle_1

#If WinActive("Roblox") && (toggle_1)
u::w
h::a
j::s
k::d

#if 

[::ExitApp

And you shouldn’t give up on v2. Go ahead and try translating the above to v2, looking at the v2 documentation. It will be a good exercise, and you can ask for help if you get stuck.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 21 guests