View difference between Paste ID: 8d5yjwKk 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 kill = Instance.new("TextButton")
17
local killplayer = Instance.new("TextButton")
18
local teleporto = Instance.new("TextButton")
19
local title = Instance.new("TextLabel")
20
local gateb = Instance.new("TextButton")
21
local more = Instance.new("TextButton")
22
local close = Instance.new("TextButton")
23
local MORES = Instance.new("Frame")
24
local gatea = Instance.new("TextButton")
25
local hammer = Instance.new("TextButton")
26
27
CONTAINMENT.Name = "CONTAINMENT"
28
CONTAINMENT.Parent = game.CoreGui
29
30
SCPUI.Name = "SCPUI"
31
SCPUI.Parent = CONTAINMENT
32
SCPUI.Active = true
33
SCPUI.Draggable = true
34
SCPUI.BackgroundColor3 = Color3.new(1, 1, 1)
35
SCPUI.BorderSizePixel = 0
36
SCPUI.Position = UDim2.new(0.115188584, 0, 0.399709314, 0)
37
SCPUI.Size = UDim2.new(0, 303, 0, 157)
38
39
class.Name = "class"
40
class.Parent = SCPUI
41
class.BackgroundColor3 = Color3.new(1, 1, 1)
42
class.BackgroundTransparency = 1
43
class.BorderSizePixel = 0
44
class.Size = UDim2.new(0, 72, 0, 26)
45
class.Font = Enum.Font.SciFi
46
class.Text = "Class-D"
47
class.TextColor3 = Color3.new(1, 0.529412, 0.117647)
48
class.TextSize = 14
49
class.TextWrapped = true
50
51
chaos.Name = "chaos"
52
chaos.Parent = SCPUI
53
chaos.BackgroundColor3 = Color3.new(1, 1, 1)
54
chaos.BackgroundTransparency = 1
55
chaos.BorderSizePixel = 0
56
chaos.Position = UDim2.new(0, 0, 0.165605098, 0)
57
chaos.Size = UDim2.new(0, 72, 0, 26)
58
chaos.Font = Enum.Font.SciFi
59
chaos.Text = "Chaos"
60
chaos.TextColor3 = Color3.new(0, 0, 0)
61
chaos.TextSize = 14
62
chaos.TextWrapped = true
63
64
scp.Name = "scp"
65
scp.Parent = SCPUI
66
scp.BackgroundColor3 = Color3.new(1, 1, 1)
67
scp.BackgroundTransparency = 1
68
scp.BorderSizePixel = 0
69
scp.Position = UDim2.new(0, 0, 0.331210196, 0)
70
scp.Size = UDim2.new(0, 72, 0, 26)
71
scp.Font = Enum.Font.SciFi
72
scp.Text = "SCP"
73
scp.TextColor3 = Color3.new(0.756863, 0, 0)
74
scp.TextSize = 14
75
scp.TextWrapped = true
76
77
spec.Name = "spec"
78
spec.Parent = SCPUI
79
spec.BackgroundColor3 = Color3.new(1, 1, 1)
80
spec.BackgroundTransparency = 1
81
spec.BorderSizePixel = 0
82
spec.Position = UDim2.new(0, 0, 0.496815294, 0)
83
spec.Size = UDim2.new(0, 72, 0, 26)
84
spec.Font = Enum.Font.SciFi
85
spec.Text = "Spectator"
86
spec.TextColor3 = Color3.new(0.52549, 0.521569, 0.490196)
87
spec.TextSize = 14
88
spec.TextWrapped = true
89
90
scpf.Name = "scpf"
91
scpf.Parent = SCPUI
92
scpf.BackgroundColor3 = Color3.new(1, 1, 1)
93
scpf.BackgroundTransparency = 1
94
scpf.BorderSizePixel = 0
95
scpf.Position = UDim2.new(0, 0, 0.662420392, 0)
96
scpf.Size = UDim2.new(0, 72, 0, 26)
97
scpf.Font = Enum.Font.SciFi
98
scpf.Text = "Foundation"
99
scpf.TextColor3 = Color3.new(0.811765, 0.807843, 0.756863)
100
scpf.TextSize = 14
101
scpf.TextWrapped = true
102
103
classpawn.Name = "classpawn"
104
classpawn.Parent = SCPUI
105
classpawn.BackgroundColor3 = Color3.new(1, 1, 1)
106
classpawn.BackgroundTransparency = 1
107
classpawn.BorderSizePixel = 0
108
classpawn.Position = UDim2.new(0.237623766, 0, 0, 0)
109
classpawn.Size = UDim2.new(0, 72, 0, 26)
110
classpawn.Font = Enum.Font.SciFi
111
classpawn.Text = "Class Spawn"
112
classpawn.TextColor3 = Color3.new(0.811765, 0.4, 0.121569)
113
classpawn.TextSize = 12
114
classpawn.TextWrapped = true
115
116
specspawn.Name = "specspawn"
117
specspawn.Parent = SCPUI
118
specspawn.BackgroundColor3 = Color3.new(1, 1, 1)
119
specspawn.BackgroundTransparency = 1
120
specspawn.BorderSizePixel = 0
121
specspawn.Position = UDim2.new(0.237623766, 0, 0.165605098, 0)
122
specspawn.Size = UDim2.new(0, 72, 0, 26)
123
specspawn.Font = Enum.Font.SciFi
124
specspawn.Text = "Spectator Spawn"
125
specspawn.TextColor3 = Color3.new(0.415686, 0.419608, 0.407843)
126
specspawn.TextSize = 12
127
specspawn.TextWrapped = true
128
129
sroom.Name = "sroom"
130
sroom.Parent = SCPUI
131
sroom.BackgroundColor3 = Color3.new(1, 1, 1)
132
sroom.BackgroundTransparency = 1
133
sroom.BorderSizePixel = 0
134
sroom.Position = UDim2.new(0.237623766, 0, 0.331210196, 0)
135
sroom.Size = UDim2.new(0, 72, 0, 26)
136
sroom.Font = Enum.Font.SciFi
137
sroom.Text = "Security Room"
138
sroom.TextColor3 = Color3.new(0.14902, 0.529412, 0.54902)
139
sroom.TextSize = 12
140
sroom.TextWrapped = true
141
142
scpro.Name = "scpro"
143
scpro.Parent = SCPUI
144
scpro.BackgroundColor3 = Color3.new(1, 1, 1)
145
scpro.BackgroundTransparency = 1
146
scpro.BorderSizePixel = 0
147
scpro.Position = UDim2.new(0.237623766, 0, 0.496815294, 0)
148
scpro.Size = UDim2.new(0, 72, 0, 26)
149
scpro.Font = Enum.Font.SciFi
150
scpro.Text = "SCP Room"
151
scpro.TextColor3 = Color3.new(0.67451, 0, 0)
152
scpro.TextSize = 12
153
scpro.TextWrapped = true
154
155
fog.Name = "fog"
156
fog.Parent = SCPUI
157
fog.BackgroundColor3 = Color3.new(1, 1, 1)
158
fog.BackgroundTransparency = 1
159
fog.BorderSizePixel = 0
160
fog.Position = UDim2.new(0.475247532, 0, 0, 0)
161
fog.Size = UDim2.new(0, 72, 0, 26)
162
fog.Font = Enum.Font.SciFi
163
fog.Text = "No Fog"
164
fog.TextColor3 = Color3.new(0.282353, 0.282353, 0.282353)
165
fog.TextSize = 12
166
fog.TextWrapped = true
167
168
leg.Name = "leg"
169
leg.Parent = SCPUI
170
leg.BackgroundColor3 = Color3.new(1, 1, 1)
171
leg.BackgroundTransparency = 1
172
leg.BorderSizePixel = 0
173
leg.Position = UDim2.new(0.475247532, 0, 0.165605098, 0)
174
leg.Size = UDim2.new(0, 72, 0, 26)
175
leg.Font = Enum.Font.SciFi
176
leg.Text = "Tp Leg"
177
leg.TextColor3 = Color3.new(0.639216, 0.356863, 0.270588)
178
leg.TextSize = 12
179
leg.TextWrapped = true
180
181
player.Name = "player"
182
player.Parent = SCPUI
183
player.BackgroundColor3 = Color3.new(1, 0.572549, 0.223529)
184
player.BorderSizePixel = 0
185
player.Position = UDim2.new(0.475247532, 0, 0.496815294, 0)
186
player.Size = UDim2.new(0, 72, 0, 26)
187
player.Font = Enum.Font.SourceSans
188
player.PlaceholderColor3 = Color3.new(0.490196, 0.32549, 0.211765)
189
player.PlaceholderText = "Player Name Here"
190
player.Text = ""
191
player.TextColor3 = Color3.new(0, 0, 0)
192
player.TextScaled = true
193
player.TextSize = 10
194
player.TextWrapped = true
195
196
kill.Name = "kill"
197
kill.Parent = SCPUI
198
kill.BackgroundColor3 = Color3.new(1, 1, 1)
199
kill.BackgroundTransparency = 1
200
kill.BorderSizePixel = 0
201
kill.Position = UDim2.new(0.475247532, 0, 0.331210196, 0)
202
kill.Size = UDim2.new(0, 72, 0, 26)
203
kill.Font = Enum.Font.SciFi
204
kill.Text = "Kill All"
205
kill.TextColor3 = Color3.new(0.45098, 0.25098, 0.188235)
206
kill.TextSize = 12
207
kill.TextWrapped = true
208
209
killplayer.Name = "killplayer"
210
killplayer.Parent = SCPUI
211
killplayer.BackgroundColor3 = Color3.new(1, 1, 1)
212
killplayer.BackgroundTransparency = 1
213
killplayer.BorderSizePixel = 0
214
killplayer.Position = UDim2.new(0.475247532, 0, 0.662420392, 0)
215
killplayer.Size = UDim2.new(0, 72, 0, 26)
216
killplayer.Font = Enum.Font.SciFi
217
killplayer.Text = "Kill Player"
218
killplayer.TextColor3 = Color3.new(0.45098, 0.25098, 0.188235)
219
killplayer.TextSize = 12
220
killplayer.TextWrapped = true
221
222
teleporto.Name = "teleporto"
223
teleporto.Parent = SCPUI
224
teleporto.BackgroundColor3 = Color3.new(1, 1, 1)
225
teleporto.BackgroundTransparency = 1
226
teleporto.BorderSizePixel = 0
227
teleporto.Position = UDim2.new(0.475247532, 0, 0.82802546, 0)
228
teleporto.Size = UDim2.new(0, 72, 0, 26)
229
teleporto.Font = Enum.Font.SciFi
230
teleporto.Text = "Teleport To"
231
teleporto.TextColor3 = Color3.new(0.45098, 0.25098, 0.188235)
232
teleporto.TextSize = 12
233
teleporto.TextWrapped = true
234
235
title.Name = "title"
236
title.Parent = SCPUI
237
title.BackgroundColor3 = Color3.new(0.34902, 0.678431, 0.796079)
238
title.BorderSizePixel = 0
239
title.Position = UDim2.new(0.712871313, 0, 0, 0)
240
title.Size = UDim2.new(0, 87, 0, 156)
241
title.Font = Enum.Font.SourceSans
242
title.Text = "SCPUI CREATE BY BALDIWRDS"
243
title.TextColor3 = Color3.new(0.741176, 0.372549, 0.121569)
244
title.TextScaled = true
245
title.TextSize = 29
246
title.TextWrapped = true
247
248
gateb.Name = "gateb"
249
gateb.Parent = SCPUI
250
gateb.BackgroundColor3 = Color3.new(1, 1, 1)
251
gateb.BackgroundTransparency = 1
252
gateb.BorderSizePixel = 0
253
gateb.Position = UDim2.new(0.237623766, 0, 0.662420392, 0)
254
gateb.Size = UDim2.new(0, 72, 0, 26)
255
gateb.Font = Enum.Font.SciFi
256
gateb.Text = "Gate B"
257
gateb.TextColor3 = Color3.new(0, 0, 0)
258
gateb.TextSize = 12
259
gateb.TextWrapped = true
260
261
more.Name = "more"
262
more.Parent = SCPUI
263
more.BackgroundColor3 = Color3.new(1, 1, 1)
264
more.BackgroundTransparency = 1
265
more.BorderSizePixel = 0
266
more.Position = UDim2.new(0.237623766, 0, 0.82802546, 0)
267
more.Size = UDim2.new(0, 72, 0, 26)
268
more.Font = Enum.Font.SciFi
269
more.Text = "More"
270
more.TextColor3 = Color3.new(0, 0, 0)
271
more.TextSize = 12
272
more.TextWrapped = true
273
274
close.Name = "close"
275
close.Parent = SCPUI
276
close.BackgroundColor3 = Color3.new(1, 1, 1)
277
close.BackgroundTransparency = 1
278
close.BorderSizePixel = 0
279
close.Position = UDim2.new(0.237623766, 0, 0.834394872, 0)
280
close.Size = UDim2.new(0, 72, 0, 26)
281
close.Visible = false
282
close.Font = Enum.Font.SciFi
283
close.Text = "Close"
284
close.TextColor3 = Color3.new(0, 0, 0)
285
close.TextSize = 12
286
close.TextWrapped = true
287
288
MORES.Name = "MORES"
289
MORES.Parent = CONTAINMENT
290
MORES.BackgroundColor3 = Color3.new(1, 1, 1)
291
MORES.BackgroundTransparency = 1
292
MORES.BorderSizePixel = 0
293
MORES.Position = UDim2.new(1.18900001, 0, 0.625999987, 0)
294
MORES.Size = UDim2.new(0, 72, 0, 50)
295
296
gatea.Name = "gatea"
297
gatea.Parent = MORES
298
gatea.BackgroundColor3 = Color3.new(1, 1, 1)
299
gatea.BackgroundTransparency = 1
300
gatea.BorderSizePixel = 0
301
gatea.Position = UDim2.new(0, 0, 0.0196078438, 0)
302
gatea.Size = UDim2.new(0, 72, 0, 27)
303
gatea.Font = Enum.Font.SciFi
304
gatea.Text = "Gate A"
305
gatea.TextColor3 = Color3.new(0, 0, 0)
306
gatea.TextSize = 14
307
308
hammer.Name = "hammer"
309
hammer.Parent = MORES
310
hammer.BackgroundColor3 = Color3.new(1, 1, 1)
311
hammer.BackgroundTransparency = 1
312
hammer.BorderSizePixel = 0
313
hammer.Position = UDim2.new(-0.0068025589, 0, 0.529883623, 0)
314
hammer.Size = UDim2.new(0, 72, 0, 27)
315
hammer.Font = Enum.Font.SciFi
316
hammer.Text = "Hammer Down"
317
hammer.TextColor3 = Color3.new(0, 0, 0)
318
hammer.TextSize = 11
319
320
function SCRIPT_MJHX79_FAKESCRIPT() 
321
	local script = Instance.new('LocalScript')
322
	script.Parent = SCPUI
323
	function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
324
	
325
	counter = 0
326
	
327
	while wait(0.1)do
328
	 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
329
	 
330
	 counter = counter + 0.01
331
	end
332
333
end
334
coroutine.resume(coroutine.create(SCRIPT_MJHX79_FAKESCRIPT))
335
function SCRIPT_DYTJ78_FAKESCRIPT() 
336
	local script = Instance.new('LocalScript')
337
	script.Parent = gatea
338
	function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
339
	
340
	counter = 0
341
	
342
	while wait(0.1)do
343
	 script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
344
	 
345
	 counter = counter + 0.01
346
	end
347
348
end
349
coroutine.resume(coroutine.create(SCRIPT_DYTJ78_FAKESCRIPT))
350
function SCRIPT_QKBF70_FAKESCRIPT()  
351
	local script = Instance.new('LocalScript')
352
	script.Parent = hammer
353
	function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
354
	
355
	counter = 0
356
	
357
	while wait(0.1)do
358
	 script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
359
	 
360
	 counter = counter + 0.01
361
	end
362
363
end
364
coroutine.resume(coroutine.create(SCRIPT_QKBF70_FAKESCRIPT))
365
366
class.MouseButton1Click:connect(function()
367
game.ReplicatedStorage.ChangeTeam:FireServer('Neon orange')
368
end)
369
370
scp.MouseButton1Click:connect(function()
371
game.ReplicatedStorage.ChangeTeam:FireServer('Crimson')
372
end)
373
374
chaos.MouseButton1Click:connect(function()
375
game.ReplicatedStorage.ChangeTeam:FireServer('Really black')
376
end)
377
378
spec.MouseButton1Click:connect(function()
379
game.ReplicatedStorage.ChangeTeam:FireServer('Fossil')
380
end)
381
382
scpf.MouseButton1Click:connect(function()
383
game.ReplicatedStorage.ChangeTeam:FireServer('Institutional white')
384
end)
385
386
classpawn.MouseButton1Click:connect(function()
387
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-226.131317, -6.25881767, -18.1353378))
388
end)
389
390
specspawn.MouseButton1Click:connect(function()
391
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1346.20105, 55.6411285, -985.40033))
392
end)
393
394
sroom.MouseButton1Click:connect(function()
395
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1155.87451,2.94114017,160.409378))
396
end)
397
398
scpro.MouseButton1Click:connect(function()
399
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1144.26929, -2.37213802, -49.7000427))
400
end)
401
402
fog.MouseButton1Click:connect(function()
403
game.Lighting.FogEnd = 9999999999
404
end)
405
406
leg.MouseButton1Click:connect(function()
407
for i,v in pairs(game.Players:GetChildren())
408
 do if v.Name ~= game.Players.LocalPlayer.Name
409
 then workspace[v.Name]['Left Leg'].Position = workspace[game.Players.LocalPlayer.Name]['Right Arm'].Position
410
 end
411
 end
412
end)
413
414
kill.MouseButton1Click:connect(function()
415
local guntokill = nil
416
local found = false for i,v in pairs(game.Players:GetChildren()) do
417
local t1 = v.Character:FindFirstChild('AR15') 
418
if t1 then found=true guntokill=t1 break else local t2 = v.Character:FindFirstChild('M1911') 
419
if t2 then found=true guntokill=t2 break else local t3 = v.Character:FindFirstChild('P90') 
420
if t3 then found=true guntokill = t3 break else local t4 = v.Character:FindFirstChild('SPECTATEGUN') 
421
if t4 then found=true guntokill = t4 break else 
422
print('Not found in '.. v.Name..'.') end end end end end 
423
if found then for i,v in pairs(game.Players:GetChildren())do
424
guntokill.Receiver:FireServer('Damage',v.Character.Humanoid,math.huge) 
425
end else print'try the button again' end
426
end)
427
428
killplayer.MouseButton1Click:connect(function()
429
local findplayer = player.Text 
430
local len = string.len(findplayer:lower()) 
431
local player = nil for i,v in pairs(game.Players:GetChildren()) do
432
local name = string.sub(v.Name,1,len) if name:lower() == findplayer then player = v break end end 
433
local guntokill = nil local found = false for i,v in pairs(game.Players:GetChildren()) do
434
local t1 = v.Character:FindFirstChild('AR15') 
435
if t1 then found=true guntokill=t1 break else local t2 = v.Character:FindFirstChild('M1911') 
436
if t2 then found=true guntokill=t2 break else local t3 = v.Character:FindFirstChild('P90') 
437
if t3 then found=true guntokill = t3 break else local t4 = v.Character:FindFirstChild('SPECTATEGUN') 
438
if t4 then found=true guntokill = t4 break else print('Not found in '.. v.Name..'.') 
439
end end end end end if found then 
440
guntokill.Receiver:FireServer('Damage',player.Character.Humanoid,math.huge) 
441
end
442
end)
443
444
teleporto.MouseButton1Click:connect(function()
445
local findplayer = player.Text 
446
local len = string.len(findplayer:lower()) 
447
local player = nil for i,v in pairs(game.Players:GetChildren()) do
448
local name = string.sub(v.Name,1,len) if name:lower() == findplayer 
449
then player = v break end end 
450
workspace[game.Players.LocalPlayer.Name]:SetPrimaryPartCFrame(CFrame.new(workspace[player.Name].PrimaryPart.Position+Vector3.new(0,0,-2))) 
451
end)
452
453
more.MouseButton1Click:connect(function()
454
MORES:TweenPosition(UDim2.new(0.189, 0,0.626, 0), 'In', 'Elastic', 1, true)
455
more.Visible = false
456
close.Visible = true
457
end)
458
459
close.MouseButton1Click:connect(function()
460
MORES:TweenPosition(UDim2.new(1.189, 0,0.626, 0), 'Out', 'Elastic', 1, true)
461
close.Visible = false
462
more.Visible = true
463
end)
464
465
gateb.MouseButton1Click:connect(function()
466
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-2162.14502, 62.6001549, -199.452469))
467
end)
468
469
gatea.MouseButton1Click:connect(function()
470
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(367.888153, 54.1771545, 1519.86316))
471
end)
472
473
hammer.MouseButton1Click:connect(function()
474
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1249.24585, 3.17018414, 120.000061))
475
end)
476
477
--End OF The Scripts