TheNadie

Mad City XP hack

Mar 11th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 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. _G.YEET = true
  6.  
  7. while wait() do
  8. if _G.YEET then
  9. for _, v in next, game.Players:GetPlayers() do
  10. if v.Team.Name == "Criminals" then
  11. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  12. if not workspace.ObjectSelection:FindFirstChild(v.Name.."'s Vehicle") then
  13. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  14. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer"))
  15. game.ReplicatedStorage.Event:FireServer("TAZ", v.Character.HumanoidRootPart)
  16. end
  17. end
  18. end
  19. end
  20. end
Add Comment
Please, Sign In to add comment