View difference between Paste ID: Ua4kZM3H and US4yYwPn
SHOW: | | - or go back to the newest paste.
1
-- Made by GlitchMasta47. Check me out on ROBLOX, Twitter, and YouTube!
2
-- 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
3
4
wait(5) -- Wait 5 seconds after running just in case you accidentally run it and want to stop it.
5
local msg = Instance.new("Message",game.Workspace) -- Make the message and put it somewhere that they can see it
6
msg.Text = "Game Has Been Hacked. Game Hacked (Anonymous." -- Tell them to save, because the shutdown is about to happen
7
wait(2)
8
msg.Text = "Show you rare scripts on 5."
9
wait(1)
10
msg.Text = "  4 ."
11
wait(1)
12
msg.Text = " 3 ."
13
wait(1)
14
msg.Text = " 2 ."
15
wait(1)
16
msg.Text = " 1 ."
17
wait(1)
18
msg.Text = "Rare Scripts initiating..."
19
wait(3)
20
msg.Text = "Here you go!"
21
wait(1)
22-
for _,v in ipairs(game.Players) do -- For every player that is in the game...
22+
for _,i,v in pairs(game.Players:GetChildren()) do
23
v:Remove() do -- For every player that is in the game...
24
	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
25
end
26
27
28
-- Thank you for using this, and I hope that you only use this when you have a server full of abusers.