Advertisement
eruaaaaaaa

anti right

Apr 25th, 2022
747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. local user = game:GetService("UserInputService")
  2.  
  3. user.InputBegan:Connect(function(what, good)
  4. if not good then
  5. if what.UserInputType == Enum.UserInputType.MouseButton2 then
  6. Aimbot.Enabled = false
  7. elseif what.KeyCode == Enum.KeyCode.LeftControl then
  8. Aimbot.TriggerBot = not Aimbot.TriggerBot
  9. end
  10. end
  11. end)
  12.  
  13. user.InputEnded:Connect(function(what, good)
  14. if not good then
  15. if what.UserInputType == Enum.UserInputType.MouseButton2 then
  16. Aimbot.Enabled = true
  17. end
  18. end
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement