View difference between Paste ID: CTdaARc8 and kvjvbaL0
SHOW: | | - or go back to the newest paste.
1-
local sg = Instance.new('ScreenGui', game.CoreGui)local f = Instance.new('Frame', sg)f.Size = UDim2.new(0,400,0,100) f.Draggable=true f.Position = UDim2.new(0.4,0,0.4,0) f.Active=true f.BackgroundColor3 = Color3.fromRGB(255,0,0) f.BackgroundTransparency=0.6 local teams = Instance.new('Frame', f) teams.BackgroundTransparency=0.7 teams.BackgroundColor3 = Color3.fromRGB(0,0,0)teams.Size=UDim2.new(0.2,0,1,0)local creds = Instance.new('Frame', f)creds.Size = UDim2.new(0.2,0,1,0)creds.Position = UDim2.new(0.8,0,0,0)creds.BorderSizePixel = 0 creds.BackgroundColor3 = Color3.new(0.5,0.5,1)local stuffs = Instance.new('Frame',creds)stuffs.Size = UDim2.new(1,0,0.4,0) stuffs.Position = UDim2.new(0,0,.3,0) stuffs.BorderSizePixel = 0 stuffs.BackgroundTransparency = 0.7 stuffs.BackgroundColor3 = Color3.new(0,0,0)local stuffs2 = Instance.new('TextLabel', stuffs)stuffs2.BackgroundTransparency = 1 stuffs2.TextColor3 = Color3.new(1,1,1)stuffs2.Text = 'BonusUI'stuffs2.Size = UDim2.new(1,0,0.60,0)stuffs2.TextScaled = true local stuffs3 = Instance.new('TextLabel',stuffs)stuffs3.BackgroundTransparency = 1 stuffs3.TextColor3 = Color3.new(1,1,1)stuffs3.Text = 'Created by bonus01'stuffs3.Size = UDim2.new(1,0,0.4,0)stuffs3.Position = UDim2.new(0,0,0.60,0)stuffs3.TextSize = 5 local scp = Instance.new('TextButton',teams)local scpf = Instance.new('TextButton',teams)local classd = Instance.new('TextButton',teams)local chaos = Instance.new('TextButton',teams)local spec = Instance.new('TextButton',teams)for i,v in pairs(teams:GetChildren()) do v.BorderSizePixel = 0 v.Size = UDim2.new(1,0,0.20,0) v.TextSize = 7 v.TextColor = BrickColor.new('Institutional white') v.TextStrokeTransparency = 0 v.BackgroundColor3 = Color3.fromRGB(255,255,255)end scp.Position = UDim2.new(0,0,0,0) scp.Text = 'SCP'classd.Position = UDim2.new(0,0,.2,0) classd.Text = 'CLASS-D'chaos.Position = UDim2.new(0,0,.4,0) chaos.Text = 'CHAOS'spec.Position = UDim2.new(0,0,.6,0) spec.Text = 'SPECTATORS'scpf.Position = UDim2.new(0,0,.8,0) scpf.Text = 'SCPF'local extras = Instance.new('Frame',f)extras.BackgroundTransparency = 0.7 extras.Size = UDim2.new(0.2,0,1,0)extras.Position = UDim2.new(0.2,0,0,0)local killp = Instance.new('Frame', extras)killp.Size = UDim2.new(1,0,0.4,0)killp.Position = UDim2.new(0,0,0.6,0)killp.BackgroundTransparency = 0.6 killp.BorderSizePixel = 0 local pname = Instance.new('TextBox', killp)pname.Text = 'Player Name Here'pname.ClearTextOnFocus = true pname.Size = UDim2.new(1,0,0.5,0)pname.TextScaled = true pname.BorderSizePixel = 0 pname.BackgroundColor3 = Color3.fromHSV(0.000001,0.5,1)local killbutton = Instance.new('TextButton', killp)killbutton.Size = UDim2.new(0.5,0,0.5,0)killbutton.BackgroundColor3 = Color3.fromHSV(0.000001,0.5,1)killbutton.Position = UDim2.new(0,0,0.5,0)killbutton.Text = 'Kill Player'killbutton.BorderSizePixel = 0 killbutton.TextScaled = true local tpto = Instance.new('TextButton',killp)tpto.Size = UDim2.new(0.5,0,0.5,0)tpto.BackgroundColor3 = Color3.fromHSV(0.000001,0.5,1)tpto.Position = UDim2.new(0.5,0,0.5,0)tpto.Text = 'Teleport to'tpto.TextScaled = true tpto.BorderSizePixel = 0 local btools = Instance.new('TextButton', extras)btools.Size = UDim2.new(1,0,0.2,0)btools.Position = UDim2.new(0,0,0,0)btools.BackgroundColor3 = Color3.fromHSV(0.000001,0.5,1)btools.BorderSizePixel = 0 btools.Text = 'No Fog'local killall = Instance.new('TextButton', extras)killall.Size = UDim2.new(1,0,0.2,0)killall.Position = UDim2.new(0,0,0.2,0)killall.BackgroundColor3 = Color3.fromHSV(0.000001,0.5,1)killall.BorderSizePixel = 0 killall.Text = 'Kill All'local tplegs = Instance.new('TextButton', extras)tplegs.Position = UDim2.new(0,0,0.4,0)tplegs.Size = UDim2.new(1,0,0.2,0)tplegs.BackgroundColor3 = Color3.fromHSV(0.000001,0.5,1)tplegs.BorderSizePixel = 0 tplegs.Text = 'Tp Legs'local teleports = Instance.new('Frame', f)teleports.Size = UDim2.new(0.4,0,1,0)teleports.Position = UDim2.new(0.4,0,0,0)local teleportinfo = Instance.new('TextLabel',teleports)teleportinfo.Size = UDim2.new(1,0,0.2,0)teleportinfo.BackgroundColor3 = Color3.new(1,1,1)teleportinfo.Text = 'Teleportations'local gateaes = Instance.new('TextButton', teleports)local gateaen = Instance.new('TextButton', teleports)local gatebes = Instance.new('TextButton', teleports)local gateben = Instance.new('TextButton', teleports)local card5 = Instance.new('TextButton', teleports)local sroom = Instance.new('TextButton', teleports)local mtfspawn = Instance.new('TextButton', teleports)local cispawn = Instance.new('TextButton', teleports)local classdspawn = Instance.new('TextButton', teleports)local specspawn = Instance.new('TextButton', teleports) function Teleport(X,Y,Z) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(X,Y,Z) end for i,v in pairs(teleports:GetChildren()) do if v ~= teleportinfo then v.Size = UDim2.new(0.33333333333333333,0,0.2,0) v.TextSize = 5 v.BorderSizePixel = 0 end end gateaen.Position = UDim2.new(0,0,.2,0) gateaen.Text = 'Gate-A Entrance' gateaen.BackgroundColor3 = Color3.fromRGB(150,255,150)gateaes.Position = UDim2.new(0.33333333333333333,0,.2,0) gateaes.Text = 'Gate-A Escape' gateaes.BackgroundColor3 = Color3.fromRGB(100,255,100)gateben.Position = UDim2.new(0,0,.4,0) gateben.Text = 'SCP Room' gateben.BackgroundColor3 = Color3.fromRGB(100,255,100)gatebes.Position = UDim2.new(0.33333333333333333,0,.4,0) gatebes.Text = 'Gate-B Escape' gatebes.BackgroundColor3 = Color3.fromRGB(150,255,150)card5.Position = UDim2.new(0,0,.6,0) card5.Text = 'Level 5 Card' card5.BackgroundColor3 = Color3.fromRGB(150,255,150)sroom.Position = UDim2.new(0.33333333333333333,0,.6,0) sroom.Text = 'Security Room' sroom.BackgroundColor3 = Color3.fromRGB(100,255,100)mtfspawn.Position = UDim2.new(0,0,.8,0) mtfspawn.Text = 'MTF Spawn' mtfspawn.BackgroundColor3 = Color3.fromRGB(100,255,100)cispawn.Position = UDim2.new(0.33333333333333333,0,.8,0) cispawn.Text = 'CI Spawn' cispawn.BackgroundColor3 = Color3.fromRGB(150,255,150)classdspawn.Position = UDim2.new(0.66666666666666666,0,.2,0) classdspawn.Text = 'Class-D Spawn' classdspawn.BackgroundColor3 = Color3.fromRGB(150,255,150)specspawn.Position = UDim2.new(0.66666666666666666,0,.4,0) specspawn.Text = 'Spec Spawn' specspawn.BackgroundColor3 = Color3.fromRGB(100,255,100)gateaen.MouseButton1Click:connect(function() Teleport(455.310242,68.6599197,1010.07574) end)gateaes.MouseButton1Click:connect(function() Teleport(-107.096359,29.259428,1371.63452) end)gateben.MouseButton1Click:connect(function() Teleport(1144.26929, -2.37213802, -49.7000427) end)gatebes.MouseButton1Click:connect(function() Teleport(-1014.15192,75.3736038,-307.640869) end)card5.MouseButton1Click:connect(function() Teleport(601.702271,6.00003815,-109.157112) end)sroom.MouseButton1Click:connect(function() Teleport(1155.87451,2.94114017,160.409378) end) specspawn.MouseButton1Click:connect(function() Teleport(-1346.20105, 55.6411285, -985.40033) end) classdspawn.MouseButton1Click:connect(function() Teleport(-226.131317, -6.25881767, -18.1353378) end) mtfspawn.MouseButton1Click:connect(function() Teleport(-251.191574,35.1039124,1003.80811) end) cispawn.MouseButton1Click:connect(function() Teleport(166.881973, 145.752243, 786.185669) end) scp.MouseButton1Click:connect(function() game.ReplicatedStorage.ChangeTeam:FireServer('Crimson') end) classd.MouseButton1Click:connect(function() game.ReplicatedStorage.ChangeTeam:FireServer('Neon orange') end) spec.MouseButton1Click:connect(function() game.ReplicatedStorage.ChangeTeam:FireServer('Fossil') end) chaos.MouseButton1Click:connect(function() game.ReplicatedStorage.ChangeTeam:FireServer('Really black') end) scpf.MouseButton1Click:connect(function() game.ReplicatedStorage.ChangeTeam:FireServer('Institutional white') end) killall.MouseButton1Click:connect(function() local guntokill = nil local found = false for i,v in pairs(game.Players:GetChildren()) do local t1 = v.Character:FindFirstChild('AR15') if t1 then found=true guntokill=t1 break else local t2 = v.Character:FindFirstChild('M1911') if t2 then found=true guntokill=t2 break else local t3 = v.Character:FindFirstChild('P90') if t3 then found=true guntokill = t3 break else local t4 = v.Character:FindFirstChild('SPECTATEGUN') if t4 then found=true guntokill = t4 break else print('Not found in '.. v.Name..'.') end end end end end if found then for i,v in pairs(game.Players:GetChildren()) do guntokill.Receiver:FireServer('Damage',v.Character.Humanoid,math.huge) end else print'try the button again' end end) killbutton.MouseButton1Click:connect(function() local findplayer = pname.Text local len = string.len(findplayer:lower()) local player = nil for i,v in pairs(game.Players:GetChildren()) do local name = string.sub(v.Name,1,len) if name:lower() == findplayer then player = v break end end local guntokill = nil local found = false for i,v in pairs(game.Players:GetChildren()) do local t1 = v.Character:FindFirstChild('AR15') if t1 then found=true guntokill=t1 break else local t2 = v.Character:FindFirstChild('M1911') if t2 then found=true guntokill=t2 break else local t3 = v.Character:FindFirstChild('P90') if t3 then found=true guntokill = t3 break else local t4 = v.Character:FindFirstChild('SPECTATEGUN') if t4 then found=true guntokill = t4 break else print('Not found in '.. v.Name..'.') end end end end end if found then guntokill.Receiver:FireServer('Damage',player.Character.Humanoid,math.huge) end end) tpto.MouseButton1Click:connect(function() local findplayer = pname.Text local len = string.len(findplayer:lower()) local player = nil for i,v in pairs(game.Players:GetChildren()) do local name = string.sub(v.Name,1,len) if name:lower() == findplayer then player = v break end end workspace[game.Players.LocalPlayer.Name]:SetPrimaryPartCFrame(CFrame.new(workspace[player.Name].PrimaryPart.Position+Vector3.new(0,0,-2))) end) btools.MouseButton1Click:connect(function() game.Lighting.FogEnd = 9999999999 end) tplegs.MouseButton1Click:connect(function() for i,v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then workspace[v.Name]['Left Leg'].Position = workspace[game.Players.LocalPlayer.Name]['Right Arm'].Position end end end)
1+
--Credit To ReBogetYT
2
local CONTAINMENT = Instance.new("ScreenGui")
3
local SCPUI = Instance.new("Frame")
4
local class = Instance.new("TextButton")
5
local chaos = Instance.new("TextButton")
6
local scp = Instance.new("TextButton")
7
local spec = Instance.new("TextButton")
8
local scpf = Instance.new("TextButton")
9
local classpawn = Instance.new("TextButton")
10
local specspawn = Instance.new("TextButton")
11
local sroom = Instance.new("TextButton")
12
local scpro = Instance.new("TextButton")
13
local fog = Instance.new("TextButton")
14
local leg = Instance.new("TextButton")
15
local player = Instance.new("TextBox")
16
local teleporto = Instance.new("TextButton")
17
local title = Instance.new("TextLabel")
18
local gateb = Instance.new("TextButton")
19
local more = Instance.new("TextButton")
20
local close = Instance.new("TextButton")
21
local status = Instance.new("TextLabel")
22
local MORES = Instance.new("Frame")
23
local gatea = Instance.new("TextButton")
24
local hammer = Instance.new("TextButton")
25
26
CONTAINMENT.Name = "CONTAINMENT"
27
CONTAINMENT.Parent = game.CoreGui
28
29
SCPUI.Name = "SCPUI"
30
SCPUI.Parent = CONTAINMENT
31
SCPUI.Active = true
32
SCPUI.Draggable = true
33
SCPUI.BackgroundColor3 = Color3.new(1, 1, 1)
34
SCPUI.BorderSizePixel = 4
35
SCPUI.Position = UDim2.new(0.115188584, 0, 0.399709314, 0)
36
SCPUI.Size = UDim2.new(0, 303, 0, 157)
37
38
class.Name = "class"
39
class.Parent = SCPUI
40
class.BackgroundColor3 = Color3.new(1, 1, 1)
41
class.BackgroundTransparency = 1
42
class.BorderSizePixel = 0
43
class.Size = UDim2.new(0, 72, 0, 26)
44
class.Font = Enum.Font.SciFi
45
class.Text = "Class-D"
46
class.TextColor3 = Color3.new(1, 0.529412, 0.117647)
47
class.TextSize = 14
48
class.TextWrapped = true
49
50
chaos.Name = "chaos"
51
chaos.Parent = SCPUI
52
chaos.BackgroundColor3 = Color3.new(1, 1, 1)
53
chaos.BackgroundTransparency = 1
54
chaos.BorderSizePixel = 0
55
chaos.Position = UDim2.new(0, 0, 0.165605098, 0)
56
chaos.Size = UDim2.new(0, 72, 0, 26)
57
chaos.Font = Enum.Font.SciFi
58
chaos.Text = "Chaos"
59
chaos.TextColor3 = Color3.new(0, 0, 0)
60
chaos.TextSize = 14
61
chaos.TextWrapped = true
62
63
scp.Name = "scp"
64
scp.Parent = SCPUI
65
scp.BackgroundColor3 = Color3.new(1, 1, 1)
66
scp.BackgroundTransparency = 1
67
scp.BorderSizePixel = 0
68
scp.Position = UDim2.new(0, 0, 0.331210196, 0)
69
scp.Size = UDim2.new(0, 72, 0, 26)
70
scp.Font = Enum.Font.SciFi
71
scp.Text = "SCP"
72
scp.TextColor3 = Color3.new(0.756863, 0, 0)
73
scp.TextSize = 14
74
scp.TextWrapped = true
75
76
spec.Name = "spec"
77
spec.Parent = SCPUI
78
spec.BackgroundColor3 = Color3.new(1, 1, 1)
79
spec.BackgroundTransparency = 1
80
spec.BorderSizePixel = 0
81
spec.Position = UDim2.new(0, 0, 0.496815294, 0)
82
spec.Size = UDim2.new(0, 72, 0, 26)
83
spec.Font = Enum.Font.SciFi
84
spec.Text = "Spectator"
85
spec.TextColor3 = Color3.new(0.52549, 0.521569, 0.490196)
86
spec.TextSize = 14
87
spec.TextWrapped = true
88
89
scpf.Name = "scpf"
90
scpf.Parent = SCPUI
91
scpf.BackgroundColor3 = Color3.new(1, 1, 1)
92
scpf.BackgroundTransparency = 1
93
scpf.BorderSizePixel = 0
94
scpf.Position = UDim2.new(0, 0, 0.662420392, 0)
95
scpf.Size = UDim2.new(0, 72, 0, 26)
96
scpf.Font = Enum.Font.SciFi
97
scpf.Text = "Foundation"
98
scpf.TextColor3 = Color3.new(0.811765, 0.807843, 0.756863)
99
scpf.TextSize = 14
100
scpf.TextWrapped = true
101
102
classpawn.Name = "classpawn"
103
classpawn.Parent = SCPUI
104
classpawn.BackgroundColor3 = Color3.new(1, 1, 1)
105
classpawn.BackgroundTransparency = 1
106
classpawn.BorderSizePixel = 0
107
classpawn.Position = UDim2.new(0.237623766, 0, 0, 0)
108
classpawn.Size = UDim2.new(0, 72, 0, 26)
109
classpawn.Font = Enum.Font.SciFi
110
classpawn.Text = "Class Spawn"
111
classpawn.TextColor3 = Color3.new(0.811765, 0.4, 0.121569)
112
classpawn.TextSize = 12
113
classpawn.TextWrapped = true
114
115
specspawn.Name = "specspawn"
116
specspawn.Parent = SCPUI
117
specspawn.BackgroundColor3 = Color3.new(1, 1, 1)
118
specspawn.BackgroundTransparency = 1
119
specspawn.BorderSizePixel = 0
120
specspawn.Position = UDim2.new(0.237623766, 0, 0.165605098, 0)
121
specspawn.Size = UDim2.new(0, 72, 0, 26)
122
specspawn.Font = Enum.Font.SciFi
123
specspawn.Text = "Spectator Spawn"
124
specspawn.TextColor3 = Color3.new(0.415686, 0.419608, 0.407843)
125
specspawn.TextSize = 12
126
specspawn.TextWrapped = true
127
128
sroom.Name = "sroom"
129
sroom.Parent = SCPUI
130
sroom.BackgroundColor3 = Color3.new(1, 1, 1)
131
sroom.BackgroundTransparency = 1
132
sroom.BorderSizePixel = 0
133
sroom.Position = UDim2.new(0.237623766, 0, 0.331210196, 0)
134
sroom.Size = UDim2.new(0, 72, 0, 26)
135
sroom.Font = Enum.Font.SciFi
136
sroom.Text = "Security Room"
137
sroom.TextColor3 = Color3.new(0.14902, 0.529412, 0.54902)
138
sroom.TextSize = 12
139
sroom.TextWrapped = true
140
141
scpro.Name = "scpro"
142
scpro.Parent = SCPUI
143
scpro.BackgroundColor3 = Color3.new(1, 1, 1)
144
scpro.BackgroundTransparency = 1
145
scpro.BorderSizePixel = 0
146
scpro.Position = UDim2.new(0.237623766, 0, 0.496815294, 0)
147
scpro.Size = UDim2.new(0, 72, 0, 26)
148
scpro.Font = Enum.Font.SciFi
149
scpro.Text = "SCP Room"
150
scpro.TextColor3 = Color3.new(0.67451, 0, 0)
151
scpro.TextSize = 12
152
scpro.TextWrapped = true
153
154
fog.Name = "fog"
155
fog.Parent = SCPUI
156
fog.BackgroundColor3 = Color3.new(1, 1, 1)
157
fog.BackgroundTransparency = 1
158
fog.BorderSizePixel = 0
159
fog.Position = UDim2.new(0.475247532, 0, 0, 0)
160
fog.Size = UDim2.new(0, 72, 0, 26)
161
fog.Font = Enum.Font.SciFi
162
fog.Text = "No Fog"
163
fog.TextColor3 = Color3.new(0.282353, 0.282353, 0.282353)
164
fog.TextSize = 12
165
fog.TextWrapped = true
166
167
leg.Name = "leg"
168
leg.Parent = SCPUI
169
leg.BackgroundColor3 = Color3.new(1, 1, 1)
170
leg.BackgroundTransparency = 1
171
leg.BorderSizePixel = 0
172
leg.Position = UDim2.new(0.475247532, 0, 0.165605098, 0)
173
leg.Size = UDim2.new(0, 72, 0, 26)
174
leg.Font = Enum.Font.SciFi
175
leg.Text = "Tp Leg"
176
leg.TextColor3 = Color3.new(0.639216, 0.356863, 0.270588)
177
leg.TextSize = 12
178
leg.TextWrapped = true
179
180
player.Name = "player"
181
player.Parent = SCPUI
182
player.BackgroundColor3 = Color3.new(1, 0.572549, 0.223529)
183
player.BorderSizePixel = 0
184
player.Position = UDim2.new(0.475247532, 0, 0.331210196, 0)
185
player.Size = UDim2.new(0, 72, 0, 26)
186
player.Font = Enum.Font.SourceSans
187
player.PlaceholderColor3 = Color3.new(0.490196, 0.32549, 0.211765)
188
player.PlaceholderText = "Player Name Here"
189
player.Text = ""
190
player.TextColor3 = Color3.new(0, 0, 0)
191
player.TextScaled = true
192
player.TextSize = 10
193
player.TextWrapped = true
194
195
teleporto.Name = "teleporto"
196
teleporto.Parent = SCPUI
197
teleporto.BackgroundColor3 = Color3.new(1, 1, 1)
198
teleporto.BackgroundTransparency = 1
199
teleporto.BorderSizePixel = 0
200
teleporto.Position = UDim2.new(0.475247532, 0, 0.496815264, 0)
201
teleporto.Size = UDim2.new(0, 72, 0, 26)
202
teleporto.Font = Enum.Font.SciFi
203
teleporto.Text = "Teleport Plr"
204
teleporto.TextColor3 = Color3.new(0.45098, 0.25098, 0.188235)
205
teleporto.TextSize = 12
206
teleporto.TextWrapped = true
207
208
title.Name = "title"
209
title.Parent = SCPUI
210
title.BackgroundColor3 = Color3.new(0.34902, 0.678431, 0.796079)
211
title.BorderSizePixel = 4
212
title.Position = UDim2.new(0.712871313, 0, 0, 0)
213
title.Size = UDim2.new(0, 87, 0, 157)
214
title.Font = Enum.Font.SourceSans
215
title.Text = "SCPUI CREATE BY BALDIWRDS"
216
title.TextColor3 = Color3.new(0.741176, 0.372549, 0.121569)
217
title.TextScaled = true
218
title.TextSize = 29
219
title.TextWrapped = true
220
221
gateb.Name = "gateb"
222
gateb.Parent = SCPUI
223
gateb.BackgroundColor3 = Color3.new(1, 1, 1)
224
gateb.BackgroundTransparency = 1
225
gateb.BorderSizePixel = 0
226
gateb.Position = UDim2.new(0.237623766, 0, 0.662420392, 0)
227
gateb.Size = UDim2.new(0, 72, 0, 26)
228
gateb.Font = Enum.Font.SciFi
229
gateb.Text = "Gate B"
230
gateb.TextColor3 = Color3.new(0, 0, 0)
231
gateb.TextSize = 12
232
gateb.TextWrapped = true
233
234
more.Name = "more"
235
more.Parent = SCPUI
236
more.BackgroundColor3 = Color3.new(1, 1, 1)
237
more.BackgroundTransparency = 1
238
more.BorderSizePixel = 0
239
more.Position = UDim2.new(0.237623766, 0, 0.82802546, 0)
240
more.Size = UDim2.new(0, 72, 0, 26)
241
more.Font = Enum.Font.SciFi
242
more.Text = "More"
243
more.TextColor3 = Color3.new(0, 0, 0)
244
more.TextSize = 12
245
more.TextWrapped = true
246
247
close.Name = "close"
248
close.Parent = SCPUI
249
close.BackgroundColor3 = Color3.new(1, 1, 1)
250
close.BackgroundTransparency = 1
251
close.BorderSizePixel = 0
252
close.Position = UDim2.new(0.237623766, 0, 0.834394872, 0)
253
close.Size = UDim2.new(0, 72, 0, 26)
254
close.Visible = false
255
close.Font = Enum.Font.SciFi
256
close.Text = "Close"
257
close.TextColor3 = Color3.new(0, 0, 0)
258
close.TextSize = 12
259
close.TextWrapped = true
260
261
status.Name = "status"
262
status.Parent = SCPUI
263
status.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
264
status.BorderColor3 = Color3.new(0.0941177, 0.14902, 0.188235)
265
status.BorderSizePixel = 4
266
status.Position = UDim2.new(0, 0, -0.216560513, 0)
267
status.Size = UDim2.new(0, 303, 0, 34)
268
status.Font = Enum.Font.SciFi
269
status.Text = "STATUS : WORKING!"
270
status.TextColor3 = Color3.new(0.286275, 0.917647, 0.188235)
271
status.TextSize = 28
272
273
MORES.Name = "MORES"
274
MORES.Parent = CONTAINMENT
275
MORES.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
276
MORES.BorderSizePixel = 4
277
MORES.Position = UDim2.new(1.18900001, 0, 0.69599998, 0)
278
MORES.Size = UDim2.new(0, 72, 0, 50)
279
280
gatea.Name = "gatea"
281
gatea.Parent = MORES
282
gatea.BackgroundColor3 = Color3.new(1, 1, 1)
283
gatea.BackgroundTransparency = 1
284
gatea.BorderSizePixel = 0
285
gatea.Position = UDim2.new(0, 0, 0.0196078438, 0)
286
gatea.Size = UDim2.new(0, 72, 0, 27)
287
gatea.Font = Enum.Font.SciFi
288
gatea.Text = "Gate A"
289
gatea.TextColor3 = Color3.new(0, 0, 0)
290
gatea.TextSize = 14
291
292
hammer.Name = "hammer"
293
hammer.Parent = MORES
294
hammer.BackgroundColor3 = Color3.new(1, 1, 1)
295
hammer.BackgroundTransparency = 1
296
hammer.BorderSizePixel = 0
297
hammer.Position = UDim2.new(-0.0068025589, 0, 0.529883623, 0)
298
hammer.Size = UDim2.new(0, 72, 0, 27)
299
hammer.Font = Enum.Font.SciFi
300
hammer.Text = "Hammer Down"
301
hammer.TextColor3 = Color3.new(0, 0, 0)
302
hammer.TextSize = 11
303
304
function SCRIPT_YRRP72_FAKESCRIPT()
305
	local script = Instance.new('LocalScript')
306
	script.Parent = SCPUI
307
	function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
308
	
309
	counter = 0
310
	
311
	while wait(0.1)do
312
	 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
313
	 
314
	 counter = counter + 0.01
315
	end
316
317
end
318
coroutine.resume(coroutine.create(SCRIPT_YRRP72_FAKESCRIPT))
319
function SCRIPT_BBLM85_FAKESCRIPT()
320
	local script = Instance.new('LocalScript')
321
	script.Parent = gatea
322
	function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
323
	
324
	counter = 0
325
	
326
	while wait(0.1)do
327
	 script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
328
	 
329
	 counter = counter + 0.01
330
	end
331
332
end
333
coroutine.resume(coroutine.create(SCRIPT_BBLM85_FAKESCRIPT))
334
function SCRIPT_OJOR67_FAKESCRIPT()
335
	local script = Instance.new('LocalScript')
336
	script.Parent = hammer
337
	function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
338
	
339
	counter = 0
340
	
341
	while wait(0.1)do
342
	 script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
343
	 
344
	 counter = counter + 0.01
345
	end
346
347
end
348
coroutine.resume(coroutine.create(SCRIPT_OJOR67_FAKESCRIPT))
349
350
class.MouseButton1Click:connect(function()
351
game.ReplicatedStorage.ChangeTeam:FireServer('Neon orange')
352
end)
353
354
scp.MouseButton1Click:connect(function()
355
game.ReplicatedStorage.ChangeTeam:FireServer('Crimson')
356
end)
357
358
chaos.MouseButton1Click:connect(function()
359
game.ReplicatedStorage.ChangeTeam:FireServer('Really black')
360
end)
361
362
spec.MouseButton1Click:connect(function()
363
game.ReplicatedStorage.ChangeTeam:FireServer('Fossil')
364
end)
365
366
scpf.MouseButton1Click:connect(function()
367
game.ReplicatedStorage.ChangeTeam:FireServer('Institutional white')
368
end)
369
370
classpawn.MouseButton1Click:connect(function()
371
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-226.131317, -6.25881767, -18.1353378))
372
end)
373
374
specspawn.MouseButton1Click:connect(function()
375
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1346.20105, 55.6411285, -985.40033))
376
end)
377
378
sroom.MouseButton1Click:connect(function()
379
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1155.87451,2.94114017,160.409378))
380
end)
381
382
scpro.MouseButton1Click:connect(function()
383
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1144.26929, -2.37213802, -49.7000427))
384
end)
385
386
fog.MouseButton1Click:connect(function()
387
game.Lighting.FogEnd = 9999999999
388
end)
389
390
leg.MouseButton1Click:connect(function()
391
for i,v in pairs(game.Players:GetChildren())
392
 do if v.Name ~= game.Players.LocalPlayer.Name
393
 then workspace[v.Name]['Left Leg'].Position = workspace[game.Players.LocalPlayer.Name]['Right Arm'].Position
394
 end
395
 end
396
end)
397
398
teleporto.MouseButton1Click:connect(function()
399
local findplayer = player.Text 
400
local len = string.len(findplayer:lower()) 
401
local player = nil for i,v in pairs(game.Players:GetChildren()) do
402
local name = string.sub(v.Name,1,len) if name:lower() == findplayer 
403
then player = v break end end 
404
workspace[game.Players.LocalPlayer.Name]:SetPrimaryPartCFrame(CFrame.new(workspace[player.Name].PrimaryPart.Position+Vector3.new(0,0,-2))) 
405
end)
406
407
more.MouseButton1Click:connect(function()
408
MORES:TweenPosition(UDim2.new(0.189, 0,0.696, 0), 'In', 'Elastic', 1, true)
409
more.Visible = false
410
close.Visible = true
411
end)
412
413
close.MouseButton1Click:connect(function()
414
MORES:TweenPosition(UDim2.new(1.189, 0,0.696, 0), 'Out', 'Elastic', 1, true)
415
close.Visible = false
416
more.Visible = true
417
end)
418
419
gateb.MouseButton1Click:connect(function()
420
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-2162.14502, 62.6001549, -199.452469))
421
end)
422
423
gatea.MouseButton1Click:connect(function()
424
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(367.888153, 54.1771545, 1519.86316))
425
end)
426
427
hammer.MouseButton1Click:connect(function()
428
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1249.24585, 3.17018414, 120.000061))
429
end)
430
431
--End OF The Scripts