Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ Made by PresidentIvan
- Special Anti Roblox Exploit Script.
- Enjoy ]]--
- warn("Stop exploiting or else")
- function CrashGame()
- Instance.new("Message", workspace).Text = "Exploiter found!"
- warn("Crashing game")
- for a, player in pairs(game:GetService("Players"):GetPlayers()) do
- delay(0.5, function() --overload them
- player:Destroy()
- end)
- end
- for i = 0,10000 do
- Instance.new("Part", workspace).Size = Vector3.new(1000,1000,1000)
- end
- Instance.new("ManualSurfaceJointInstance") --last resort
- end
- function ScanItem(Item)
- if Item then
- for a, b in pairs(Item:GetChildren()) do
- if b and b.Archivable then
- b.Archivable = false
- print("protected")
- b.Changed:Connect(function(Archivable)
- if b and b.Archivable then
- print("crashing server")
- CrashGame()
- end
- end)
- end
- ScanItem(b)
- end
- else
- print("0")
- end
- end
- ScanItem(workspace)
- local x = script --Prevent garbage collection.
- --script.Parent = nil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement