IMAKESCRIPTSATSCHOOL

nuker v1.0 Game Destroyer (Roblox)

Mar 2nd, 2022 (edited)
950
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. --[[
  2.  
  3.  
  4. ╋╋╋╋╋╋┏┓╋╋╋╋╋╋╋╋╋╋┏┓╋┏━━━┓
  5. ╋╋╋╋╋╋┃┃╋╋╋╋╋╋╋╋╋┏┛┃╋┃┏━┓┃
  6. ┏━┓┏┓┏┫┃┏┳━━┳━┓┏┓┣┓┃╋┃┃┃┃┃
  7. ┃┏┓┫┃┃┃┗┛┫┃━┫┏┛┃┗┛┃┃╋┃┃┃┃┃
  8. ┃┃┃┃┗┛┃┏┓┫┃━┫┃╋┗┓┏┛┗┳┫┗━┛┃
  9. ┗┛┗┻━━┻┛┗┻━━┻┛╋╋┗┻━━┻┻━━━┛
  10.  
  11. nuker v1.0 Game Destroyer
  12.  
  13. Reminder: Some serversides have rules about destroying the game and changing the
  14. map. Make sure to abide by their rules! We take no responsibility for
  15. any SS blacklists that come from running this script.
  16.  
  17. Credits: sandersity https://www.youtube.com/channel/UC1DJpQWDs1khHMGD-Srzt0A
  18.  
  19.  
  20. --]]
  21.  
  22.  
  23. 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