JaceOTB

Infinite XP Script Mad City

Apr 26th, 2022 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. -- game: https://www.roblox.com/games/1224212277/Mad-City
  2.  
  3. game:GetService("ReplicatedStorage").RemoteFunction:InvokeServer("SetTeam", "Police")
  4. wait(.70)
  5. game:GetService("RunService").RenderStepped:Connect(function()
  6. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  7. if v.Name == "Handcuffs" then v.Parent = game:GetService("Players").LocalPlayer.Character
  8. end
  9. end
  10. game:GetService("ReplicatedStorage").Event:FireServer("Eject", game:GetService("Players").LocalPlayer)
  11. end)
  12.  
Add Comment
Please, Sign In to add comment