Advertisement
Meliodas0_0

JB Auto arrest

Feb 16th, 2020
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. game:GetService("RunService").RenderStepped:Connect(function()
  2. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Anchored = true
  3. game:GetService("Players").LocalPlayer.Character.Humanoid.Sit = false
  4. end)
  5.  
  6. for a,b in pairs(getreg()) do
  7. if typeof(b) == "function" then
  8. for c,d in pairs(debug.getupvalues(b)) do
  9. if typeof(d) == "table" and rawget(d,"FireServer") then
  10. for e,f in pairs(game:GetService("Players"):GetPlayers()) do
  11. if f.Team.Name == "Criminal" then
  12. repeat game:GetService("RunService").RenderStepped:Wait()
  13. d:FireServer("fvrhcnjv",f.Name,f.Character.HumanoidRootPart,f.Character.HumanoidRootPart.Position)
  14. d:FireServer("tlejm0m9",f.Name)
  15. d:FireServer("epri2049", f.Name)
  16. local g = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,TweenInfo.new((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-f.Character.HumanoidRootPart.Position).Magnitude/100,Enum.EasingStyle.Linear),{CFrame=f.Character.HumanoidRootPart.CFrame})
  17. g:Play()
  18. g.Completed:Wait()
  19. d:FireServer("fvrhcnjv",f.Name,f.Character.HumanoidRootPart,f.Character.HumanoidRootPart.Position)
  20. d:FireServer("tlejm0m9",f.Name)
  21. d:FireServer("epri2049", f.Name)
  22. until f.Character:FindFirstChild("Handcuffs")
  23. end
  24. end
  25. end
  26. end
  27. end
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement