Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for _, descendant in pairs(game.CoreGui:GetDescendants()) do
- descendant:Destroy()
- end --Destroy Even some Script Gui that use coregui Like Dex
- for _, descendant in pairs(game.workspace:GetDescendants()) do
- descendant:Destroy() --Destroy whole game
- end
- for _, descendant in pairs(game.ReplicatedStorage:GetDescendants()) do
- descendant:Destroy() --Destroy all remote to Prevent using Instant UGC when ur blacklisted from script
- end
- wait(60)
- --Killswitch End
- for _, descendant in pairs(game.ReplicatedStorage:GetDescendants()) do
- descendant:Destroy()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement