R6S ABSOLUTE NO RECOIL/SPREAD (Logitech LUA Script)
Posts 1–15 of 56 · Page 1 of 4
R6S ABSOLUTE NO RECOIL/SPREAD (Logitech LUA Script)
Credit: Wazzaby
This LUA script renders all guns to no-recoil mode and leave it with little spread. Even Buck's AR got absolute no recoil
Originally Wazzaby was code it in AHK, but due to BattlEye has banned AHK user so I took the code and change it to Logitech LUA for Logitech user.
Function: Use "Scroll Lock" to activate/deactivate the code. (SCRLOCK light on = Activate / off = Deactivate)
Code:
EnablePrimaryMouseButtonEvents(true);
function OnEvent(event, arg)
if IsKeyLockOn("scrolllock" )then
if IsMouseButtonPressed(1) then
repeat
MoveMouseRelative(3,0)
Sleep(1)
MoveMouseRelative(-3,0)
Sleep(1)
MoveMouseRelative(3,10)
Sleep(1)
MoveMouseRelative(0,10)
Sleep(1)
MoveMouseRelative(-3,-10)
Sleep(1)
MoveMouseRelative(0,-10)
Sleep(1)
until not IsMouseButtonPressed(1)
end
end
end
TIPS: Equip compensator to your gun and change in-game mouse sensivity to 11 for maximum effect, higher than that may cause more spread and unstable recoil.
original Wazzaby thread
Originally Posted by Bvlcony
Originally Posted by Wazzaby
This script makes your mouse move in small square making you unable to shoot precisely at one point, but reducing recoil and spread on every weapon.
Works only when LeftMouseButton is pressed.
Can be useful in many shooters.
Hotkeys: Caps=Pause; LMB=working loop; End=exit;
mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
}
Paste this in notepad and open with AHK.
Ahk scripts are not cheats, so you will get no ban for using this.
*
Dont forget to press that "Thanks" button, please.
how does this effect spread? tf? it’s a script not a wpm lol
Could you make it work with a 6-6 by 53 ingame sens and i have 800 dpi
Originally Posted by Leguaani
Could you make it work with a 6-6 by 53 ingame sens and i have 800 dpi
make it work yourself, just change the movemouserelative numbers to a little bit lower and see what works for you (or higher idk how your sens is)
Ok ill try to do that
- - - Updated - - -
Went to a casual with this on played 2 rounds and got permabanned... had no other cheats on the computer
Originally Posted by Leguaani
Ok ill try to do that
- - - Updated - - -
Went to a casual with this on played 2 rounds and got permabanned... had no other cheats on the computer
umm was this macro in your logitech mouse?
i pasted the script into logitech gaming software and it didn't work. can you guys release a profile for downloading?
nvm im stupid, i forgot to press scrlk, also guys you need to run logitech gaming software in admin
Originally Posted by 0xHigh
how does this effect spread? tf? it’s a script not a wpm lol
idk, but with some gun with high spread like Buck's AR or Ying's LMG, I notice a huge improvement in weapon spread.
Then I slap that compensator in and my gun just went full-laser mode. lol
Originally Posted by Leguaani
Ok ill try to do that
- - - Updated - - -
Went to a casual with this on played 2 rounds and got permabanned... had no other cheats on the computer
some proof or it didn't happen.
btw I was using this since Ops Health and its still work fine.
so we cant use this unless we have a logitech mouse?
Originally Posted by 0xHigh
umm was this macro in your logitech mouse?
He probably saw AHK and just knocked himself out
A very quick comparison between this script, normal recoil and SealTeamSix Profile using "No recoil by SushiWang 2" (First Pic)
Also, found that this script may not work for every gun with 11 sensitivity like OP says, as it drives your aim to the left.(Blackbeard pic)
Use around 24 and 25 sensitivity on all 3 since 11 is like normal recoil.(Blackbeard pic)
I set the values in this order: 24, 24, 25. (Blackbeard pic)
---Update
Also I found that this script doesnt work well on all weapons, for example Thermite's assault rifle and the type 89 (the last one's a bitch, but it actually works worse than SealTeamSix no recoil)
20180101012350_1.jpg 20180101014331_1.jpg
Originally Posted by Vistlip29
A very quick comparison between this script, normal recoil and SealTeamSix Profile using "No recoil by SushiWang 2" (First Pic)
Also, found that this script may not work for every gun with 11 sensitivity like OP says, as it drives your aim to the left.(Blackbeard pic)
Use around 24 and 25 sensitivity on all 3 since 11 is like normal recoil.(Blackbeard pic)
I set the values in this order: 24, 24, 25. (Blackbeard pic)
---Update
Also I found that this script doesnt work well on all weapons, for example Thermite's assault rifle and the type 89 (the last one's a bitch, but it actually works worse than SealTeamSix no recoil)
strange, mine was work perfectly for all gun. Even Ash's R4c w/o foregrip still got no-recoil.
Anyone can help me ? how i run this ?I already downloaded the Lua
Originally Posted by lamaj22
Anyone can help me ? how i run this ?I already downloaded the Lua
in the logitech software right click the profile and click scripting then paste this in