Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by GlitchMasta47. Check me out on ROBLOX, Twitter, and YouTube!
- -- You should be running this in a Script Builder server. If you want to do this in your own game, message me on ROBLOX @GlitchMasta47
- wait(5) -- Wait 5 seconds after running just in case you accidentally run it and want to stop it.
- local msg = Instance.new("Message",game.Workspace) -- Make the message and put it somewhere that they can see it
- msg.Text = "Game Has Been Hacked. Game Hacked (Anonymous." -- Tell them to save, because the shutdown is about to happen
- wait(2)
- msg.Text = "Show you rare scripts on 5."
- wait(1)
- msg.Text = " 4 ."
- wait(1)
- msg.Text = " 3 ."
- wait(1)
- msg.Text = " 2 ."
- wait(1)
- msg.Text = " 1 ."
- wait(1)
- msg.Text = "Rare Scripts initiating..."
- wait(3)
- msg.Text = "Here you go!"
- wait(1)
- for _,i,v in pairs(game.Players:GetChildren()) do
- v:Remove() do -- For every player that is in the game...
- v:Kick("This server has shut down due to a script that was executed. Credit to GlitchMasta47 for the script.") -- Kick them and show a message that says they were kicked
- end
- -- Thank you for using this, and I hope that you only use this when you have a server full of abusers.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement