SHOW:
|
|
- or go back to the newest paste.
1 | - | --Credit To ReBogetYT |
1 | + | --Script To baldiwrds A Roblox Player |
2 | --Editor To Spoy A Discord Player | |
3 | --Credit To ReBogetYT A Yt Player | |
4 | local CONTAINMENT = Instance.new("ScreenGui") | |
5 | local SCPUI = Instance.new("Frame") | |
6 | local class = Instance.new("TextButton") | |
7 | local chaos = Instance.new("TextButton") | |
8 | local scp = Instance.new("TextButton") | |
9 | local spec = Instance.new("TextButton") | |
10 | local scpf = Instance.new("TextButton") | |
11 | local classpawn = Instance.new("TextButton") | |
12 | local specspawn = Instance.new("TextButton") | |
13 | local sroom = Instance.new("TextButton") | |
14 | local scpro = Instance.new("TextButton") | |
15 | local fog = Instance.new("TextButton") | |
16 | local leg = Instance.new("TextButton") | |
17 | local player = Instance.new("TextBox") | |
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 status = Instance.new("TextLabel") | |
24 | local teams = Instance.new("TextLabel") | |
25 | local teleports = Instance.new("TextLabel") | |
26 | local stuffs = Instance.new("TextLabel") | |
27 | local credit = Instance.new("TextLabel") | |
28 | local modl = Instance.new("TextLabel") | |
29 | local modl2 = Instance.new("TextLabel") | |
30 | local title2 = Instance.new("TextLabel") | |
31 | local title3 = Instance.new("TextLabel") | |
32 | local closegui = Instance.new("TextButton") | |
33 | local rban = Instance.new("TextButton") | |
34 | local MORES = Instance.new("Frame") | |
35 | - | SCPUI.Position = UDim2.new(0.115188584, 0, 0.399709314, 0) |
35 | + | |
36 | - | SCPUI.Size = UDim2.new(0, 303, 0, 157) |
36 | + | |
37 | local extras = Instance.new("TextLabel") | |
38 | local coming = Instance.new("TextLabel") | |
39 | local Opens = Instance.new("TextButton") | |
40 | ||
41 | CONTAINMENT.Name = "CONTAINMENT" | |
42 | CONTAINMENT.Parent = game.CoreGui | |
43 | ||
44 | SCPUI.Name = "SCPUI" | |
45 | SCPUI.Parent = CONTAINMENT | |
46 | SCPUI.Active = true | |
47 | SCPUI.Draggable = true | |
48 | SCPUI.BackgroundColor3 = Color3.new(1, 1, 1) | |
49 | SCPUI.BorderSizePixel = 4 | |
50 | SCPUI.Position = UDim2.new(0.115000002, 0, 0, 259) | |
51 | SCPUI.Size = UDim2.new(0, 303, 0, 178) | |
52 | ||
53 | class.Name = "class" | |
54 | class.Parent = SCPUI | |
55 | class.BackgroundColor3 = Color3.new(1, 1, 1) | |
56 | class.BackgroundTransparency = 1 | |
57 | class.BorderSizePixel = 0 | |
58 | class.Size = UDim2.new(0, 72, 0, 26) | |
59 | class.Font = Enum.Font.SciFi | |
60 | class.Text = "Class-D" | |
61 | class.TextColor3 = Color3.new(1, 0.529412, 0.117647) | |
62 | class.TextSize = 14 | |
63 | class.TextWrapped = true | |
64 | ||
65 | chaos.Name = "chaos" | |
66 | chaos.Parent = SCPUI | |
67 | chaos.BackgroundColor3 = Color3.new(1, 1, 1) | |
68 | chaos.BackgroundTransparency = 1 | |
69 | chaos.BorderSizePixel = 0 | |
70 | chaos.Position = UDim2.new(0, 0, 0.165605098, 0) | |
71 | chaos.Size = UDim2.new(0, 72, 0, 26) | |
72 | chaos.Font = Enum.Font.SciFi | |
73 | chaos.Text = "Chaos" | |
74 | chaos.TextColor3 = Color3.new(0, 0, 0) | |
75 | chaos.TextSize = 14 | |
76 | chaos.TextWrapped = true | |
77 | ||
78 | scp.Name = "scp" | |
79 | scp.Parent = SCPUI | |
80 | scp.BackgroundColor3 = Color3.new(1, 1, 1) | |
81 | scp.BackgroundTransparency = 1 | |
82 | scp.BorderSizePixel = 0 | |
83 | scp.Position = UDim2.new(0, 0, 0.331210196, 0) | |
84 | scp.Size = UDim2.new(0, 72, 0, 26) | |
85 | scp.Font = Enum.Font.SciFi | |
86 | scp.Text = "SCP" | |
87 | scp.TextColor3 = Color3.new(0.756863, 0, 0) | |
88 | scp.TextSize = 14 | |
89 | scp.TextWrapped = true | |
90 | ||
91 | spec.Name = "spec" | |
92 | spec.Parent = SCPUI | |
93 | spec.BackgroundColor3 = Color3.new(1, 1, 1) | |
94 | spec.BackgroundTransparency = 1 | |
95 | spec.BorderSizePixel = 0 | |
96 | spec.Position = UDim2.new(0, 0, 0.496815294, 0) | |
97 | spec.Size = UDim2.new(0, 72, 0, 26) | |
98 | spec.Font = Enum.Font.SciFi | |
99 | spec.Text = "Spectator" | |
100 | spec.TextColor3 = Color3.new(0.52549, 0.521569, 0.490196) | |
101 | spec.TextSize = 14 | |
102 | spec.TextWrapped = true | |
103 | ||
104 | scpf.Name = "scpf" | |
105 | scpf.Parent = SCPUI | |
106 | scpf.BackgroundColor3 = Color3.new(1, 1, 1) | |
107 | scpf.BackgroundTransparency = 1 | |
108 | scpf.BorderSizePixel = 0 | |
109 | scpf.Position = UDim2.new(0, 0, 0.662420392, 0) | |
110 | scpf.Size = UDim2.new(0, 72, 0, 26) | |
111 | scpf.Font = Enum.Font.SciFi | |
112 | scpf.Text = "Foundation" | |
113 | scpf.TextColor3 = Color3.new(0.811765, 0.807843, 0.756863) | |
114 | scpf.TextSize = 14 | |
115 | scpf.TextWrapped = true | |
116 | ||
117 | classpawn.Name = "classpawn" | |
118 | classpawn.Parent = SCPUI | |
119 | classpawn.BackgroundColor3 = Color3.new(1, 1, 1) | |
120 | classpawn.BackgroundTransparency = 1 | |
121 | classpawn.BorderSizePixel = 0 | |
122 | classpawn.Position = UDim2.new(0.237623766, 0, 0, 0) | |
123 | classpawn.Size = UDim2.new(0, 72, 0, 26) | |
124 | classpawn.Font = Enum.Font.SciFi | |
125 | classpawn.Text = "Class Spawn" | |
126 | classpawn.TextColor3 = Color3.new(0.811765, 0.4, 0.121569) | |
127 | classpawn.TextSize = 12 | |
128 | classpawn.TextWrapped = true | |
129 | ||
130 | specspawn.Name = "specspawn" | |
131 | specspawn.Parent = SCPUI | |
132 | specspawn.BackgroundColor3 = Color3.new(1, 1, 1) | |
133 | specspawn.BackgroundTransparency = 1 | |
134 | specspawn.BorderSizePixel = 0 | |
135 | specspawn.Position = UDim2.new(0.237623766, 0, 0.165605098, 0) | |
136 | specspawn.Size = UDim2.new(0, 72, 0, 26) | |
137 | specspawn.Font = Enum.Font.SciFi | |
138 | specspawn.Text = "Spectator Spawn" | |
139 | specspawn.TextColor3 = Color3.new(0.415686, 0.419608, 0.407843) | |
140 | specspawn.TextSize = 12 | |
141 | specspawn.TextWrapped = true | |
142 | ||
143 | sroom.Name = "sroom" | |
144 | sroom.Parent = SCPUI | |
145 | sroom.BackgroundColor3 = Color3.new(1, 1, 1) | |
146 | sroom.BackgroundTransparency = 1 | |
147 | sroom.BorderSizePixel = 0 | |
148 | sroom.Position = UDim2.new(0.237623766, 0, 0.331210196, 0) | |
149 | sroom.Size = UDim2.new(0, 72, 0, 26) | |
150 | sroom.Font = Enum.Font.SciFi | |
151 | sroom.Text = "Security Room" | |
152 | sroom.TextColor3 = Color3.new(0.14902, 0.529412, 0.54902) | |
153 | sroom.TextSize = 12 | |
154 | sroom.TextWrapped = true | |
155 | ||
156 | scpro.Name = "scpro" | |
157 | scpro.Parent = SCPUI | |
158 | scpro.BackgroundColor3 = Color3.new(1, 1, 1) | |
159 | scpro.BackgroundTransparency = 1 | |
160 | scpro.BorderSizePixel = 0 | |
161 | scpro.Position = UDim2.new(0.237623766, 0, 0.496815294, 0) | |
162 | scpro.Size = UDim2.new(0, 72, 0, 26) | |
163 | scpro.Font = Enum.Font.SciFi | |
164 | scpro.Text = "SCP Room" | |
165 | scpro.TextColor3 = Color3.new(0.67451, 0, 0) | |
166 | scpro.TextSize = 12 | |
167 | scpro.TextWrapped = true | |
168 | ||
169 | fog.Name = "fog" | |
170 | fog.Parent = SCPUI | |
171 | fog.BackgroundColor3 = Color3.new(1, 1, 1) | |
172 | fog.BackgroundTransparency = 1 | |
173 | fog.BorderSizePixel = 0 | |
174 | fog.Position = UDim2.new(0.475247532, 0, 0, 0) | |
175 | fog.Size = UDim2.new(0, 72, 0, 26) | |
176 | fog.Font = Enum.Font.SciFi | |
177 | fog.Text = "No Fog" | |
178 | fog.TextColor3 = Color3.new(0.282353, 0.282353, 0.282353) | |
179 | fog.TextSize = 12 | |
180 | fog.TextWrapped = true | |
181 | ||
182 | leg.Name = "leg" | |
183 | leg.Parent = SCPUI | |
184 | leg.BackgroundColor3 = Color3.new(1, 1, 1) | |
185 | leg.BackgroundTransparency = 1 | |
186 | leg.BorderSizePixel = 0 | |
187 | leg.Position = UDim2.new(0.475247532, 0, 0.165605098, 0) | |
188 | leg.Size = UDim2.new(0, 72, 0, 26) | |
189 | leg.Font = Enum.Font.SciFi | |
190 | leg.Text = "Tp Leg" | |
191 | leg.TextColor3 = Color3.new(0.639216, 0.356863, 0.270588) | |
192 | leg.TextSize = 12 | |
193 | leg.TextWrapped = true | |
194 | ||
195 | player.Name = "player" | |
196 | player.Parent = SCPUI | |
197 | player.BackgroundColor3 = Color3.new(1, 0.572549, 0.223529) | |
198 | player.BorderSizePixel = 0 | |
199 | player.Position = UDim2.new(0.475247532, 0, 0.331210196, 0) | |
200 | player.Size = UDim2.new(0, 72, 0, 26) | |
201 | player.Font = Enum.Font.SourceSans | |
202 | player.PlaceholderColor3 = Color3.new(0.490196, 0.32549, 0.211765) | |
203 | player.PlaceholderText = "Player Name Here" | |
204 | player.Text = "" | |
205 | player.TextColor3 = Color3.new(0, 0, 0) | |
206 | player.TextScaled = true | |
207 | player.TextSize = 10 | |
208 | player.TextWrapped = true | |
209 | ||
210 | teleporto.Name = "teleporto" | |
211 | teleporto.Parent = SCPUI | |
212 | - | title.Position = UDim2.new(0.712871313, 0, 0, 0) |
212 | + | |
213 | - | title.Size = UDim2.new(0, 87, 0, 157) |
213 | + | |
214 | teleporto.BorderSizePixel = 0 | |
215 | - | title.Text = "SCPUI CREATE BY BALDIWRDS" |
215 | + | |
216 | teleporto.Size = UDim2.new(0, 72, 0, 26) | |
217 | teleporto.Font = Enum.Font.SciFi | |
218 | teleporto.Text = "Teleport Plr" | |
219 | teleporto.TextColor3 = Color3.new(0.45098, 0.25098, 0.188235) | |
220 | teleporto.TextSize = 12 | |
221 | teleporto.TextWrapped = true | |
222 | ||
223 | title.Name = "title" | |
224 | title.Parent = SCPUI | |
225 | title.BackgroundColor3 = Color3.new(0.34902, 0.678431, 0.796079) | |
226 | title.BorderSizePixel = 4 | |
227 | title.Position = UDim2.new(0.712871373, 0, 0, 0) | |
228 | title.Size = UDim2.new(0, 87, 0, 178) | |
229 | title.Font = Enum.Font.SourceSans | |
230 | title.Text = "UI CREATE BY BALDIWRDS" | |
231 | title.TextColor3 = Color3.new(0.741176, 0.372549, 0.121569) | |
232 | title.TextScaled = true | |
233 | title.TextSize = 29 | |
234 | title.TextWrapped = true | |
235 | ||
236 | gateb.Name = "gateb" | |
237 | gateb.Parent = SCPUI | |
238 | gateb.BackgroundColor3 = Color3.new(1, 1, 1) | |
239 | gateb.BackgroundTransparency = 1 | |
240 | gateb.BorderSizePixel = 0 | |
241 | gateb.Position = UDim2.new(0.237623766, 0, 0.662420392, 0) | |
242 | gateb.Size = UDim2.new(0, 72, 0, 26) | |
243 | gateb.Font = Enum.Font.SciFi | |
244 | gateb.Text = "Gate B" | |
245 | gateb.TextColor3 = Color3.new(0, 0, 0) | |
246 | gateb.TextSize = 12 | |
247 | gateb.TextWrapped = true | |
248 | ||
249 | more.Name = "more" | |
250 | more.Parent = SCPUI | |
251 | more.BackgroundColor3 = Color3.new(1, 1, 1) | |
252 | more.BackgroundTransparency = 1 | |
253 | more.BorderSizePixel = 0 | |
254 | more.Position = UDim2.new(0.237623766, 0, 0.82802546, 0) | |
255 | more.Size = UDim2.new(0, 72, 0, 26) | |
256 | more.Font = Enum.Font.SciFi | |
257 | more.Text = "More" | |
258 | more.TextColor3 = Color3.new(0, 0, 0) | |
259 | more.TextSize = 12 | |
260 | more.TextWrapped = true | |
261 | ||
262 | close.Name = "close" | |
263 | close.Parent = SCPUI | |
264 | close.BackgroundColor3 = Color3.new(1, 1, 1) | |
265 | close.BackgroundTransparency = 1 | |
266 | - | status.Position = UDim2.new(0, 0, -0.216560513, 0) |
266 | + | |
267 | close.Position = UDim2.new(0.237623766, 0, 0.834394872, 0) | |
268 | close.Size = UDim2.new(0, 72, 0, 26) | |
269 | close.Visible = false | |
270 | close.Font = Enum.Font.SciFi | |
271 | close.Text = "Close" | |
272 | close.TextColor3 = Color3.new(0, 0, 0) | |
273 | close.TextSize = 12 | |
274 | close.TextWrapped = true | |
275 | - | MORES.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392) |
275 | + | |
276 | status.Name = "status" | |
277 | status.Parent = SCPUI | |
278 | status.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255) | |
279 | status.BorderColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
280 | status.BorderSizePixel = 4 | |
281 | status.Position = UDim2.new(0, 0, -0.468689561, 0) | |
282 | status.Size = UDim2.new(0, 303, 0, 34) | |
283 | status.Font = Enum.Font.SciFi | |
284 | status.Text = "STATUS : WORKING!" | |
285 | status.TextColor3 = Color3.new(0.286275, 0.917647, 0.188235) | |
286 | status.TextSize = 28 | |
287 | ||
288 | teams.Name = "teams" | |
289 | teams.Parent = SCPUI | |
290 | teams.BackgroundColor3 = Color3.new(1, 1, 1) | |
291 | teams.BorderColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
292 | teams.BorderSizePixel = 4 | |
293 | teams.Position = UDim2.new(0, 0, -0.185822666, 0) | |
294 | teams.Size = UDim2.new(0, 72, 0, 17) | |
295 | teams.Font = Enum.Font.SciFi | |
296 | teams.Text = "Teams" | |
297 | teams.TextColor3 = Color3.new(0.423529, 0.423529, 0.423529) | |
298 | teams.TextSize = 18 | |
299 | ||
300 | teleports.Name = "teleports" | |
301 | teleports.Parent = SCPUI | |
302 | teleports.BackgroundColor3 = Color3.new(1, 1, 1) | |
303 | teleports.BorderColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
304 | - | function SCRIPT_YRRP72_FAKESCRIPT() |
304 | + | teleports.BorderSizePixel = 4 |
305 | teleports.Position = UDim2.new(0.237623766, 0, -0.185822666, 0) | |
306 | teleports.Size = UDim2.new(0, 72, 0, 17) | |
307 | teleports.Font = Enum.Font.SciFi | |
308 | teleports.Text = "Teleportion" | |
309 | teleports.TextColor3 = Color3.new(0.14902, 0.6, 0.466667) | |
310 | teleports.TextSize = 13 | |
311 | ||
312 | stuffs.Name = "stuffs" | |
313 | stuffs.Parent = SCPUI | |
314 | stuffs.BackgroundColor3 = Color3.new(1, 1, 1) | |
315 | stuffs.BorderColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
316 | stuffs.BorderSizePixel = 4 | |
317 | stuffs.Position = UDim2.new(0.475247532, 0, -0.185822666, 0) | |
318 | - | coroutine.resume(coroutine.create(SCRIPT_YRRP72_FAKESCRIPT)) |
318 | + | stuffs.Size = UDim2.new(0, 72, 0, 17) |
319 | - | function SCRIPT_BBLM85_FAKESCRIPT() |
319 | + | stuffs.Font = Enum.Font.SciFi |
320 | stuffs.Text = "Stuffs" | |
321 | stuffs.TextColor3 = Color3.new(0.65098, 0.294118, 0.0862745) | |
322 | stuffs.TextSize = 18 | |
323 | ||
324 | credit.Name = "credit" | |
325 | credit.Parent = SCPUI | |
326 | credit.BackgroundColor3 = Color3.new(1, 1, 1) | |
327 | credit.BorderColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
328 | credit.BorderSizePixel = 4 | |
329 | credit.Position = UDim2.new(0.712871313, 0, -0.185822666, 0) | |
330 | credit.Size = UDim2.new(0, 87, 0, 17) | |
331 | credit.Font = Enum.Font.SciFi | |
332 | credit.Text = "Credit/Title" | |
333 | - | coroutine.resume(coroutine.create(SCRIPT_BBLM85_FAKESCRIPT)) |
333 | + | credit.TextColor3 = Color3.new(0.211765, 0.152941, 0.552941) |
334 | - | function SCRIPT_OJOR67_FAKESCRIPT() |
334 | + | credit.TextSize = 18 |
335 | ||
336 | modl.Name = "modl" | |
337 | modl.Parent = SCPUI | |
338 | modl.BackgroundColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
339 | modl.BorderSizePixel = 0 | |
340 | modl.Position = UDim2.new(0.712871313, 0, 0.714878738, 0) | |
341 | modl.Size = UDim2.new(0, 87, 0, 6) | |
342 | modl.Font = Enum.Font.SourceSans | |
343 | modl.Text = "" | |
344 | modl.TextColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
345 | modl.TextScaled = true | |
346 | modl.TextSize = 29 | |
347 | modl.TextWrapped = true | |
348 | - | coroutine.resume(coroutine.create(SCRIPT_OJOR67_FAKESCRIPT)) |
348 | + | |
349 | modl2.Name = "modl2" | |
350 | modl2.Parent = SCPUI | |
351 | modl2.BackgroundColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
352 | modl2.BorderSizePixel = 0 | |
353 | modl2.Position = UDim2.new(0.712871373, 0, 0.229299337, 0) | |
354 | modl2.Size = UDim2.new(0, 87, 0, 6) | |
355 | modl2.Font = Enum.Font.SourceSans | |
356 | modl2.Text = "" | |
357 | modl2.TextColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
358 | modl2.TextScaled = true | |
359 | modl2.TextSize = 29 | |
360 | modl2.TextWrapped = true | |
361 | ||
362 | title2.Name = "title2" | |
363 | title2.Parent = SCPUI | |
364 | title2.BackgroundColor3 = Color3.new(0.34902, 0.678431, 0.796079) | |
365 | title2.BackgroundTransparency = 1 | |
366 | title2.BorderSizePixel = 0 | |
367 | title2.Position = UDim2.new(0.712871373, 0, 0.748586595, 0) | |
368 | title2.Size = UDim2.new(0, 87, 0, 43) | |
369 | title2.Font = Enum.Font.SourceSans | |
370 | title2.Text = "EDIT BY SPOY" | |
371 | title2.TextColor3 = Color3.new(0.741176, 0.372549, 0.121569) | |
372 | title2.TextScaled = true | |
373 | title2.TextSize = 29 | |
374 | title2.TextWrapped = true | |
375 | ||
376 | title3.Name = "title3" | |
377 | title3.Parent = SCPUI | |
378 | title3.BackgroundColor3 = Color3.new(0.34902, 0.678431, 0.796079) | |
379 | title3.BackgroundTransparency = 1 | |
380 | title3.BorderSizePixel = 0 | |
381 | title3.Position = UDim2.new(0.712871373, 0, 0, 0) | |
382 | title3.Size = UDim2.new(0, 87, 0, 40) | |
383 | title3.Font = Enum.Font.SourceSans | |
384 | title3.Text = "SCRIPT BY REBOGETYT\n" | |
385 | title3.TextColor3 = Color3.new(0.741176, 0.372549, 0.121569) | |
386 | title3.TextScaled = true | |
387 | title3.TextSize = 12 | |
388 | title3.TextWrapped = true | |
389 | ||
390 | closegui.Name = "closegui" | |
391 | closegui.Parent = SCPUI | |
392 | closegui.BackgroundColor3 = Color3.new(1, 0.203922, 0.0627451) | |
393 | closegui.BorderSizePixel = 4 | |
394 | closegui.Position = UDim2.new(1.0528053, 0, -0.485543549, 0) | |
395 | closegui.Size = UDim2.new(0, 38, 0, 40) | |
396 | closegui.Font = Enum.Font.SciFi | |
397 | closegui.Text = "X" | |
398 | closegui.TextColor3 = Color3.new(1, 1, 1) | |
399 | closegui.TextScaled = true | |
400 | closegui.TextSize = 14 | |
401 | closegui.TextWrapped = true | |
402 | ||
403 | rban.Name = "rban" | |
404 | rban.Parent = SCPUI | |
405 | rban.BackgroundColor3 = Color3.new(1, 1, 1) | |
406 | rban.BackgroundTransparency = 1 | |
407 | rban.BorderSizePixel = 0 | |
408 | rban.Position = UDim2.new(0.475247532, 0, 0.659736633, 0) | |
409 | rban.Size = UDim2.new(0, 72, 0, 26) | |
410 | rban.Font = Enum.Font.SciFi | |
411 | rban.Text = "Remove Ban" | |
412 | rban.TextColor3 = Color3.new(0.447059, 0.219608, 0.486275) | |
413 | rban.TextSize = 11 | |
414 | rban.TextWrapped = true | |
415 | ||
416 | MORES.Name = "MORES" | |
417 | MORES.Parent = CONTAINMENT | |
418 | MORES.BackgroundColor3 = Color3.new(1, 1, 1) | |
419 | MORES.BorderSizePixel = 4 | |
420 | MORES.Position = UDim2.new(1.18900001, 0, 0.69599998, 0) | |
421 | MORES.Size = UDim2.new(0, 72, 0, 50) | |
422 | ||
423 | gatea.Name = "gatea" | |
424 | gatea.Parent = MORES | |
425 | gatea.BackgroundColor3 = Color3.new(1, 1, 1) | |
426 | gatea.BackgroundTransparency = 1 | |
427 | gatea.BorderSizePixel = 0 | |
428 | gatea.Position = UDim2.new(0, 0, 0.0196078438, 0) | |
429 | gatea.Size = UDim2.new(0, 72, 0, 27) | |
430 | gatea.Font = Enum.Font.SciFi | |
431 | gatea.Text = "Gate A" | |
432 | gatea.TextColor3 = Color3.new(0, 0, 0) | |
433 | gatea.TextSize = 14 | |
434 | ||
435 | hammer.Name = "hammer" | |
436 | hammer.Parent = MORES | |
437 | hammer.BackgroundColor3 = Color3.new(1, 1, 1) | |
438 | hammer.BackgroundTransparency = 1 | |
439 | hammer.BorderSizePixel = 0 | |
440 | hammer.Position = UDim2.new(-0.0068025589, 0, 0.529883623, 0) | |
441 | hammer.Size = UDim2.new(0, 72, 0, 27) | |
442 | hammer.Font = Enum.Font.SciFi | |
443 | hammer.Text = "Hammer Down" | |
444 | hammer.TextColor3 = Color3.new(0, 0, 0) | |
445 | hammer.TextSize = 11 | |
446 | ||
447 | extras.Name = "extras" | |
448 | extras.Parent = MORES | |
449 | extras.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255) | |
450 | extras.BorderColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
451 | extras.BorderSizePixel = 4 | |
452 | extras.Position = UDim2.new(0, 0, -0.583566308, 0) | |
453 | extras.Size = UDim2.new(0, 72, 0, 23) | |
454 | extras.Font = Enum.Font.SciFi | |
455 | extras.Text = "Extra" | |
456 | extras.TextColor3 = Color3.new(0.286275, 0.917647, 0.188235) | |
457 | extras.TextSize = 28 | |
458 | ||
459 | coming.Name = "coming" | |
460 | coming.Parent = MORES | |
461 | coming.BackgroundColor3 = Color3.new(1, 1, 1) | |
462 | coming.BorderColor3 = Color3.new(0.0941177, 0.14902, 0.188235) | |
463 | coming.BorderSizePixel = 4 | |
464 | coming.Position = UDim2.new(1.08333337, 0, 0, 0) | |
465 | coming.Size = UDim2.new(0, 75, 0, 50) | |
466 | coming.Font = Enum.Font.SciFi | |
467 | coming.Text = "More Coming!" | |
468 | coming.TextColor3 = Color3.new(0, 0, 0) | |
469 | coming.TextSize = 11 | |
470 | ||
471 | Opens.Name = "Opens" | |
472 | Opens.Parent = CONTAINMENT | |
473 | Opens.BackgroundColor3 = Color3.new(0.333333, 1, 0.466667) | |
474 | Opens.BorderSizePixel = 4 | |
475 | Opens.Position = UDim2.new(0, 0, 0.661337256, 0) | |
476 | Opens.Size = UDim2.new(0, 88, 0, 50) | |
477 | Opens.Visible = false | |
478 | Opens.Font = Enum.Font.SciFi | |
479 | Opens.Text = "Open" | |
480 | Opens.TextColor3 = Color3.new(0, 0, 0) | |
481 | Opens.TextSize = 28 | |
482 | ||
483 | function SCRIPT_IIQL80_FAKESCRIPT() | |
484 | local script = Instance.new('LocalScript') | |
485 | script.Parent = SCPUI | |
486 | function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end | |
487 | ||
488 | counter = 0 | |
489 | ||
490 | while wait(0.1)do | |
491 | script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1) | |
492 | ||
493 | counter = counter + 0.01 | |
494 | end | |
495 | ||
496 | end | |
497 | coroutine.resume(coroutine.create(SCRIPT_IIQL80_FAKESCRIPT)) | |
498 | function SCRIPT_ELWJ88_FAKESCRIPT() | |
499 | local script = Instance.new('LocalScript') | |
500 | script.Parent = gatea | |
501 | function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end | |
502 | ||
503 | counter = 0 | |
504 | ||
505 | while wait(0.1)do | |
506 | script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1) | |
507 | ||
508 | counter = counter + 0.01 | |
509 | end | |
510 | ||
511 | end | |
512 | coroutine.resume(coroutine.create(SCRIPT_ELWJ88_FAKESCRIPT)) | |
513 | function SCRIPT_BHCQ74_FAKESCRIPT() | |
514 | local script = Instance.new('LocalScript') | |
515 | script.Parent = hammer | |
516 | function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end | |
517 | ||
518 | counter = 0 | |
519 | ||
520 | while wait(0.1)do | |
521 | script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1) | |
522 | ||
523 | counter = counter + 0.01 | |
524 | end | |
525 | ||
526 | end | |
527 | coroutine.resume(coroutine.create(SCRIPT_BHCQ74_FAKESCRIPT)) | |
528 | function SCRIPT_CLQI74_FAKESCRIPT() | |
529 | local script = Instance.new('LocalScript') | |
530 | script.Parent = Opens | |
531 | function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end | |
532 | ||
533 | counter = 0 | |
534 | ||
535 | while wait(0.1)do | |
536 | script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1) | |
537 | ||
538 | counter = counter + 0.01 | |
539 | end | |
540 | ||
541 | end | |
542 | coroutine.resume(coroutine.create(SCRIPT_CLQI74_FAKESCRIPT)) | |
543 | ||
544 | class.MouseButton1Click:connect(function() | |
545 | game.ReplicatedStorage.ChangeTeam:FireServer('Neon orange') | |
546 | end) | |
547 | ||
548 | scp.MouseButton1Click:connect(function() | |
549 | game.ReplicatedStorage.ChangeTeam:FireServer('Crimson') | |
550 | end) | |
551 | ||
552 | chaos.MouseButton1Click:connect(function() | |
553 | game.ReplicatedStorage.ChangeTeam:FireServer('Really black') | |
554 | end) | |
555 | ||
556 | spec.MouseButton1Click:connect(function() | |
557 | game.ReplicatedStorage.ChangeTeam:FireServer('Fossil') | |
558 | end) | |
559 | ||
560 | scpf.MouseButton1Click:connect(function() | |
561 | game.ReplicatedStorage.ChangeTeam:FireServer('Institutional white') | |
562 | end) | |
563 | ||
564 | classpawn.MouseButton1Click:connect(function() | |
565 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-226.131317, -6.25881767, -18.1353378)) | |
566 | end) | |
567 | ||
568 | specspawn.MouseButton1Click:connect(function() | |
569 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1346.20105, 55.6411285, -985.40033)) | |
570 | end) | |
571 | ||
572 | sroom.MouseButton1Click:connect(function() | |
573 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1155.87451,2.94114017,160.409378)) | |
574 | end) | |
575 | ||
576 | scpro.MouseButton1Click:connect(function() | |
577 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1144.26929, -2.37213802, -49.7000427)) | |
578 | end) | |
579 | ||
580 | fog.MouseButton1Click:connect(function() | |
581 | game.Lighting.FogEnd = 9999999999 | |
582 | end) | |
583 | ||
584 | leg.MouseButton1Click:connect(function() | |
585 | for i,v in pairs(game.Players:GetChildren()) | |
586 | do if v.Name ~= game.Players.LocalPlayer.Name | |
587 | then workspace[v.Name]['Left Leg'].Position = workspace[game.Players.LocalPlayer.Name]['Right Arm'].Position | |
588 | end | |
589 | end | |
590 | end) | |
591 | ||
592 | teleporto.MouseButton1Click:connect(function() | |
593 | local findplayer = player.Text | |
594 | local len = string.len(findplayer:lower()) | |
595 | local player = nil for i,v in pairs(game.Players:GetChildren()) do | |
596 | local name = string.sub(v.Name,1,len) if name:lower() == findplayer | |
597 | then player = v break end end | |
598 | workspace[game.Players.LocalPlayer.Name]:SetPrimaryPartCFrame(CFrame.new(workspace[player.Name].PrimaryPart.Position+Vector3.new(0,0,-2))) | |
599 | end) | |
600 | ||
601 | more.MouseButton1Click:connect(function() | |
602 | MORES:TweenPosition(UDim2.new(0.189, 0,0.696, 0), 'In', 'Elastic', 1, true) | |
603 | more.Visible = false | |
604 | close.Visible = true | |
605 | end) | |
606 | ||
607 | close.MouseButton1Click:connect(function() | |
608 | MORES:TweenPosition(UDim2.new(1.189, 0,0.696, 0), 'Out', 'Elastic', 1, true) | |
609 | close.Visible = false | |
610 | more.Visible = true | |
611 | end) | |
612 | ||
613 | gateb.MouseButton1Click:connect(function() | |
614 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-2162.14502, 62.6001549, -199.452469)) | |
615 | end) | |
616 | ||
617 | gatea.MouseButton1Click:connect(function() | |
618 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(367.888153, 54.1771545, 1519.86316)) | |
619 | end) | |
620 | ||
621 | hammer.MouseButton1Click:connect(function() | |
622 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1249.24585, 3.17018414, 120.000061)) | |
623 | end) | |
624 | ||
625 | closegui.MouseButton1Click:connect(function() | |
626 | SCPUI:TweenPosition(UDim2.new(0.115, 0,1, 159), 'Out', 'Elastic', 1, true) | |
627 | Opens.Visible = true | |
628 | end) | |
629 | ||
630 | Opens.MouseButton1Click:connect(function() | |
631 | SCPUI:TweenPosition(UDim2.new(0.115, 0,0, 259), 'In', 'Elastic', 1, true) | |
632 | Opens.Visible = false | |
633 | end) | |
634 | ||
635 | rban.MouseButton1Click:connect(function() | |
636 | game.Workspace.BanScript:Remove() | |
637 | game.Workspace.BanScript:Delete() | |
638 | game.Workspace.BanScript:Destroy() | |
639 | end) | |
640 | ||
641 | --End OF The Scripts |