Alternate remap key Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Zephyury
Posts: 2
Joined: 29 Sep 2022, 20:49

Alternate remap key

Post by Zephyury » 29 Sep 2022, 21:00

Hello! so I made an autoclicker and a key remapper for a game ive been playing.

Code: Select all

toggle := true
return

\::toggle := !toggle

#If toggle
 ~$LButton::
    While GetKeyState("LButton", "P")
        Click
        Sleep 50  ;  milliseconds
{}return

x::6

g::7

e::5
the auto clicker and key remaps works fine but whenever I am holding my left mouse or my autoclicker, there are times to where it it just lags and theres almost a second delay to where the remapped key input goes out, it also wont let me move my mouse. So im just wondering whether or not theres an alternative to remapping keys? Thank you!

User avatar
mikeyww
Posts: 26883
Joined: 09 Sep 2014, 18:38

Re: Alternate remap key  Topic is solved

Post by mikeyww » 29 Sep 2022, 22:02

One forum thread will do. viewtopic.php?p=484715#p484715

Post Reply

Return to “Gaming Help (v1)”