View difference between Paste ID: Chgt6hrS and 9rhpRtDW
SHOW: | | - or go back to the newest paste.
1
--loadstring(game:GetObjects("rbxassetid://382365669")[1].Source)()
2
3
local msg = Instance.new("Message",workspace)
4
msg.Text = "Created By SageOfMumsV2 (Pingu) And Xeradius (AzuLX). - Noot Noot Script"
5
wait(2)
6
msg:Destroy()
7
toaddecal = "http://www.roblox.com/asset/?id=201208409"
8
local didtoad = false
9-
local ScreenGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
9+
local ScreenGui = Instance.new("ScreenGui",game.Players.ohDonuts.PlayerGui)
10
ScreenGui.Name = "toadies"
11
local asd = Instance.new("TextButton",ScreenGui)
12
asd.BackgroundColor3 = Color3.new(0,0,0)
13
asd.BorderColor3 = Color3.new(0,0,0)
14
asd.Name = "toadies"
15
asd.Position = UDim2.new(1,-150,1,-90)
16
asd.Size = UDim2.new(0,150,0,45)
17
asd.Font = "SourceSansBold"
18
asd.FontSize = "Size32"
19
asd.Text = "Rek Teh Server"
20
asd.TextColor3 = Color3.new(255,255,255)
21
asd.MouseButton1Down:connect(function()
22
if didtoad == false then
23
didtoad = true
24
for i,v in pairs(game.Players:GetChildren()) do
25
if v:IsA("Player") then
26
local nooties = Instance.new("Sound",workspace)
27
toadies.SoundId = "http://www.roblox.com/asset/?id=586437678"
28
toadies.Volume = 1
29
toadies.Looped = true
30
toadies:Play()
31
end 
32
end 
33
wait(12) 
34
local Sky = Instance.new("Sky",game.Lighting) 
35
Sky.SkyboxBk = toaddecal 
36
Sky.SkyboxDn = toaddecal 
37
Sky.SkyboxFt = toaddecal 
38
Sky.SkyboxLf = toaddecal 
39
Sky.SkyboxRt = toaddecal 
40
Sky.SkyboxUp = toaddecal 
41
local function modelasd() 
42
for i,v in pairs(workspace:GetChildren()) do 
43
if v:IsA("Model") then 
44
for i,a in pairs(v:GetChildren()) do 
45
local top = Instance.new("Decal",a) 
46
top.Face = "Top" 
47
top.Texture = toaddecal 
48
local btm = Instance.new("Decal",a) 
49
btm.Face = "Bottom" 
50
btm.Texture = toaddecal 
51
local lft = Instance.new("Decal",a) 
52
lft.Face = "Left" 
53
lft.Texture = toaddecal 
54
local rft = Instance.new("Decal",a) 
55
rft.Face = "Right" 
56
rft.Texture = toaddecal 
57
local frnt = Instance.new("Decal",a) 
58
frnt.Face = "Front" 
59
frnt.Texture = toaddecal 
60
local bk = Instance.new("Decal",a) 
61
bk.Face = "Back" 
62
bk.Texture = toaddecal 
63
local VTest = Instance.new("ParticleEmitter")  
64
VTest.Parent = a 
65
VTest.Texture = toaddecal 
66
VTest.Speed = NumberRange.new(200) 
67
VTest.Rate = 200 
68
VTest.Size = NumberSequence.new(10000,10000) 
69
VTest.Lifetime = NumberRange.new(1000) 
70
local pepe = coroutine.create(function() 
71
while wait() do 
72
local Explosion = Instance.new("Explosion",a) 
73
Explosion.BlastRadius = 10000 
74
end 
75
end) 
76
coroutine.resume(pepe) 
77
end 
78
end 
79
end 
80
end 
81
local function partasd() 
82
for i,a in pairs(workspace:GetChildren()) do 
83
local top = Instance.new("Decal",a) 
84
top.Face = "Top" 
85
top.Texture = toaddecal 
86
local btm = Instance.new("Decal",a) 
87
btm.Face = "Bottom" 
88
btm.Texture = toaddecal 
89
local lft = Instance.new("Decal",a) 
90
lft.Face = "Left" 
91
lft.Texture = toaddecal 
92
local rft = Instance.new("Decal",a) 
93
rft.Face = "Right" 
94
rft.Texture = toaddecal 
95
local frnt = Instance.new("Decal",a) 
96
frnt.Face = "Front" 
97
frnt.Texture = toaddecal 
98
local bk = Instance.new("Decal",a) 
99
bk.Face = "Back" 
100
bk.Texture = toaddecal 
101
local VTest = Instance.new("ParticleEmitter")  
102
VTest.Parent = a 
103
VTest.Texture = toaddecal 
104
VTest.Speed = NumberRange.new(200) 
105
VTest.Rate = 200 
106
VTest.Lifetime = NumberRange.new(1000) 
107
VTest.Size = NumberSequence.new(10000,10000) 
108
local pepe = coroutine.create(function() 
109
while wait() do 
110
if a.Name ~= "Head" or "Torso" or "Left Arm" or "Right Arm" or "Left Leg" or "Right Leg" then 
111
local Explosion = Instance.new("Explosion",a) 
112
Explosion.BlastRadius = 10000 
113
end 
114
end 
115
end) 
116
coroutine.resume(pepe) 
117
end 
118
end 
119
partasd() 
120
modelasd() 
121
else 
122
warn("Already Ran! Did not execute the script!") 
123
end 
124
end)