Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function OnEvent(event, arg)
- OutputLogMessage("event = %s, arg = %s\n", event, arg)
- OutputLogMessage("script created on SkywalkerV2\n")
- 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")
- OutputLogMessage("Aimbot activated\n")
- OutputLogMessage("semi-Aimbot activated\n")
- OutputLogMessage("Aimbot for 10 sec\n")
- OutputLogMessage("semi-Aimbot for 10 sec\n")
- Sleep(10000)
- OutputLogMessage("Aimbot Deactivated\n")
- OutputLogMessage("semi-Aimbot Deactivated\n")
- end
- EnablePrimaryMouseButtonEvents(true);
- function OnEvent(event, arg)
- if IsMouseButtonPressed(3)then
- repeat
- if IsMouseButtonPressed(1) then
- repeat
- PressMouseButton(1)
- Sleep(5)
- MoveMouseRelative(-1,2)
- Sleep(17)
- MoveMouseRelative(1,12)
- Sleep(10)
- until not IsMouseButtonPressed(1)
- end
- until not IsMouseButtonPressed(3)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement