The script was created by @
Herotic for PUBG but I modify it to get a perfect recoil for BF1.
Ban? No, it's impossible for you to be banned
How to use: 1.Just copy the script on your Logitech software.
2.When you are in games press the 5 key of your mouse (You can change the activation key)
3.Enjoy!
function OnEvent(event, arg)
OutputLogMessage("event = %s, arg = %d\n", event, arg)
if (event == "PROFILE_ACTIVATED") then
EnablePrimaryMouseButtonEvents(true)
elseif event == "PROFILE_DEACTIVATED" then
ReleaseMouseButton(2) -- to prevent it from being stuck on
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then
recoil = not recoil
spot = not spot
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil) then
if recoil then
repeat
--Sleep(35)
Sleep(22)
MoveMouseRelative(0, 2)
until not IsMouseButtonPressed(1)
end
end
end
Credits @
Herotic
@
Vazi963