Shop The Best Recoil Scripts On The Market Here: https://sevservices.mysellauth.com/ join the discord for scripts and free script or scroll down https://discord.gg/sevservices Free Script: local activateKey = "capslock" -- Keys: "capslock", "numlock" "scrolllock" local requireRightThenLeft = true local verticalForce = 5 -- Vertical Recoil local horizontalForce = 0 -- Horizontal recoil: NEUTRO (0 = CENTER), NEGATIVE (-1, -2, -3, ETC = LEFT), POSSIITIVE = (1, 2, 3, ETC = RIGHT) local delayMS = 9 EnablePrimaryMouseButtonEvents(true) function OnEvent(event, arg) if event == "PROFILE_ACTIVATED" then EnablePrimaryMouseButtonEvents(true) return end if not IsKeyLockOn(activateKey) then return end if requireRightThenLeft then if event == "MOUSE_BUTTON_PRESSED" and arg == 1 and IsMouseButtonPressed(3) then repeat MoveMouseRelative(horizontalForce, verticalForce) Sleep(delayMS) until not (IsMouseButtonPressed(1) and IsMouseButtonPressed(3)) end else if IsMouseButtonPressed(1) and IsMouseButtonPressed(3) then repeat MoveMouseRelative(horizontalForce, verticalForce) Sleep(delayMS) until not (IsMouseButtonPressed(1) and IsMouseButtonPressed(3)) end end end #r6 #rainbowsixsiege #r6scripts #norecoil #aimbot #r6macros #pcgaming #siegeclip #r6tips #rainbowsix