View difference between Paste ID: M1nr5Nn0 and bc5EY5J3
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 baldiwrds Roblox Name
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
21
CONTAINMENT.Name = "CONTAINMENT"
22
CONTAINMENT.Parent = game.CoreGui
23
24
SCPUI.Name = "SCPUI"
25
SCPUI.Parent = CONTAINMENT
26
SCPUI.Active = true
27
SCPUI.Draggable = true
28
SCPUI.BackgroundColor3 = Color3.new(1, 1, 1)
29
SCPUI.BorderSizePixel = 0
30
SCPUI.Position = UDim2.new(0.115188584, 0, 0.399709314, 0)
31
SCPUI.Size = UDim2.new(0, 303, 0, 157)
32
33
class.Name = "class"
34
class.Parent = SCPUI
35
class.BackgroundColor3 = Color3.new(1, 1, 1)
36
class.BackgroundTransparency = 1
37
class.BorderSizePixel = 0
38
class.Size = UDim2.new(0, 72, 0, 26)
39
class.Font = Enum.Font.SciFi
40
class.Text = "Class-D"
41
class.TextColor3 = Color3.new(1, 0.529412, 0.117647)
42
class.TextSize = 14
43
class.TextWrapped = true
44
45
chaos.Name = "chaos"
46
chaos.Parent = SCPUI
47
chaos.BackgroundColor3 = Color3.new(1, 1, 1)
48
chaos.BackgroundTransparency = 1
49
chaos.BorderSizePixel = 0
50
chaos.Position = UDim2.new(0, 0, 0.165605098, 0)
51
chaos.Size = UDim2.new(0, 72, 0, 26)
52
chaos.Font = Enum.Font.SciFi
53
chaos.Text = "Chaos"
54
chaos.TextColor3 = Color3.new(0, 0, 0)
55
chaos.TextSize = 14
56
chaos.TextWrapped = true
57
58
scp.Name = "scp"
59
scp.Parent = SCPUI
60
scp.BackgroundColor3 = Color3.new(1, 1, 1)
61
scp.BackgroundTransparency = 1
62
scp.BorderSizePixel = 0
63
scp.Position = UDim2.new(0, 0, 0.331210196, 0)
64
scp.Size = UDim2.new(0, 72, 0, 26)
65
scp.Font = Enum.Font.SciFi
66
scp.Text = "SCP"
67
scp.TextColor3 = Color3.new(0.756863, 0, 0)
68
scp.TextSize = 14
69
scp.TextWrapped = true
70
71
spec.Name = "spec"
72
spec.Parent = SCPUI
73
spec.BackgroundColor3 = Color3.new(1, 1, 1)
74
spec.BackgroundTransparency = 1
75
spec.BorderSizePixel = 0
76
spec.Position = UDim2.new(0, 0, 0.496815294, 0)
77
spec.Size = UDim2.new(0, 72, 0, 26)
78
spec.Font = Enum.Font.SciFi
79
spec.Text = "Spectator"
80
spec.TextColor3 = Color3.new(0.52549, 0.521569, 0.490196)
81
spec.TextSize = 14
82
spec.TextWrapped = true
83
84
scpf.Name = "scpf"
85
scpf.Parent = SCPUI
86
scpf.BackgroundColor3 = Color3.new(1, 1, 1)
87
scpf.BackgroundTransparency = 1
88
scpf.BorderSizePixel = 0
89
scpf.Position = UDim2.new(0, 0, 0.662420392, 0)
90
scpf.Size = UDim2.new(0, 72, 0, 26)
91
scpf.Font = Enum.Font.SciFi
92
scpf.Text = "Foundation"
93
scpf.TextColor3 = Color3.new(0.811765, 0.807843, 0.756863)
94
scpf.TextSize = 14
95
scpf.TextWrapped = true
96
97
classpawn.Name = "classpawn"
98
classpawn.Parent = SCPUI
99
classpawn.BackgroundColor3 = Color3.new(1, 1, 1)
100
classpawn.BackgroundTransparency = 1
101
classpawn.BorderSizePixel = 0
102
classpawn.Position = UDim2.new(0.237623766, 0, 0, 0)
103
classpawn.Size = UDim2.new(0, 72, 0, 26)
104
classpawn.Font = Enum.Font.SciFi
105
classpawn.Text = "Class Spawn"
106
classpawn.TextColor3 = Color3.new(0.811765, 0.4, 0.121569)
107
classpawn.TextSize = 12
108
classpawn.TextWrapped = true
109
110
specspawn.Name = "specspawn"
111
specspawn.Parent = SCPUI
112
specspawn.BackgroundColor3 = Color3.new(1, 1, 1)
113
specspawn.BackgroundTransparency = 1
114
specspawn.BorderSizePixel = 0
115
specspawn.Position = UDim2.new(0.237623766, 0, 0.165605098, 0)
116
specspawn.Size = UDim2.new(0, 72, 0, 26)
117
specspawn.Font = Enum.Font.SciFi
118
specspawn.Text = "Spectator Spawn"
119
specspawn.TextColor3 = Color3.new(0.415686, 0.419608, 0.407843)
120
specspawn.TextSize = 12
121
specspawn.TextWrapped = true
122
123
sroom.Name = "sroom"
124
sroom.Parent = SCPUI
125
sroom.BackgroundColor3 = Color3.new(1, 1, 1)
126
sroom.BackgroundTransparency = 1
127
sroom.BorderSizePixel = 0
128
sroom.Position = UDim2.new(0.237623766, 0, 0.331210196, 0)
129
sroom.Size = UDim2.new(0, 72, 0, 26)
130
sroom.Font = Enum.Font.SciFi
131
sroom.Text = "Security Room"
132
sroom.TextColor3 = Color3.new(0.14902, 0.529412, 0.54902)
133
sroom.TextSize = 12
134
sroom.TextWrapped = true
135
136
scpro.Name = "scpro"
137
scpro.Parent = SCPUI
138
scpro.BackgroundColor3 = Color3.new(1, 1, 1)
139
scpro.BackgroundTransparency = 1
140
scpro.BorderSizePixel = 0
141
scpro.Position = UDim2.new(0.237623766, 0, 0.496815294, 0)
142
scpro.Size = UDim2.new(0, 72, 0, 26)
143
scpro.Font = Enum.Font.SciFi
144
scpro.Text = "SCP Room"
145
scpro.TextColor3 = Color3.new(0.67451, 0, 0)
146
scpro.TextSize = 12
147
scpro.TextWrapped = true
148
149
fog.Name = "fog"
150
fog.Parent = SCPUI
151
fog.BackgroundColor3 = Color3.new(1, 1, 1)
152
fog.BackgroundTransparency = 1
153
fog.BorderSizePixel = 0
154
fog.Position = UDim2.new(0.475247532, 0, 0, 0)
155
fog.Size = UDim2.new(0, 72, 0, 26)
156
fog.Font = Enum.Font.SciFi
157
fog.Text = "No Fog"
158
fog.TextColor3 = Color3.new(0.282353, 0.282353, 0.282353)
159
fog.TextSize = 12
160
fog.TextWrapped = true
161
162
leg.Name = "leg"
163
leg.Parent = SCPUI
164
leg.BackgroundColor3 = Color3.new(1, 1, 1)
165
leg.BackgroundTransparency = 1
166
leg.BorderSizePixel = 0
167
leg.Position = UDim2.new(0.475247532, 0, 0.165605098, 0)
168
leg.Size = UDim2.new(0, 72, 0, 26)
169
leg.Font = Enum.Font.SciFi
170
leg.Text = "Tp Leg"
171
leg.TextColor3 = Color3.new(0.639216, 0.356863, 0.270588)
172
leg.TextSize = 12
173
leg.TextWrapped = true
174
175
player.Name = "player"
176
player.Parent = SCPUI
177
player.BackgroundColor3 = Color3.new(1, 0.572549, 0.223529)
178
player.BorderSizePixel = 0
179
player.Position = UDim2.new(0.475247532, 0, 0.496815294, 0)
180
player.Size = UDim2.new(0, 72, 0, 26)
181
player.Font = Enum.Font.SourceSans
182
player.PlaceholderColor3 = Color3.new(0.490196, 0.32549, 0.211765)
183
player.PlaceholderText = "Player Name Here"
184
player.Text = ""
185
player.TextColor3 = Color3.new(0, 0, 0)
186
player.TextScaled = true
187
player.TextSize = 10
188
player.TextWrapped = true
189
190
kill.Name = "kill"
191
kill.Parent = SCPUI
192
kill.BackgroundColor3 = Color3.new(1, 1, 1)
193
kill.BackgroundTransparency = 1
194
kill.BorderSizePixel = 0
195
kill.Position = UDim2.new(0.475247532, 0, 0.331210196, 0)
196
kill.Size = UDim2.new(0, 72, 0, 26)
197
kill.Font = Enum.Font.SciFi
198
kill.Text = "Kill All"
199
kill.TextColor3 = Color3.new(0.45098, 0.25098, 0.188235)
200
kill.TextSize = 12
201
kill.TextWrapped = true
202
203
killplayer.Name = "killplayer"
204
killplayer.Parent = SCPUI
205
killplayer.BackgroundColor3 = Color3.new(1, 1, 1)
206
killplayer.BackgroundTransparency = 1
207
killplayer.BorderSizePixel = 0
208
killplayer.Position = UDim2.new(0.475247532, 0, 0.662420392, 0)
209
killplayer.Size = UDim2.new(0, 72, 0, 26)
210
killplayer.Font = Enum.Font.SciFi
211
killplayer.Text = "Kill Player"
212
killplayer.TextColor3 = Color3.new(0.45098, 0.25098, 0.188235)
213
killplayer.TextSize = 12
214
killplayer.TextWrapped = true
215
216
teleporto.Name = "teleporto"
217
teleporto.Parent = SCPUI
218
teleporto.BackgroundColor3 = Color3.new(1, 1, 1)
219
teleporto.BackgroundTransparency = 1
220
teleporto.BorderSizePixel = 0
221
teleporto.Position = UDim2.new(0.475247532, 0, 0.82802546, 0)
222
teleporto.Size = UDim2.new(0, 72, 0, 26)
223
teleporto.Font = Enum.Font.SciFi
224
teleporto.Text = "Teleport To"
225
teleporto.TextColor3 = Color3.new(0.45098, 0.25098, 0.188235)
226
teleporto.TextSize = 12
227
teleporto.TextWrapped = true
228
229
title.Name = "title"
230
title.Parent = SCPUI
231
title.BackgroundColor3 = Color3.new(0.34902, 0.678431, 0.796079)
232
title.BorderSizePixel = 0
233
title.Position = UDim2.new(0.712871313, 0, 0, 0)
234
title.Size = UDim2.new(0, 87, 0, 156)
235
title.Font = Enum.Font.SourceSans
236
title.Text = "SCPUI CREATE BY BALDIWRDS"
237
title.TextColor3 = Color3.new(0.741176, 0.372549, 0.121569)
238
title.TextScaled = true
239
title.TextSize = 29
240
title.TextWrapped = true
241
242
function SCRIPT_AAJN73_FAKESCRIPT() -- SCPUI.RAINBOWSETTING 
243
	local script = Instance.new('LocalScript')
244
	script.Parent = SCPUI
245
	function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
246
	
247
	counter = 0
248
	
249
	while wait(0.1)do
250
	 script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
251
	 
252
	 counter = counter + 0.01
253
	end
254
255
end
256
coroutine.resume(coroutine.create(SCRIPT_AAJN73_FAKESCRIPT))
257
258
class.MouseButton1Click:connect(function()
259
game.ReplicatedStorage.ChangeTeam:FireServer('Neon orange')
260
end)
261
262
scp.MouseButton1Click:connect(function()
263
game.ReplicatedStorage.ChangeTeam:FireServer('Crimson')
264
end)
265
266
chaos.MouseButton1Click:connect(function()
267
game.ReplicatedStorage.ChangeTeam:FireServer('Really black')
268
end)
269
270
spec.MouseButton1Click:connect(function()
271
game.ReplicatedStorage.ChangeTeam:FireServer('Fossil')
272
end)
273
274
scpf.MouseButton1Click:connect(function()
275
game.ReplicatedStorage.ChangeTeam:FireServer('Institutional white')
276
end)
277
278
classpawn.MouseButton1Click:connect(function()
279
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-226.131317, -6.25881767, -18.1353378))
280
end)
281
282
specspawn.MouseButton1Click:connect(function()
283
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1346.20105, 55.6411285, -985.40033))
284
end)
285
286
sroom.MouseButton1Click:connect(function()
287
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1155.87451,2.94114017,160.409378))
288
end)
289
290
scpro.MouseButton1Click:connect(function()
291
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1144.26929, -2.37213802, -49.7000427))
292
end)
293
294
fog.MouseButton1Click:connect(function()
295
game.Lighting.FogEnd = 9999999999
296
end)
297
298
leg.MouseButton1Click:connect(function()
299
for i,v in pairs(game.Players:GetChildren())
300
 do if v.Name ~= game.Players.LocalPlayer.Name
301
 then workspace[v.Name]['Left Leg'].Position = workspace[game.Players.LocalPlayer.Name]['Right Arm'].Position
302
 end
303
 end
304
end)
305
306
kill.MouseButton1Click:connect(function()
307
local guntokill = nil
308
local found = false for i,v in pairs(game.Players:GetChildren()) do
309
local t1 = v.Character:FindFirstChild('AR15') 
310
if t1 then found=true guntokill=t1 break else local t2 = v.Character:FindFirstChild('M1911') 
311
if t2 then found=true guntokill=t2 break else local t3 = v.Character:FindFirstChild('P90') 
312
if t3 then found=true guntokill = t3 break else local t4 = v.Character:FindFirstChild('SPECTATEGUN') 
313
if t4 then found=true guntokill = t4 break else 
314
print('Not found in '.. v.Name..'.') end end end end end 
315
if found then for i,v in pairs(game.Players:GetChildren())do
316
guntokill.Receiver:FireServer('Damage',v.Character.Humanoid,math.huge) 
317
end else print'try the button again' end
318
end)
319
320
killplayer.MouseButton1Click:connect(function()
321
local findplayer = player.Text 
322
local len = string.len(findplayer:lower()) 
323
local player = nil for i,v in pairs(game.Players:GetChildren()) do
324
local name = string.sub(v.Name,1,len) if name:lower() == findplayer then player = v break end end 
325
local guntokill = nil local found = false for i,v in pairs(game.Players:GetChildren()) do
326
local t1 = v.Character:FindFirstChild('AR15') 
327
if t1 then found=true guntokill=t1 break else local t2 = v.Character:FindFirstChild('M1911') 
328
if t2 then found=true guntokill=t2 break else local t3 = v.Character:FindFirstChild('P90') 
329
if t3 then found=true guntokill = t3 break else local t4 = v.Character:FindFirstChild('SPECTATEGUN') 
330
if t4 then found=true guntokill = t4 break else print('Not found in '.. v.Name..'.') 
331
end end end end end if found then 
332
guntokill.Receiver:FireServer('Damage',player.Character.Humanoid,math.huge) 
333
end
334
end)
335
336
teleporto.MouseButton1Click:connect(function()
337
local findplayer = player.Text 
338
local len = string.len(findplayer:lower()) 
339
local player = nil for i,v in pairs(game.Players:GetChildren()) do
340
local name = string.sub(v.Name,1,len) if name:lower() == findplayer 
341
then player = v break end end 
342
workspace[game.Players.LocalPlayer.Name]:SetPrimaryPartCFrame(CFrame.new(workspace[player.Name].PrimaryPart.Position+Vector3.new(0,0,-2))) 
343
end)
344
345
--End OF The Scripts