Categories > Exploiting > Scripts >

Auto rap battles kill all script

Posts: 20

Threads: 5

Joined: Apr, 2018

Reputation: 0

Posted

here you go

NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
if v ~= game:GetService("Players").LocalPlayer then
if v.Character:FindFirstChild("HumanoidRootPart") then
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-70, 57.5, -216)
pcall(function()
v.Character.Humanoid.Jump = true
end)
v.Character.HumanoidRootPart.CFrame = CFrame.new(-73.5, 61.5, -215)
wait(0.1)
v.Character.HumanoidRootPart.CFrame = CFrame.new(-73.5, 61.5, -215)
end
end
end
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )