View difference between Paste ID: b0YGa7Jm and Phd304A8
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 = "Nothing to see here..."
5
wait(2)
6
msg:Destroy()
7
pingudecal = "http://www.roblox.com/asset/?id=382332426"
8
local didpingu = false
9
local ScreenGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
10-
ScreenGui.Name = "nooties"
10+
ScreenGui.Name = "jassm11"
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 = "nooties"
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 = "Noot Noot!"
20
asd.TextColor3 = Color3.new(255,255,255)
21
asd.MouseButton1Down:connect(function()
22
if didpingu == false then
23
didpingu = 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
nooties.SoundId = "http://www.roblox.com/asset/?id=177078299"
28
nooties.Volume = 10
29
nooties.Looped = false
30
nooties:Play()
31
end 
32
end 
33
wait(0) 
34
local Sky = Instance.new("Sky",game.Lighting) 
35
Sky.SkyboxBk = pingudecal 
36
Sky.SkyboxDn = pingudecal 
37
Sky.SkyboxFt = pingudecal 
38
Sky.SkyboxLf = pingudecal 
39
Sky.SkyboxRt = pingudecal 
40
Sky.SkyboxUp = pingudecal 
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 = pingudecal 
48
local btm = Instance.new("Decal",a) 
49
btm.Face = "Bottom" 
50
btm.Texture = pingudecal 
51
local lft = Instance.new("Decal",a) 
52
lft.Face = "Left" 
53
lft.Texture = pingudecal 
54
local rft = Instance.new("Decal",a) 
55
rft.Face = "Right" 
56
rft.Texture = pingudecal 
57
local frnt = Instance.new("Decal",a) 
58
frnt.Face = "Front" 
59
frnt.Texture = pingudecal 
60
local bk = Instance.new("Decal",a) 
61
bk.Face = "Back" 
62
bk.Texture = pingudecal 
63
local VTest = Instance.new("ParticleEmitter")  
64
VTest.Parent = a 
65
VTest.Texture = pingudecal 
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 = pingudecal 
86
local btm = Instance.new("Decal",a) 
87
btm.Face = "Bottom" 
88
btm.Texture = pingudecal 
89
local lft = Instance.new("Decal",a) 
90
lft.Face = "Left" 
91
lft.Texture = pingudecal 
92
local rft = Instance.new("Decal",a) 
93
rft.Face = "Right" 
94
rft.Texture = pingudecal 
95
local frnt = Instance.new("Decal",a) 
96
frnt.Face = "Front" 
97
frnt.Texture = pingudecal 
98
local bk = Instance.new("Decal",a) 
99
bk.Face = "Back" 
100
bk.Texture = pingudecal 
101
local VTest = Instance.new("ParticleEmitter")  
102
VTest.Parent = a 
103
VTest.Texture = pingudecal 
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)