Advertisement
RESkywalker

No Recoil r6

Jul 20th, 2019
4,766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function OnEvent(event, arg)
  2.     OutputLogMessage("event = %s, arg = %s\n", event, arg)
  3. OutputLogMessage("script created on SkywalkerV2\n")
  4. OutputLogMessage("this script allows you to use the aimbot for 10 sec without any risk of ban, but if you increase the duration value of the script you will have the ban of the account then use it with cruelty.\n")
  5. OutputLogMessage("Aimbot activated\n")
  6. OutputLogMessage("semi-Aimbot activated\n")
  7. OutputLogMessage("Aimbot for 10 sec\n")
  8. OutputLogMessage("semi-Aimbot for 10 sec\n")
  9. Sleep(10000)
  10. OutputLogMessage("Aimbot Deactivated\n")
  11. OutputLogMessage("semi-Aimbot Deactivated\n")
  12. end
  13. EnablePrimaryMouseButtonEvents(true);
  14.  function OnEvent(event, arg)
  15.     if IsMouseButtonPressed(3)then
  16.         repeat
  17.             if IsMouseButtonPressed(1) then
  18.                 repeat
  19.                     PressMouseButton(1)
  20.                     Sleep(5)
  21.                     MoveMouseRelative(-1,2)
  22.                     Sleep(17)
  23.                     MoveMouseRelative(1,12)
  24.                     Sleep(10)
  25.                 until not IsMouseButtonPressed(1)
  26.             end
  27.         until not IsMouseButtonPressed(3)
  28.     end
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement