no recoil Topic is solved

Ask gaming related questions (AHK v1.1 and older)
norecoilhelp

no recoil

26 May 2018, 07:19

I want to make a ahk no recoil script...
thats all i have:

Lbutton::
MouseGetPos, xpos, ypos
Send, Lbutton
Mousemove, %xpos%,%ypos%
return

it doesnt work for some reasons, can someone help me
maybe i hav to do something like: get pos and then just go to that pos, without searching a new pos all the time...
:headwall:
Hman
Posts: 32
Joined: 10 Apr 2018, 10:48

Re: no recoil  Topic is solved

26 May 2018, 11:11

~pgup::Suspend
Insert:: Hotkey, *~$LButton, Toggle

*~$LButton::
while GetKeyState("LButton")
{
DllCall("mouse_event", uint, 1, int, 0, int, 5, uint, 0, int, 0)
Sleep, 0
DllCall("mouse_event", uint, 1, int, 0, int, 5, uint, 0, int, 0)
Sleep, 5
}

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Google [Bot] and 80 guests