Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- ╋╋╋╋╋╋┏┓╋╋╋╋╋╋╋╋╋╋┏┓╋┏━━━┓
- ╋╋╋╋╋╋┃┃╋╋╋╋╋╋╋╋╋┏┛┃╋┃┏━┓┃
- ┏━┓┏┓┏┫┃┏┳━━┳━┓┏┓┣┓┃╋┃┃┃┃┃
- ┃┏┓┫┃┃┃┗┛┫┃━┫┏┛┃┗┛┃┃╋┃┃┃┃┃
- ┃┃┃┃┗┛┃┏┓┫┃━┫┃╋┗┓┏┛┗┳┫┗━┛┃
- ┗┛┗┻━━┻┛┗┻━━┻┛╋╋┗┻━━┻┻━━━┛
- nuker v1.0 Game Destroyer
- Reminder: Some serversides have rules about destroying the game and changing the
- map. Make sure to abide by their rules! We take no responsibility for
- any SS blacklists that come from running this script.
- Credits: sandersity https://www.youtube.com/channel/UC1DJpQWDs1khHMGD-Srzt0A
- --]]
- warn("Nuker v1.0 has loaded. RIP server!")local a=game:GetService("Lighting")local b;local c;function checkSize(d)if d.Size.Y<60 then if d.Size.Z<60 then if d.Size.X<60 then return true end end end end;a.Brightness=10;a.Ambient=Color3.fromRGB(255,233,67)for e,f in pairs(game:GetDescendants())do if f.ClassName=="Part"then c=f:GetTouchingParts()if#c==0 then if checkSize(f)==true then f.Anchored=false end end;local g=math.random(1,5)if g==5 then if checkSize(f)==true then f.Anchored=false end end;local h=math.random(1,2)if h==2 then f.Material="CorrodedMetal"end;local i=math.random(1,20)if i==20 then f:Destroy()end end;if f.ClassName=="Script"then local j=math.random(1,4)if j==4 then f.Disabled=true end end;if f.ClassName=="LocalScript"then local k=math.random(1,4)if k==4 then f.Disabled=true end end;if f.ClassName=="Player"then f.Character:FindFirstChild("Humanoid").Health=math.random(0,30)b=f.Character.Head.Position end end;wait(1)while a.Brightness~=0 do a.Brightness=a.Brightness-0.1;wait(0.1)local l=Instance.new("Part",workspace)l.Size=Vector3.new(math.random(0.1,1.5),math.random(0.1,1.5),math.random(0.1,1.5))l.Name="radioactive rain"l.Shape="Ball"l.Material="Granite"l.BrickColor=BrickColor.Green()l.Position=b;l.Position=l.Position+Vector3.new(math.random(-300,300),math.random(300,500),math.random(-300,300))end
Add Comment
Please, Sign In to add comment