OutdatedAHK No Recoil

Posts 115 of 67 · Page 1 of 5
AHK No Recoil
Coded by Lokeeh but i edited it to fit me better and maybe some of you insert exit's app

Code:
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

; iloveesl
NRA := 1

; SS
^!p::Suspend

; NR
~LButton::
while GetKeyState("LButton") & NRA
{
DllCall("mouse_event", uint, 1, int, 0, int, .5, uint, 0, int, 0)
Sleep, 15
DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
Sleep, 5
}
return

; Nades
~MButton::
if GetKeyState("LButton")
{
NRA := 0
Sleep, 3000
MouseClick, Left,,,,, U
NRA := 1
}
return

Insert::ExitApp
what resolution do you play with? I think that determines how well it works for people as well what gun being used but that will vary.
can you explain whats the different
Quote Originally Posted by toxicmagik View Post
Coded by Lokeeh but i edited it to fit me better and maybe some of you insert exit's app

#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

; iloveesl
NRA := 1

; SS
^!p::Suspend

; NR
~LButton::
while GetKeyState("LButton") & NRA
{
DllCall("mouse_event", uint, 1, int, 0, int, .5, uint, 0, int, 0)
Sleep, 15
DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
Sleep, 5
}
return

; Nades
~MButton::
if GetKeyState("LButton")
{
NRA := 0
Sleep, 3000
MouseClick, Left,,,,, U
NRA := 1
}
return

Insert::ExitApp
Nvm, figured it out

Ctrl + Alt + P toggles the script on and off. Had to figure out what "^" and "!" meant in the code.
Whenever making a thread with code, keep it clean and put the code tags around it.
I was mislead by the title. This barely is "no" recoil.
niceeeeeeeeeeeeeeeeeeeeeeeeeee
This was my first post thanks for your help guys.
Works but should be labeled reduced recoil.
Rly nice recoil
download ahk and right click click new then new,auto hotkey script then paste the code
DllCall("mouse_event", uint, 1, int, 0, int, .5, uint, 0, int, 0)
Sleep, 15
DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
About that part, both of my ints are set at 1, so does 0.5 on the first int result in better "reduced" recoil or what? What's the difference?
Posts 115 of 67 · Page 1 of 5
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?