Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By WingedDash --
- -- This Is A Simple Purge Script I Made For My Game "Moonlight Clicker" :)
- -- All You Need To Do Is Past This Script Into The Developer Console Using The Key "F9" and Clicking Server Then In The Command Executer Just Past This Script In!
- -- Enjoy!
- --local message = "[INSERT ANY REMOTE HERE]"
- local yes = 20
- for index = 1, yes do
- wait(1)
- if yes <= 1 then
- --message:FireAllClients("The Purge Has Started....")
- break
- end
- yes = yes - 1
- --message:FireAllClients("The Purge Starts In " .. yes .. " Seconds!")
- print(yes)
- end
- local sound = Instance.new("Sound")
- sound.Parent = workspace
- sound.SoundId = "rbxassetid://232554097"
- sound:Play()
- wait(70)
- sound:Stop()
- sound.SoundId = "rbxassetid://2531124390"
- sound:Play()
- sound.Looped = true
- local load = game:GetService("InsertService"):LoadAsset(97885508):Clone()
- load.Parent = workspace
- load.Name = "347389252398u853"
- local gun = workspace["347389252398u853"]:GetChildren()
- for index = 1, #gun do
- gun[index].Parent = workspace
- gun[index].Name = "44444444444444444444444932003495932"
- gun = gun[index]
- break
- end
- for index = 1, #game.Players:GetChildren() do
- local player = game.Players:GetChildren()[index]
- if workspace[player.Name] then
- gun:Clone().Parent = workspace[player.Name]
- end
- end
- load:Destroy()
- --message:FireAllClients("Purge Is Ending In 100 Seconds")
- yes = 100
- while wait(1) do
- yes = yes - 1
- if yes <= 1 then
- break
- end
- for index = 1, #game.Players:GetChildren() do
- local player = game.Players:GetChildren()[index]
- local character = workspace:FindFirstChild(player.Name)
- if character then
- character = workspace[player.Name]
- if character:FindFirstChild("Humanoid") then
- if not character:FindFirstChild("44444444444444444444444932003495932") then
- gun:Clone().Parent = workspace[player.Name]
- end
- end
- end
- end
- end
- sound:Destroy()
- gun:Destroy()
- for index = 1, #game.Players:GetChildren() do
- local player = game.Players:GetChildren()[index]
- if workspace[player.Name]:FindFirstChild("44444444444444444444444932003495932") then
- workspace[player.Name].Humanoid.Health = 0
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement