Advertisement
VaporTutorial

Rainbow Six Siege - NO RECOIL [LOGITECH] r2

Jan 19th, 2018
10,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ONLY FOR LOGITECH MOUSE - No activation key needed, just aim and shoot.
  2.  
  3. EnablePrimaryMouseButtonEvents(true);
  4.  
  5. function OnEvent(event, arg)
  6. if IsMouseButtonPressed(3)then
  7. repeat
  8. if IsMouseButtonPressed(1) then
  9. repeat
  10. PressMouseButton(1)
  11. Sleep(5)
  12. MoveMouseRelative(-9,10)
  13. Sleep(17)
  14. MoveMouseRelative(9,-10)
  15. Sleep(10)
  16. until not IsMouseButtonPressed(1)
  17. end
  18. until not IsMouseButtonPressed(3)
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement