No recoil script.
Just giving this code, i did not make it but lol im sharing it !
Code:
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
; SS
F11::Suspend
; NR
~LButton::
While GetKeyState("LButton") {
MouseMove(0, 1)
Sleep, 300
MouseMove(0, 1)
Sleep, 300
}
Return
Insert::ExitApp
MouseMove(X, Y) {
Return, DllCall("mouse_event", uint, 1, int, x, int, y, uint, 0, int, 0)
}
To run this code you need
- AHK
- A bypass or Geforce Now
- WARNING : NEVER PLAY WITH AHK WITHOUT GEFORCE NOW!
After putting this code in a notepad, then save it as a ahk, then compile it, and launch it
You can edit the thing by changing the 1 in MouseMove(0,1)