Advertisement
Guest User

No Recoil

a guest
Jan 22nd, 2019
1,089
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. EnablePrimaryMouseButtonEvents(true);
  2.  
  3. function OnEvent(event, arg)
  4. if IsKeyLockOn("scrolllock" )then
  5. if IsMouseButtonPressed(1) then
  6. repeat
  7. MoveMouseRelative(0,1)
  8. Sleep(15)
  9. until not IsMouseButtonPressed(1)
  10. end
  11. if IsMouseButtonPressed(3)then
  12. repeat
  13. if IsMouseButtonPressed(1) then
  14. repeat
  15. MoveMouseRelative(0,1)
  16. Sleep(7)
  17. until not IsMouseButtonPressed(1)
  18. end
  19. until not IsMouseButtonPressed(3)
  20. end
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement