Advertisement
PasteScriptsWebsite

MAD CITY WORKING XP FARM

May 26th, 2019
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. --This was created by Bean07#0001 +rep him here: https://v3rmillion.net/member.php?action=profile&uid=189648
  2. _G.AA = true
  3. game:service'RunService'.RenderStepped:Connect(function()
  4. if _G.AA then
  5. game.ReplicatedStorage.RemoteFunction:InvokeServer("ChangeTeam", "Criminals")
  6. if not game.Players.LocalPlayer.Team.Name == "Police" then return end
  7. local hc = game.Players.LocalPlayer.Backpack:FindFirstChild("Handcuffs")
  8. for i,v in next, game.Players:GetPlayers() do
  9. if v.Team.Name ~= "Police" then
  10. game.Players.LocalPlayer.Character.Humanoid:EquipTool(hc)
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  12. game.ReplicatedStorage.Event:FireServer("Arrest", v)
  13. game.ReplicatedStorage.Event:FireServer("Eject", v)
  14. wait()
  15. end
  16. end
  17. end
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement