Categories > Exploiting > Scripts >
Family Paradise Kill All script
Posted
How to use:
1. Hold stroller out
2. Execute the script
if not game.Workspace:FindFirstChild("racemodexpart") then
local part = Instance.new("Part",game.Workspace)
part.Transparency = .95
part.Anchored = true
part.Position = Vector3.new(0,500,0)
part.Size = Vector3.new(500,10,500)
part.Material = ("SmoothPlastic")
part.Color = Color3.fromHSV(124,92,70)
part.Name = "racemodexpart"
end
for i,v in pairs(game.Players:GetChildren()) do
local chr = v.Character
local tool = game.Players.LocalPlayer.Character:FindFirstChild("Stroller").Seat
if tool and chr and v then
if not chr:FindFirstChild("Stroller") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,510,0)
chr.HumanoidRootPart.CanCollide = false
for i = 1,20 do
chr.HumanoidRootPart.CFrame = tool.CFrame
wait()
end
wait(1)
game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,510,0)
wait(.4)
game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool.Parent)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,510,0)
wait(.2)
end
end
end
kwl
Replied
you have money script?
Cancel
Post
Replied
doesnt work can you please put it on a pastebin link i am using syanpse its giving a console error
Cancel
Post
Exploit i have : Synapse X , Sir hurt .Â
Hubs i use , Dark hub , Alpha XÂ
Guis I made : Tower of hell > https://pastebin.com/5gV0H08w
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post