Advertisement
IMAKESCRIPTSATSCHOOL

luaBreak Game Destroyer (Roblox)

Mar 2nd, 2022
915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. --[[
  2.  
  3.  
  4. ╭╮╱╱╱╱╱╱╭━━╮╱╱╱╱╱╱╱╱╭╮
  5. ┃┃╱╱╱╱╱╱┃╭╮┃╱╱╱╱╱╱╱╱┃┃
  6. ┃┃╭╮╭┳━━┫╰╯╰┳━┳━━┳━━┫┃╭╮
  7. ┃┃┃┃┃┃╭╮┃╭━╮┃╭┫┃━┫╭╮┃╰╯╯
  8. ┃╰┫╰╯┃╭╮┃╰━╯┃┃┃┃━┫╭╮┃╭╮╮
  9. ╰━┻━━┻╯╰┻━━━┻╯╰━━┻╯╰┻╯╰╯
  10.  
  11. luaBreak 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. --Script:
  22.  
  23. for a,b in pairs(game:GetDescendants())do if b.ClassName=="Script"then b.Disabled=true end;if b.ClassName=="LocalScript"then b.Disabled=true end;if b.ClassName=="ModuleScript"then b.Disabled=true end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement