
24.5k Views
Free
Server Crash
Universal Script 📌Uploaded by 3 years ago
Please login to perform these actions:
Description
This code will make any server extremely slow Important notice: this code has no key because many people hate key
Comments
7

Offline
fifa_20182019 3 years ago - Edited
Dont work, tested on two accunts no result
Offline
EVilDragon 3 years ago - Edited
is it serversided?
Offline
HypernovaOwner 
3 years ago - Edited
Nice troll post
Owner

Verified User

Offline
Miya_AtsumuXD 3 years ago - Edited
I don't want to deceive anyone
Offline
dotggVerified
3 years ago - Edited
bro this is clientsided
Verified User

Offline
Octavia 3 years ago - Edited
If you wanna make yourself lag use this 0/10
Offline
Novaz 3 years ago - Edited
skid / heres the simplified code
its client sided
couroutine.wrap(function()
while true do
hrp = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
part = Instance.new("Part")
part.Parent = game:GetService("Workspace")
if part then
part.Position = hrp.Positon
end
task.wait()
end
end)