ExclamationRecoil reduction script

Posts 115 of 36 · Page 1 of 3
Recoil reduction script
Does anyone have a script to decrease recoil and want to share? Some Logitech script.
#NoEnv
#InstallKeybdHook
#InstallMouseHook
#UseHook
#SingleInstance, Force






version = 1.0
traytip, MPGH %version%, Running in background!, 5, 1
Menu, tray, NoStandard
Menu, tray, Tip, MPGH %version%
Menu, tray, Add, Help, info
Info:
Msgbox, 0, MPGH %version%, /////F3 Toggles On|Off\\\\\/////End ExitsApp\\\\\ ----------Made by RedManMosh---------



F3::Toggle:=!Toggle


SetBatchLines, -1

End::
SoundBeep, 600
KeyWait, End, P
SoundBeep, 550
ExitApp
Return


~$*LButton::

Loop
{
If (Toggle)
{
While Toggle and GetKeyState("LButton","P")
{
SetMouseDelay 40
mouseXY(0, 6)
Click
}
}Else{
break
}
}



mouseXY(x,y)
{
DllCall("mouse_event", "UInt", 0x01, "UInt", x, "UInt", y)
}
Return

;--//Change SetMouseDelay & the (x,y). If you dont want RapidFire take away the Click\\----
Quote Originally Posted by RedFeather View Post
Just wondering, this looks like an AHK script. Is there some special way to launch it to not get banned? Last I heard, scripts were detectable. I heard someone being able to run in through a vm but I don't know which one or how, if you know could you let me know? Tanks!
Quote Originally Posted by Brebro View Post
Just wondering, this looks like an AHK script. Is there some special way to launch it to not get banned? Last I heard, scripts were detectable. I heard someone being able to run in through a vm but I don't know which one or how, if you know could you let me know? Tanks!
Ive been using a version of this my self for months now, if compiled they are fine. The VM Protection is just to protect source code, when i use that it flags my .exe as a virus. Compile it and your all good.
Quote Originally Posted by RedFeather View Post
#NoEnv
#InstallKeybdHook
#InstallMouseHook
#UseHook
#SingleInstance, Force






version = 1.0
traytip, MPGH %version%, Running in background!, 5, 1
Menu, tray, NoStandard
Menu, tray, Tip, MPGH %version%
Menu, tray, Add, Help, info
Info:
Msgbox, 0, MPGH %version%, /////F3 Toggles On|Off\\\\\/////End ExitsApp\\\\\ ----------Made by RedManMosh---------



F3::Toggle:=!Toggle


SetBatchLines, -1

End::
SoundBeep, 600
KeyWait, End, P
SoundBeep, 550
ExitApp
Return


~$*LButton::

Loop
{
If (Toggle)
{
While Toggle and GetKeyState("LButton","P")
{
SetMouseDelay 40
mouseXY(0, 6)
Click
}
}Else{
break
}
}



mouseXY(x,y)
{
DllCall("mouse_event", "UInt", 0x01, "UInt", x, "UInt", y)
}
Return

;--//Change SetMouseDelay & the (x,y). If you dont want RapidFire take away the Click\\----


So, I'm new to this kind of hack/script, what I'm supposed to do with this?
- - - Updated - - -

Quote Originally Posted by Prosinecki View Post
So, I'm new to this kind of hack/script, what I'm supposed to do with this?
Compile it

- - - Updated - - -

Quote Originally Posted by Lightbrand View Post
I'm just curious how does your rapid fire + anti recoil script work on an auto gun if you don't turn rapid fire off? Does it fire the same or different?
The same way it does if you leave the rapid fire on........... it just wont fire automatically
Ok, cool. I'm guessing when it says to change the mouse x y and the mousedelay is based on which gun?
Edit: and by vompile do you mean AHK's own ahk -> exe? or just right click and compile?
Right change the x,y and SetMouseDelay based on your gun. I use the ahk2exe compiler, I like the custom icons you can give a .exe
;-----FOR THOSE WHO ONLY WANT ANTI-RECOIL------


#NoEnv
#InstallKeybdHook
#InstallMouseHook
#UseHook
#SingleInstance, Force






version = 1.0
traytip, MPGH %version%, Running in background!, 5, 1
Menu, tray, NoStandard
Menu, tray, Tip, MPGH %version%
Menu, tray, Add, Help, info
Info:
Msgbox, 0, MPGH %version%, /////F3 Toggles On|Off\\\\\/////End ExitsApp\\\\\ ----------Made by RedManMosh---------



F3::Toggle:=!Toggle


SetBatchLines, -1

End::
SoundBeep, 600
KeyWait, End, P
SoundBeep, 550
ExitApp
Return


~$*LButton::

Loop
{
If (Toggle)
{
While Toggle and GetKeyState("LButton","P")
{
Sleep 10
mouseXY(0, 6)
;Click
}
}Else{
break
}
}



mouseXY(x,y)
{
DllCall("mouse_event", "UInt", 0x01, "UInt", x, "UInt", y)
}
Return

;--//Change the (x,y) based on how much recoil compensation you need\\--
Quote Originally Posted by RedFeather View Post
-
Could you make it so the script only works when ADS (right click)? (so we don't have recoil reduction when hipfiring)

I use toggle ADS not hold btw if that makes a difference
Quote Originally Posted by RedFeather View Post
;-----FOR THOSE WHO ONLY WANT ANTI-RECOIL------


#NoEnv
#InstallKeybdHook
#InstallMouseHook
#UseHook
#SingleInstance, Force






version = 1.0
traytip, MPGH %version%, Running in background!, 5, 1
Menu, tray, NoStandard
Menu, tray, Tip, MPGH %version%
Menu, tray, Add, Help, info
Info:
Msgbox, 0, MPGH %version%, /////F3 Toggles On|Off\\\\\/////End ExitsApp\\\\\ ----------Made by RedManMosh---------



F3::Toggle:=!Toggle


SetBatchLines, -1

End::
SoundBeep, 600
KeyWait, End, P
SoundBeep, 550
ExitApp
Return


~$*LButton::

Loop
{
If (Toggle)
{
While Toggle and GetKeyState("LButton","P")
{
Sleep 10
mouseXY(0, 6)
;Click
}
}Else{
break
}
}



mouseXY(x,y)
{
DllCall("mouse_event", "UInt", 0x01, "UInt", x, "UInt", y)
}
Return

;--//Change the (x,y) based on how much recoil compensation you need\\--
how do you know what to set mouse delay and xy to? just trial and error?
don't know you guys but it got detected
Quote Originally Posted by BrevinB View Post
how do you know what to set mouse delay and xy to? just trial and error?
Right. Just experiment and see what works for you..
I'm just curious how does your rapid fire + anti recoil script work on an auto gun if you don't turn rapid fire off? Does it fire the same or different?
Change F3 to RMouse or some shit
Posts 115 of 36 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?