Advertisement
Shahin164

Mad City LVL UP GUI

Mar 10th, 2019
2,335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. --[[
  2. Made by Bean07#8282 / Bean07 on v3rm
  3. Please do not re rel or make a video on it without a proper credit!
  4.  
  5. *EDIT BY SHAHIN164, CHANGE TRUE TO FALSE WHEN YOU WANT TO STOP.
  6. YOU WILL GET FLUNG IN THE AIR THO
  7. ]]
  8.  
  9. _G.YEET = true
  10.  
  11. while wait() do
  12. if _G.YEET then
  13. for _, v in next, game.Players:GetPlayers() do
  14. if v.Team.Name == "Criminals" then
  15. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  16. if not workspace.ObjectSelection:FindFirstChild(v.Name.."'s Vehicle") then
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  18. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer"))
  19. for i = 1, 10 do
  20. game.ReplicatedStorage.Event:FireServer("TAZ", v.Character.HumanoidRootPart)
  21. end
  22. end
  23. end
  24. end
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement