Advertisement
Exploit123

Street Fighting Simulator Script

Jan 12th, 2019
2,978
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. --Script Created By Exploit Godz#6437
  2. --Press R To Run
  3. plr = game.Players.LocalPlayer
  4. hum = plr.Character.HumanoidRootPart
  5. mouse = plr:GetMouse()
  6. mouse.KeyDown:connect(function(key)
  7. if key == "r" then
  8. for x = 1, 1200 do
  9. local A_1 = "Pushup"
  10. local Event = game:GetService("ReplicatedStorage").ExerciseEvents.Exercise
  11. Event:FireServer(A_1)
  12. end
  13. end
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement