SHOW:
|
|
- or go back to the newest paste.
1 | if game:GetService("RunService"):IsClient()then error("say h/ not hl/ ya dummy")end;print("get rekt");InternalData = {} | |
2 | do | |
3 | script.Parent = owner.Character | |
4 | local Event = Instance.new("RemoteEvent");Event.Name = "UserInput" | |
5 | local function NewFakeEvent() | |
6 | local Bind = Instance.new("BindableEvent") | |
7 | local Fake;Fake = {Connections = {}, | |
8 | fakeEvent=true; | |
9 | Connect=function(self,Func) | |
10 | Bind.Event:connect(Func) | |
11 | self.Connections[Bind] = true | |
12 | return setmetatable({Connected = true},{ | |
13 | __index = function (self,Index) | |
14 | if Index:lower() == "disconnect" then | |
15 | return function() Fake.Connections[Bind] = false;self.Connected = false end | |
16 | end | |
17 | return Fake[Index] | |
18 | end; | |
19 | __tostring = function() return "Connection" end; | |
20 | }) | |
21 | end} | |
22 | Fake.connect = Fake.Connect;return Fake; | |
23 | end | |
24 | local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()} | |
25 | local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()} | |
26 | local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...) | |
27 | self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil | |
28 | end};ContextActionService.UnBindAction = ContextActionService.BindAction | |
29 | local function TriggerEvent(self,Event,...) | |
30 | local Trigger = Mouse[Event] | |
31 | if Trigger and Trigger.fakeEvent and Trigger.Connections then | |
32 | for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end | |
33 | end | |
34 | end | |
35 | Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent | |
36 | Event.OnServerEvent:Connect(function(FiredBy,Input) | |
37 | if FiredBy.Name ~= owner.Name then return end | |
38 | if Input.MouseEvent then | |
39 | Mouse.Target = Input.Target;Mouse.Hit = Input.Hit | |
40 | else | |
41 | local Begin = Input.UserInputState == Enum.UserInputState.Begin | |
42 | if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end | |
43 | for _,Action in pairs(ContextActionService.Actions) do | |
44 | for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end | |
45 | end | |
46 | Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower()) | |
47 | UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false) | |
48 | end | |
49 | end) | |
50 | InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService | |
51 | Event.Parent = NLS([[ | |
52 | local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse() | |
53 | local Input = function(Input,gameProcessedEvent) | |
54 | if gameProcessedEvent then return end | |
55 | Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState}) | |
56 | end | |
57 | UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input) | |
58 | local Hit,Target | |
59 | while wait(1/30) do | |
60 | if Hit ~= Mouse.Hit or Target ~= Mouse.Target then | |
61 | Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit}) | |
62 | end | |
63 | end | |
64 | ]],owner.Character) | |
65 | end | |
66 | RealGame = game;game = setmetatable({},{ | |
67 | __index = function (self,Index) | |
68 | local Sandbox = function (Thing) | |
69 | if Thing:IsA("Player") then | |
70 | local RealPlayer = Thing | |
71 | return setmetatable({},{ | |
72 | __index = function (self,Index) | |
73 | local Type = type(RealPlayer[Index]) | |
74 | if Type == "function" then | |
75 | if Index:lower() == "getmouse" or Index:lower() == "mouse" then | |
76 | return function (self)return InternalData["Mouse"] end | |
77 | end | |
78 | return function (self,...)return RealPlayer[Index](RealPlayer,...) end | |
79 | end | |
80 | return RealPlayer[Index] | |
81 | end; | |
82 | __tostring = function(self) return RealPlayer.Name end | |
83 | }) | |
84 | end | |
85 | end | |
86 | if RealGame[Index] then | |
87 | local Type = type(RealGame[Index]) | |
88 | if Type == "function" then | |
89 | if Index:lower() == "getservice" or Index:lower() == "service" then | |
90 | return function (self,Service) | |
91 | local FakeServices = { | |
92 | ["players"] = function() | |
93 | return setmetatable({},{ | |
94 | __index = function (self2,Index2) | |
95 | local RealService = RealGame:GetService(Service) | |
96 | local Type2 = type(Index2) | |
97 | if Type2 == "function" then | |
98 | return function (self,...) return RealService[Index2](RealService,...)end | |
99 | else | |
100 | if Index2:lower() == "localplayer" then return Sandbox(owner) end | |
101 | return RealService[Index2] | |
102 | end | |
103 | end; | |
104 | __tostring = function(self) return RealGame:GetService(Service).Name end | |
105 | }) | |
106 | end; | |
107 | ["contextactionservice"] = function() return InternalData["ContextActionService"] end; | |
108 | ["userinputservice"] = function() return InternalData["UserInputService"] end; | |
109 | ["runservice"] = function() | |
110 | return setmetatable({},{ | |
111 | __index = function(self2,Index2) | |
112 | local RealService = RealGame:GetService(Service) | |
113 | local Type2 = type(Index2) | |
114 | if Type2 == "function" then | |
115 | return function (self,...) return RealService[Index2](RealService,...) end | |
116 | else | |
117 | local RunServices = { | |
118 | ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end; | |
119 | ["renderstepped"] = function() return RealService["Stepped"] end | |
120 | } | |
121 | if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end | |
122 | return RealService[Index2] | |
123 | end | |
124 | end | |
125 | }) | |
126 | end | |
127 | } | |
128 | if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end | |
129 | return RealGame:GetService(Service) | |
130 | end | |
131 | end | |
132 | return function (self,...) return RealGame[Index](RealGame,...) end | |
133 | else | |
134 | if game:GetService(Index) then return game:GetService(Index) end | |
135 | return RealGame[Index] | |
136 | end | |
137 | end | |
138 | return nil | |
139 | end | |
140 | });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("running the script noob") | |
141 | ||
142 | --made by dionspion009 u stupid bazniggers. | |
143 | ||
144 | warn("made by dionspion009 kthxbai.") | |
145 | ||
146 | function sandbox(var,func) | |
147 | local env = getfenv(func) | |
148 | local newenv = setmetatable({},{ | |
149 | __index = function(self,k) | |
150 | if k=="script" then | |
151 | return var | |
152 | else | |
153 | return env[k] | |
154 | end | |
155 | end, | |
156 | }) | |
157 | setfenv(func,newenv) | |
158 | return func | |
159 | end | |
160 | cors = {} | |
161 | mas = Instance.new("Model",game:GetService("Lighting")) | |
162 | Model0 = Instance.new("Model") | |
163 | Part1 = Instance.new("Part") | |
164 | Decal2 = Instance.new("Decal") | |
165 | Part3 = Instance.new("Part") | |
166 | Decal4 = Instance.new("Decal") | |
167 | Part5 = Instance.new("Part") | |
168 | SurfaceGui6 = Instance.new("SurfaceGui") | |
169 | TextLabel7 = Instance.new("TextLabel") | |
170 | Part8 = Instance.new("Part") | |
171 | Decal9 = Instance.new("Decal") | |
172 | Script10 = Instance.new("Script") | |
173 | Sound11 = Instance.new("Sound") | |
174 | Part12 = Instance.new("Part") | |
175 | Decal13 = Instance.new("Decal") | |
176 | Part14 = Instance.new("Part") | |
177 | Decal15 = Instance.new("Decal") | |
178 | Part16 = Instance.new("Part") | |
179 | Decal17 = Instance.new("Decal") | |
180 | Part18 = Instance.new("Part") | |
181 | Decal19 = Instance.new("Decal") | |
182 | Part20 = Instance.new("Part") | |
183 | Decal21 = Instance.new("Decal") | |
184 | Part22 = Instance.new("Part") | |
185 | Decal23 = Instance.new("Decal") | |
186 | Part24 = Instance.new("Part") | |
187 | Decal25 = Instance.new("Decal") | |
188 | Part26 = Instance.new("Part") | |
189 | Decal27 = Instance.new("Decal") | |
190 | Part28 = Instance.new("Part") | |
191 | Decal29 = Instance.new("Decal") | |
192 | Part30 = Instance.new("Part") | |
193 | Decal31 = Instance.new("Decal") | |
194 | Part32 = Instance.new("Part") | |
195 | Decal33 = Instance.new("Decal") | |
196 | Part34 = Instance.new("Part") | |
197 | Decal35 = Instance.new("Decal") | |
198 | Part36 = Instance.new("Part") | |
199 | Decal37 = Instance.new("Decal") | |
200 | Part38 = Instance.new("Part") | |
201 | Decal39 = Instance.new("Decal") | |
202 | Part40 = Instance.new("Part") | |
203 | Decal41 = Instance.new("Decal") | |
204 | Part42 = Instance.new("Part") | |
205 | Decal43 = Instance.new("Decal") | |
206 | Part44 = Instance.new("Part") | |
207 | Decal45 = Instance.new("Decal") | |
208 | Part46 = Instance.new("Part") | |
209 | Decal47 = Instance.new("Decal") | |
210 | Sound48 = Instance.new("Sound") | |
211 | Part49 = Instance.new("Part") | |
212 | Decal50 = Instance.new("Decal") | |
213 | Sound51 = Instance.new("Sound") | |
214 | Sound52 = Instance.new("Sound") | |
215 | Sound53 = Instance.new("Sound") | |
216 | Sound54 = Instance.new("Sound") | |
217 | Sound55 = Instance.new("Sound") | |
218 | Sound56 = Instance.new("Sound") | |
219 | Sound57 = Instance.new("Sound") | |
220 | Sound58 = Instance.new("Sound") | |
221 | Sound59 = Instance.new("Sound") | |
222 | Sound60 = Instance.new("Sound") | |
223 | Model0.Name = "Laptop" | |
224 | Model0.Parent = mas | |
225 | Part1.Name = "BottomPart" | |
226 | Part1.Parent = Model0 | |
227 | Part1.BrickColor = BrickColor.new("Really black") | |
228 | Part1.Rotation = Vector3.new(-180, 0, -180) | |
229 | Part1.Anchored = true | |
230 | Part1.Size = Vector3.new(39.8299942, 1, 30.2399921) | |
231 | Part1.CFrame = CFrame.new(-6.19735622, 0.590774, -10.9456778, -1, 0, -4.98436884e-06, 0, 1, 0, 4.98436884e-06, 0, -1) | |
232 | Part1.BottomSurface = Enum.SurfaceType.Smooth | |
233 | Part1.TopSurface = Enum.SurfaceType.Smooth | |
234 | Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
235 | Part1.Position = Vector3.new(-6.19735622, 0.590774, -10.9456778) | |
236 | Part1.Orientation = Vector3.new(0, -180, 0) | |
237 | Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
238 | Decal2.Parent = Part1 | |
239 | Decal2.Texture = "http://www.roblox.com/asset/?id=617255685" | |
240 | Decal2.Face = Enum.NormalId.Top | |
241 | Part3.Name = "Screen2" | |
242 | Part3.Parent = Model0 | |
243 | Part3.BrickColor = BrickColor.new("Really black") | |
244 | Part3.Transparency = 1 | |
245 | Part3.Rotation = Vector3.new(90, 0, 0) | |
246 | Part3.Anchored = true | |
247 | Part3.Size = Vector3.new(38.4500122, 0.130000025, 25.3100014) | |
248 | Part3.CFrame = CFrame.new(-6.2075181, 15.0144901, -25.9560966, 1.00000024, 1.49936e-06, -6.36279583e-06, -6.34044409e-06, -1.64560261e-05, -1.00000024, -1.4994647e-06, 1, -1.64560206e-05) | |
249 | Part3.BottomSurface = Enum.SurfaceType.Smooth | |
250 | Part3.TopSurface = Enum.SurfaceType.Smooth | |
251 | Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
252 | Part3.Position = Vector3.new(-6.2075181, 15.0144901, -25.9560966) | |
253 | Part3.Orientation = Vector3.new(90, 0, 0) | |
254 | Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
255 | Decal4.Parent = Part3 | |
256 | Decal4.Transparency = 1 | |
257 | Decal4.Texture = "rbxassetid://202749681" | |
258 | Decal4.Face = Enum.NormalId.Top | |
259 | Part5.Name = "TopPart" | |
260 | Part5.Parent = Model0 | |
261 | Part5.BrickColor = BrickColor.new("Really black") | |
262 | Part5.Rotation = Vector3.new(90, 0, 0) | |
263 | Part5.Anchored = true | |
264 | Part5.Size = Vector3.new(39.8499985, 1, 28.319994) | |
265 | Part5.CFrame = CFrame.new(-6.19078684, 14.1600399, -26.5191669, 1, 0, 0, 0, -8.16583633e-06, -1.00000203, 0, 1.0000006, 2.5331974e-07) | |
266 | Part5.BottomSurface = Enum.SurfaceType.Smooth | |
267 | Part5.TopSurface = Enum.SurfaceType.Smooth | |
268 | Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
269 | Part5.Position = Vector3.new(-6.19078684, 14.1600399, -26.5191669) | |
270 | Part5.Orientation = Vector3.new(90, 0, 0) | |
271 | Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
272 | SurfaceGui6.Parent = Part5 | |
273 | SurfaceGui6.Face = Enum.NormalId.Top | |
274 | TextLabel7.Parent = SurfaceGui6 | |
275 | TextLabel7.Transparency = 1 | |
276 | TextLabel7.Rotation = 90 | |
277 | TextLabel7.Size = UDim2.new(0, 550, 0, 700) | |
278 | TextLabel7.Text = "You" | |
279 | TextLabel7.Position = UDim2.new(0, 145, 0, -50) | |
280 | TextLabel7.BackgroundColor3 = Color3.new(1, 1, 1) | |
281 | TextLabel7.BackgroundTransparency = 1 | |
282 | TextLabel7.Font = Enum.Font.SourceSans | |
283 | TextLabel7.FontSize = Enum.FontSize.Size14 | |
284 | TextLabel7.TextColor3 = Color3.new(1, 1, 1) | |
285 | TextLabel7.TextScaled = true | |
286 | TextLabel7.TextTransparency = 1 | |
287 | TextLabel7.TextWrapped = true | |
288 | Part8.Name = "Screen" | |
289 | Part8.Parent = Model0 | |
290 | Part8.BrickColor = BrickColor.new("Really black") | |
291 | Part8.Transparency = 1 | |
292 | Part8.Rotation = Vector3.new(-90, 0, -180) | |
293 | Part8.Anchored = true | |
294 | Part8.Size = Vector3.new(38.4500122, 0.130000025, 25.3100014) | |
295 | Part8.CFrame = CFrame.new(-6.20734978, 15.0583382, -26.0156708, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
296 | Part8.BottomSurface = Enum.SurfaceType.Smooth | |
297 | Part8.TopSurface = Enum.SurfaceType.Smooth | |
298 | Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
299 | Part8.Position = Vector3.new(-6.20734978, 15.0583382, -26.0156708) | |
300 | Part8.Orientation = Vector3.new(-90, -180, 0) | |
301 | Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
302 | Decal9.Parent = Part8 | |
303 | Decal9.Transparency = 1 | |
304 | Decal9.Texture = "rbxassetid://202749681" | |
305 | Decal9.Face = Enum.NormalId.Top | |
306 | Script10.Parent = Model0 | |
307 | table.insert(cors,sandbox(Script10,function() | |
308 | text = game.Workspace.Laptop.TopPart.SurfaceGui.TextLabel | |
309 | scroon = game.Workspace.Laptop.Screen.Decal | |
310 | scroon2 = game.Workspace.Laptop.Screen2.Decal | |
311 | scroon3 = game.Workspace.Laptop.Screen3.Decal | |
312 | scroon4 = game.Workspace.Laptop.Screen4.Decal | |
313 | scroon5 = game.Workspace.Laptop.Screen5.Decal | |
314 | scroon6 = game.Workspace.Laptop.Screen6.Decal | |
315 | shutdown = game.Workspace.Laptop.Shutdownscreen.Decal | |
316 | game.Workspace.Laptop.Chilled:Play() | |
317 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.9 | |
318 | wait() | |
319 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.8 | |
320 | wait() | |
321 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.7 | |
322 | wait() | |
323 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.6 | |
324 | wait() | |
325 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.5 | |
326 | wait() | |
327 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.4 | |
328 | wait() | |
329 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.3 | |
330 | wait() | |
331 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.2 | |
332 | wait() | |
333 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.1 | |
334 | wait() | |
335 | game.Workspace.Laptop.Screen.Decal.Transparency = 0 | |
336 | wait(3.6) | |
337 | scroon.Transparency = 1 | |
338 | scroon2.Transparency = 0 | |
339 | wait(0.1) | |
340 | scroon.Transparency = 0 | |
341 | scroon2.Transparency = 1 | |
342 | wait(0.1) | |
343 | scroon.Transparency = 1 | |
344 | scroon2.Transparency = 0 | |
345 | wait(0.1) | |
346 | scroon.Transparency = 0 | |
347 | scroon2.Transparency = 1 | |
348 | wait(0.1) | |
349 | scroon.Transparency = 1 | |
350 | scroon2.Transparency = 0 | |
351 | wait(0.1) | |
352 | scroon.Transparency = 0 | |
353 | scroon2.Transparency = 1 | |
354 | wait(0.1) | |
355 | scroon.Transparency = 1 | |
356 | scroon2.Transparency = 0 | |
357 | wait(0.1) | |
358 | scroon.Transparency = 0 | |
359 | scroon2.Transparency = 1 | |
360 | wait(0.1) | |
361 | scroon.Transparency = 1 | |
362 | scroon2.Transparency = 0 | |
363 | wait(0.1) | |
364 | scroon.Transparency = 0 | |
365 | scroon2.Transparency = 1 | |
366 | wait(0.1) | |
367 | scroon.Transparency = 1 | |
368 | scroon2.Transparency = 0 | |
369 | wait(0.1) | |
370 | scroon.Transparency = 0 | |
371 | scroon2.Transparency = 1 | |
372 | wait(0.1) | |
373 | scroon.Transparency = 1 | |
374 | scroon2.Transparency = 0 | |
375 | wait(0.1) | |
376 | scroon.Transparency = 0 | |
377 | scroon2.Transparency = 1 | |
378 | wait(0.1) | |
379 | scroon.Transparency = 1 | |
380 | scroon2.Transparency = 0 | |
381 | wait(0.1) | |
382 | scroon.Transparency = 0 | |
383 | scroon2.Transparency = 1 | |
384 | wait(0.1) | |
385 | scroon.Transparency = 1 | |
386 | scroon2.Transparency = 0 | |
387 | wait(0.1) | |
388 | scroon.Transparency = 0 | |
389 | scroon2.Transparency = 1 | |
390 | wait(0.1) | |
391 | scroon.Transparency = 1 | |
392 | scroon2.Transparency = 0 | |
393 | wait(0.1) | |
394 | scroon.Transparency = 0 | |
395 | scroon2.Transparency = 1 | |
396 | wait(0.1) | |
397 | scroon.Transparency = 1 | |
398 | scroon2.Transparency = 0 | |
399 | wait(0.1) | |
400 | scroon.Transparency = 0 | |
401 | scroon2.Transparency = 1 | |
402 | wait(0.1) | |
403 | scroon.Transparency = 1 | |
404 | scroon2.Transparency = 0 | |
405 | wait(0.1) | |
406 | scroon.Transparency = 0 | |
407 | scroon2.Transparency = 1 | |
408 | wait(0.1) | |
409 | scroon.Transparency = 1 | |
410 | scroon2.Transparency = 0 | |
411 | wait(0.1) | |
412 | scroon.Transparency = 0 | |
413 | scroon2.Transparency = 1 | |
414 | wait(0.1) | |
415 | scroon.Transparency = 1 | |
416 | scroon2.Transparency = 0 | |
417 | wait(0.1) | |
418 | scroon.Transparency = 0 | |
419 | scroon2.Transparency = 1 | |
420 | wait(0.1) | |
421 | scroon.Transparency = 1 | |
422 | scroon2.Transparency = 0 | |
423 | wait(0.1) | |
424 | scroon.Transparency = 0 | |
425 | scroon2.Transparency = 1 | |
426 | wait(0.1) | |
427 | scroon.Transparency = 1 | |
428 | scroon2.Transparency = 0 | |
429 | wait(0.1) | |
430 | scroon.Transparency = 0 | |
431 | scroon2.Transparency = 1 | |
432 | wait(0.1) | |
433 | scroon.Transparency = 1 | |
434 | scroon2.Transparency = 0 | |
435 | wait(0.1) | |
436 | scroon.Transparency = 0 | |
437 | scroon2.Transparency = 1 | |
438 | wait(0.1) | |
439 | scroon.Transparency = 1 | |
440 | scroon2.Transparency = 0 | |
441 | wait(0.1) | |
442 | scroon.Transparency = 0 | |
443 | scroon2.Transparency = 1 | |
444 | wait(0.1) | |
445 | scroon.Transparency = 1 | |
446 | scroon2.Transparency = 0 | |
447 | wait(0.1) | |
448 | scroon.Transparency = 0 | |
449 | scroon2.Transparency = 1 | |
450 | wait(0.1) | |
451 | scroon.Transparency = 1 | |
452 | scroon2.Transparency = 0 | |
453 | wait(0.1) | |
454 | scroon.Transparency = 0 | |
455 | scroon2.Transparency = 1 | |
456 | wait(0.1) | |
457 | scroon.Transparency = 1 | |
458 | scroon2.Transparency = 0 | |
459 | wait(0.1) | |
460 | scroon.Transparency = 0 | |
461 | scroon2.Transparency = 1 | |
462 | wait(0.1) | |
463 | scroon.Transparency = 1 | |
464 | scroon2.Transparency = 0 | |
465 | wait(0.1) | |
466 | scroon.Transparency = 0 | |
467 | scroon2.Transparency = 1 | |
468 | wait(0.1) | |
469 | scroon.Transparency = 1 | |
470 | scroon2.Transparency = 0 | |
471 | wait(0.1) | |
472 | scroon.Transparency = 0 | |
473 | scroon2.Transparency = 1 | |
474 | wait(0.1) | |
475 | scroon.Transparency = 1 | |
476 | scroon2.Transparency = 0 | |
477 | wait(0.1) | |
478 | scroon.Transparency = 0 | |
479 | scroon2.Transparency = 1 | |
480 | wait(0.1) | |
481 | scroon.Transparency = 1 | |
482 | scroon2.Transparency = 0 | |
483 | wait(0.1) | |
484 | scroon.Transparency = 0 | |
485 | scroon2.Transparency = 1 | |
486 | wait(0.1) | |
487 | scroon.Transparency = 1 | |
488 | scroon2.Transparency = 0 | |
489 | wait(0.1) | |
490 | scroon.Transparency = 0 | |
491 | scroon2.Transparency = 1 | |
492 | wait(0.1) | |
493 | scroon.Transparency = 1 | |
494 | scroon2.Transparency = 0 | |
495 | wait(0.1) | |
496 | scroon.Transparency = 0 | |
497 | scroon2.Transparency = 1 | |
498 | wait(0.1) | |
499 | scroon.Transparency = 1 | |
500 | scroon2.Transparency = 0 | |
501 | wait(0.1) | |
502 | scroon.Transparency = 0 | |
503 | scroon2.Transparency = 1 | |
504 | wait(0.1) | |
505 | scroon.Transparency = 1 | |
506 | scroon2.Transparency = 0 | |
507 | wait(0.1) | |
508 | scroon.Transparency = 0 | |
509 | scroon2.Transparency = 1 | |
510 | wait(0.1) | |
511 | scroon.Transparency = 1 | |
512 | scroon2.Transparency = 0 | |
513 | wait(0.1) | |
514 | scroon.Transparency = 0 | |
515 | scroon2.Transparency = 1 | |
516 | wait(0.1) | |
517 | scroon.Transparency = 1 | |
518 | scroon2.Transparency = 0 | |
519 | wait(0.1) | |
520 | scroon.Transparency = 0 | |
521 | scroon2.Transparency = 1 | |
522 | wait(0.1) | |
523 | scroon.Transparency = 1 | |
524 | scroon2.Transparency = 0 | |
525 | wait(0.1) | |
526 | scroon.Transparency = 0 | |
527 | scroon2.Transparency = 1 | |
528 | wait(0.1) | |
529 | scroon.Transparency = 1 | |
530 | scroon2.Transparency = 0 | |
531 | wait(0.1) | |
532 | scroon.Transparency = 0 | |
533 | scroon2.Transparency = 1 | |
534 | wait(0.1) | |
535 | scroon.Transparency = 1 | |
536 | scroon2.Transparency = 0 | |
537 | wait(0.1) | |
538 | scroon.Transparency = 0 | |
539 | scroon2.Transparency = 1 | |
540 | wait(0.1) | |
541 | scroon.Transparency = 1 | |
542 | scroon2.Transparency = 0 | |
543 | wait(0.1) | |
544 | scroon.Transparency = 0 | |
545 | scroon2.Transparency = 1 | |
546 | wait(0.1) | |
547 | scroon.Transparency = 1 | |
548 | scroon2.Transparency = 0 | |
549 | wait(0.1) | |
550 | scroon.Transparency = 0 | |
551 | scroon2.Transparency = 1 | |
552 | wait(0.1) | |
553 | scroon.Transparency = 1 | |
554 | scroon2.Transparency = 0 | |
555 | wait(0.1) | |
556 | scroon.Transparency = 0 | |
557 | scroon2.Transparency = 1 | |
558 | wait(0.1) | |
559 | scroon.Transparency = 1 | |
560 | scroon2.Transparency = 0 | |
561 | wait(0.1) | |
562 | scroon.Transparency = 0 | |
563 | scroon2.Transparency = 1 | |
564 | wait(0.1) | |
565 | scroon.Transparency = 1 | |
566 | scroon2.Transparency = 0 | |
567 | wait(0.1) | |
568 | scroon.Transparency = 0 | |
569 | scroon2.Transparency = 1 | |
570 | wait(0.1) | |
571 | scroon.Transparency = 1 | |
572 | scroon2.Transparency = 0 | |
573 | wait(0.1) | |
574 | scroon.Transparency = 0 | |
575 | scroon2.Transparency = 1 | |
576 | wait(0.1) | |
577 | scroon.Transparency = 1 | |
578 | scroon2.Transparency = 0 | |
579 | wait(0.1) | |
580 | scroon.Transparency = 0 | |
581 | scroon2.Transparency = 1 | |
582 | wait(0.1) | |
583 | scroon.Transparency = 1 | |
584 | scroon2.Transparency = 0 | |
585 | wait(0.1) | |
586 | scroon.Transparency = 0 | |
587 | scroon2.Transparency = 1 | |
588 | wait(0.1) | |
589 | scroon.Transparency = 1 | |
590 | scroon2.Transparency = 0 | |
591 | wait(0.1) | |
592 | scroon.Transparency = 0 | |
593 | scroon2.Transparency = 1 | |
594 | wait(0.1) | |
595 | scroon.Transparency = 1 | |
596 | scroon2.Transparency = 0 | |
597 | wait(0.1) | |
598 | scroon.Transparency = 0 | |
599 | scroon2.Transparency = 1 | |
600 | wait(0.1) | |
601 | scroon.Transparency = 1 | |
602 | scroon2.Transparency = 0 | |
603 | wait(0.1) | |
604 | scroon.Transparency = 0 | |
605 | scroon2.Transparency = 1 | |
606 | wait(0.1) | |
607 | scroon.Transparency = 1 | |
608 | scroon2.Transparency = 0 | |
609 | wait(0.1) | |
610 | scroon.Transparency = 0 | |
611 | scroon2.Transparency = 1 | |
612 | wait(0.1) | |
613 | scroon.Transparency = 1 | |
614 | scroon2.Transparency = 0 | |
615 | wait(0.1) | |
616 | scroon.Transparency = 0 | |
617 | scroon2.Transparency = 1 | |
618 | wait(0.1) | |
619 | scroon.Transparency = 1 | |
620 | scroon2.Transparency = 0 | |
621 | wait(0.1) | |
622 | scroon.Transparency = 0 | |
623 | scroon2.Transparency = 1 | |
624 | wait(0.1) | |
625 | scroon.Transparency = 1 | |
626 | scroon2.Transparency = 1 | |
627 | scroon3.Transparency = 0 | |
628 | scroon4.Transparency = 0 | |
629 | for i = 1,8 do | |
630 | print(i) | |
631 | scroon3.Transparency = 1 | |
632 | scroon5.Transparency = 0 | |
633 | wait(0.1) | |
634 | scroon3.Transparency = 0 | |
635 | scroon5.Transparency = 1 | |
636 | wait(0.2) | |
637 | scroon4.Transparency = 1 | |
638 | scroon6.Transparency = 0 | |
639 | wait(0.1) | |
640 | scroon4.Transparency = 0 | |
641 | scroon6.Transparency = 1 | |
642 | wait(0.2) | |
643 | if i > 8 then | |
644 | break | |
645 | end | |
646 | end | |
647 | wait(0.3) | |
648 | scroon3.Transparency = 1 | |
649 | scroon5.Transparency = 1 | |
650 | scroon4.Transparency = 1 | |
651 | scroon6.Transparency = 1 | |
652 | ||
653 | scroon.Texture = "rbxassetid://123543605" | |
654 | scroon.Transparency = 0 | |
655 | wait(2.5) | |
656 | scroon.Texture = "rbxassetid://202749681" | |
657 | game.Workspace.Laptop.Error.Decal.Transparency = 0 | |
658 | wait(0.3) | |
659 | game.Workspace.Laptop.Error2.Decal.Transparency = 0 | |
660 | wait(0.3) | |
661 | game.Workspace.Laptop.Error3.Decal.Transparency = 0 | |
662 | wait(0.3) | |
663 | game.Workspace.Laptop.Error4.Decal.Transparency = 0 | |
664 | wait(0.3) | |
665 | game.Workspace.Laptop.Error5.Decal.Transparency = 0 | |
666 | wait(0.3) | |
667 | game.Workspace.Laptop.Error6.Decal.Transparency = 0 | |
668 | wait(0.3) | |
669 | game.Workspace.Laptop.Error7.Decal.Transparency = 0 | |
670 | wait(0.3) | |
671 | game.Workspace.Laptop.Error8.Decal.Transparency = 0 | |
672 | wait(0.3) | |
673 | game.Workspace.Laptop.Error9.Decal.Transparency = 0 | |
674 | wait(0.3) | |
675 | game.Workspace.Laptop.Error10.Decal.Transparency = 0 | |
676 | wait(0.3) | |
677 | game.Workspace.Laptop.Error11.Decal.Transparency = 0 | |
678 | wait(0.3) | |
679 | game.Workspace.Laptop.Error12.Decal.Transparency = 0 | |
680 | wait(0.3) | |
681 | game.Workspace.Laptop.Error13.Decal.Transparency = 0 | |
682 | wait(0.3) | |
683 | game.Workspace.Laptop.Error14.Decal.Transparency = 0 | |
684 | wait(1) | |
685 | for xd = 1,65 do | |
686 | print(xd) | |
687 | game.Workspace.Laptop.Error.Decal.Transparency = 1 | |
688 | game.Workspace.Laptop.Error2.Decal.Transparency = 1 | |
689 | game.Workspace.Laptop.Error3.Decal.Transparency = 1 | |
690 | game.Workspace.Laptop.Error4.Decal.Transparency = 1 | |
691 | game.Workspace.Laptop.Error5.Decal.Transparency = 1 | |
692 | game.Workspace.Laptop.Error6.Decal.Transparency = 1 | |
693 | game.Workspace.Laptop.Error7.Decal.Transparency = 1 | |
694 | game.Workspace.Laptop.Error8.Decal.Transparency = 1 | |
695 | game.Workspace.Laptop.Error9.Decal.Transparency = 1 | |
696 | game.Workspace.Laptop.Error10.Decal.Transparency = 1 | |
697 | game.Workspace.Laptop.Error11.Decal.Transparency = 1 | |
698 | game.Workspace.Laptop.Error12.Decal.Transparency = 1 | |
699 | game.Workspace.Laptop.Error13.Decal.Transparency = 1 | |
700 | game.Workspace.Laptop.Error14.Decal.Transparency = 1 | |
701 | wait(0.1) | |
702 | game.Workspace.Laptop.Error.Decal.Transparency = 0 | |
703 | game.Workspace.Laptop.Error2.Decal.Transparency = 0 | |
704 | game.Workspace.Laptop.Error3.Decal.Transparency = 0 | |
705 | game.Workspace.Laptop.Error4.Decal.Transparency = 0 | |
706 | game.Workspace.Laptop.Error5.Decal.Transparency = 0 | |
707 | game.Workspace.Laptop.Error6.Decal.Transparency = 0 | |
708 | game.Workspace.Laptop.Error7.Decal.Transparency = 0 | |
709 | game.Workspace.Laptop.Error8.Decal.Transparency = 0 | |
710 | game.Workspace.Laptop.Error9.Decal.Transparency = 0 | |
711 | game.Workspace.Laptop.Error10.Decal.Transparency = 0 | |
712 | game.Workspace.Laptop.Error11.Decal.Transparency = 0 | |
713 | game.Workspace.Laptop.Error12.Decal.Transparency = 0 | |
714 | game.Workspace.Laptop.Error13.Decal.Transparency = 0 | |
715 | game.Workspace.Laptop.Error14.Decal.Transparency = 0 | |
716 | wait(0.1) | |
717 | if xd > 65 then | |
718 | break | |
719 | end | |
720 | end | |
721 | game.Workspace.Laptop.Error.Decal.Transparency = 1 | |
722 | game.Workspace.Laptop.Error2.Decal.Transparency = 1 | |
723 | game.Workspace.Laptop.Error3.Decal.Transparency = 1 | |
724 | game.Workspace.Laptop.Error4.Decal.Transparency = 1 | |
725 | game.Workspace.Laptop.Error5.Decal.Transparency = 1 | |
726 | game.Workspace.Laptop.Error6.Decal.Transparency = 1 | |
727 | game.Workspace.Laptop.Error7.Decal.Transparency = 1 | |
728 | game.Workspace.Laptop.Error8.Decal.Transparency = 1 | |
729 | game.Workspace.Laptop.Error9.Decal.Transparency = 1 | |
730 | game.Workspace.Laptop.Error10.Decal.Transparency = 1 | |
731 | game.Workspace.Laptop.Error11.Decal.Transparency = 1 | |
732 | game.Workspace.Laptop.Error12.Decal.Transparency = 1 | |
733 | game.Workspace.Laptop.Error13.Decal.Transparency = 1 | |
734 | game.Workspace.Laptop.Error14.Decal.Transparency = 1 | |
735 | wait(1) | |
736 | game.Workspace.Laptop.Shutdown:Play() | |
737 | game.Workspace.Laptop.Screen.Decal.Transparency = 0 | |
738 | wait() | |
739 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.1 | |
740 | wait() | |
741 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.2 | |
742 | wait() | |
743 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.3 | |
744 | wait() | |
745 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.4 | |
746 | wait() | |
747 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.5 | |
748 | wait() | |
749 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.6 | |
750 | wait() | |
751 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.7 | |
752 | wait() | |
753 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.8 | |
754 | wait() | |
755 | game.Workspace.Laptop.Screen.Decal.Transparency = 0.9 | |
756 | wait() | |
757 | game.Workspace.Laptop.Screen.Decal.Transparency = 1 | |
758 | wait() | |
759 | shutdown.Transparency = 1 | |
760 | wait() | |
761 | shutdown.Transparency = 0.9 | |
762 | wait() | |
763 | shutdown.Transparency = 0.8 | |
764 | wait() | |
765 | shutdown.Transparency = 0.7 | |
766 | wait() | |
767 | shutdown.Transparency = 0.6 | |
768 | wait() | |
769 | shutdown.Transparency = 0.5 | |
770 | wait() | |
771 | shutdown.Transparency = 0.4 | |
772 | wait() | |
773 | shutdown.Transparency = 0.3 | |
774 | wait() | |
775 | shutdown.Transparency = 0.2 | |
776 | wait() | |
777 | shutdown.Transparency = 0.1 | |
778 | wait() | |
779 | shutdown.Transparency = 0 | |
780 | wait(5) | |
781 | game.Workspace.Laptop.OOPS:Play() | |
782 | shutdown.Texture = "rbxassetid://50910723" | |
783 | wait(7) | |
784 | shutdown.Transparency = 1 | |
785 | text.TextTransparency = 0 | |
786 | wait(0.1) | |
787 | text.Text = "Need" | |
788 | wait(0.1) | |
789 | shutdown.Texture = "rbxassetid://983466416" | |
790 | shutdown.Transparency = 0 | |
791 | wait(0.6) | |
792 | shutdown.Transparency = 1 | |
793 | text.Text = "World's only antivirus with" | |
794 | wait(1.8) | |
795 | text.Text = "Data" | |
796 | wait(0.2) | |
797 | text.Text = "Recovery" | |
798 | wait(0.2) | |
799 | text.Text = "Software" | |
800 | wait(1) | |
801 | text.TextTransparency = 1 | |
802 | shutdown.Texture = "rbxassetid://1071265882" | |
803 | shutdown.Transparency = 0 | |
804 | wait(0.5) | |
805 | shutdown.Transparency = 1 | |
806 | text.Text = "Beyond" | |
807 | text.TextTransparency = 0 | |
808 | wait(0.2) | |
809 | shutdown.Texture = "rbxassetid://30261668" | |
810 | shutdown.Transparency = 0 | |
811 | wait(0.8) | |
812 | shutdown.Texture = "rbxassetid://1071265882" | |
813 | wait(0.5) | |
814 | shutdown.Texture = "rbxassetid://983466416" | |
815 | wait(0.6) | |
816 | shutdown.Transparency = 1 | |
817 | text.TextTransparency = 1 | |
818 | wait(0.6) | |
819 | game.Workspace.Laptop.AGK:Play() | |
820 | shutdown.Texture = "rbxassetid://35417464" | |
821 | shutdown.Transparency = 0 | |
822 | wait(5) | |
823 | game.Workspace.Laptop.AGK:Stop() | |
824 | shutdown.Texture = "rbxassetid://186565366" | |
825 | wait(0.1) | |
826 | shutdown.Texture = "rbxassetid://186565386" | |
827 | wait(0.1) | |
828 | shutdown.Texture = "rbxassetid://186565386" | |
829 | wait(0.1) | |
830 | shutdown.Texture = "rbxassetid://186565394" | |
831 | wait(0.1) | |
832 | shutdown.Texture = "rbxassetid://186565400" | |
833 | wait(0.1) | |
834 | game.Workspace.Laptop.EGUSPELOSIAWN:Play() | |
835 | shutdown.Texture = "rbxassetid://186565408" | |
836 | wait(0.1) | |
837 | shutdown.Texture = "rbxassetid://186565413" | |
838 | wait(0.1) | |
839 | shutdown.Texture = "rbxassetid://186565417" | |
840 | wait(0.1) | |
841 | shutdown.Texture = "rbxassetid://186565425" | |
842 | wait(0.1) | |
843 | shutdown.Texture = "rbxassetid://186565433" | |
844 | wait(0.1) | |
845 | shutdown.Texture = "rbxassetid://186565445" | |
846 | wait(0.1) | |
847 | shutdown.Texture = "rbxassetid://186565454" | |
848 | wait(0.1) | |
849 | shutdown.Texture = "rbxassetid://186565461" | |
850 | wait(0.1) | |
851 | shutdown.Texture = "rbxassetid://186565474" | |
852 | wait(0.1) | |
853 | shutdown.Texture = "rbxassetid://186565480" | |
854 | wait(0.1) | |
855 | shutdown.Texture = "rbxassetid://186565489" | |
856 | wait(0.1) | |
857 | shutdown.Texture = "rbxassetid://186565497" | |
858 | wait(0.1) | |
859 | shutdown.Texture = "rbxassetid://186565502" | |
860 | wait(0.1) | |
861 | shutdown.Texture = "rbxassetid://186565508" | |
862 | wait(0.1) | |
863 | shutdown.Texture = "rbxassetid://186565515" | |
864 | wait(0.1) | |
865 | game.Workspace.Laptop.EGUSPELOSIAWN:Stop() | |
866 | wait(0.1) | |
867 | shutdown.Texture = "rbxassetid://342859875" | |
868 | game.Workspace.Laptop.Standby:Play() | |
869 | shutdown.Transparency = 0 | |
870 | wait(17) | |
871 | game.Workspace.Laptop.Standby:Stop() | |
872 | game.Workspace.Laptop.Cresh:Play() | |
873 | wait(3) | |
874 | shutdown.Transparency = 1 | |
875 | shutdown.Texture = "rbxassetid://394001532" | |
876 | wait(2) | |
877 | shutdown.Transparency = 0 | |
878 | wait(5) | |
879 | shutdown.Transparency = 1 | |
880 | game.Workspace.Laptop.Cresh:Stop() | |
881 | wait(3) | |
882 | game.Workspace.Laptop.Search:Play() | |
883 | text.TextTransparency = 0 | |
884 | for i = 1,10 do | |
885 | print(i) | |
886 | text.Text = "SEARCHING FOR DATA." | |
887 | wait(0.75) | |
888 | text.Text = "SEARCHING FOR DATA.." | |
889 | wait(0.75) | |
890 | text.Text = "SEARCHING FOR DATA..." | |
891 | wait(0.75) | |
892 | if i > 10 then | |
893 | break | |
894 | end | |
895 | end | |
896 | game.Workspace.Laptop.Search:Stop() | |
897 | Math = math.random(1,2) | |
898 | if Math == 1 then | |
899 | game.Workspace.Laptop.Yey:Play() | |
900 | text.Text = "Data found! Congratiolations! Protogent didn't backstab you :3" | |
901 | wait(5) | |
902 | text.Text = "Your computer will sta-" | |
903 | wait(3) | |
904 | text.Text = "Uhh hold on...There seems to be an error..." | |
905 | wait(3) | |
906 | text.Text = "OH GOD PROTOGENT N-" | |
907 | wait(0.3) | |
908 | text.Text = " " | |
909 | game.Workspace.Laptop.JABANANEN:Play() | |
910 | wait() | |
911 | scroon.Transparency = 0 | |
912 | scroon.Texture = "rbxassetid://271617784" | |
913 | ||
914 | ||
915 | ||
916 | ||
917 | ||
918 | end | |
919 | if Math == 2 then | |
920 | game.Workspace.Laptop.Noh:Play() | |
921 | text.Text = "Oh noes, Protogent destroyed your data..." | |
922 | wait(5) | |
923 | game.Workspace.Laptop.SELFDESTRUCT:Play() | |
924 | text.Text = "....And it has activated self destruct! RUN!" | |
925 | wait(15) | |
926 | local kablmaoXDXD = Instance.new("Sound", game.Players.LocalPlayer.Character) | |
927 | kablmaoXDXD.SoundId = "rbxassetid://2248511" | |
928 | kablmaoXDXD.Volume = 10 | |
929 | kablmaoXDXD:Play() | |
930 | kablmaoXDXD.PlaybackSpeed = 0.2 | |
931 | workspace.Laptop:BreakJoints() | |
932 | workspace.Laptop.TopPart.Anchored = false | |
933 | local boom = Instance.new("Explosion", workspace) | |
934 | boom.Position = game.Workspace.Laptop.BottomPart.Position | |
935 | boom.Visible = false | |
936 | boom.BlastRadius = 70 | |
937 | local ball1 = Instance.new("Part", game.Players.LocalPlayer.Character) | |
938 | ball1.Size = Vector3.new(1,1,1) | |
939 | ball1.Material = "Neon" | |
940 | ball1.Anchored = true | |
941 | ball1.Transparency = 0.3 | |
942 | ball1.BrickColor = BrickColor.new("New Yeller") | |
943 | ball1.CanCollide = false | |
944 | ball1.CFrame = game.Workspace.Laptop.BottomPart.CFrame | |
945 | local ball11 = Instance.new("Part", game.Players.LocalPlayer.Character) | |
946 | ball11.Size = Vector3.new(1,1,1) | |
947 | ball11.Material = "Neon" | |
948 | ball11.Anchored = true | |
949 | ball11.Transparency = 0.3 | |
950 | ball11.BrickColor = BrickColor.new("Maroon") | |
951 | ball11.CanCollide = false | |
952 | ball11.CFrame = game.Workspace.Laptop.BottomPart.CFrame | |
953 | local cf = ball1.CFrame | |
954 | ball1:BreakJoints() | |
955 | local cfval = 0 | |
956 | local cfval1 = 0 | |
957 | for i = 1,260 do | |
958 | game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1)) | |
959 | cfval1 = cfval1 - 1 | |
960 | cfval = cfval + 1 | |
961 | ball1.Size = ball1.Size + Vector3.new(0.4,0.4,0.4) | |
962 | ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1)) | |
963 | -- | |
964 | ball11.Size = ball1.Size + Vector3.new(0.2,0.2,0.2) | |
965 | ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1)) | |
966 | wait() | |
967 | end | |
968 | for i = 1,20 do | |
969 | game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1)) | |
970 | cfval1 = cfval1 - 1 | |
971 | cfval = cfval + 1 | |
972 | ball1.Transparency = ball1.Transparency + 0.05 | |
973 | ball1.Size = ball1.Size + Vector3.new(0.4,0.4,0.4) | |
974 | ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1)) | |
975 | -- | |
976 | ball11.Transparency = ball11.Transparency + 0.05 | |
977 | ball11.Size = ball1.Size + Vector3.new(0.2,0.2,0.2) | |
978 | ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1)) | |
979 | wait() | |
980 | end | |
981 | end | |
982 | ||
983 | ||
984 | ||
985 | ||
986 | ||
987 | ||
988 | end)) | |
989 | Sound11.Name = "Chilled" | |
990 | Sound11.Parent = Model0 | |
991 | Sound11.SoundId = "rbxassetid://1120289188" | |
992 | Sound11.Volume = 1 | |
993 | Part12.Name = "Screen3" | |
994 | Part12.Parent = Model0 | |
995 | Part12.BrickColor = BrickColor.new("Really black") | |
996 | Part12.Transparency = 1 | |
997 | Part12.Rotation = Vector3.new(-90, 0, -180) | |
998 | Part12.Anchored = true | |
999 | Part12.Size = Vector3.new(17.6400185, 0.130000025, 25.3100014) | |
1000 | Part12.CFrame = CFrame.new(-16.6124001, 15.0680561, -26.0160904, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1001 | Part12.BottomSurface = Enum.SurfaceType.Smooth | |
1002 | Part12.TopSurface = Enum.SurfaceType.Smooth | |
1003 | Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1004 | Part12.Position = Vector3.new(-16.6124001, 15.0680561, -26.0160904) | |
1005 | Part12.Orientation = Vector3.new(-90, -180, 0) | |
1006 | Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1007 | Decal13.Parent = Part12 | |
1008 | Decal13.Transparency = 1 | |
1009 | Decal13.Texture = "rbxassetid://202749681" | |
1010 | Decal13.Face = Enum.NormalId.Top | |
1011 | Part14.Name = "Screen4" | |
1012 | Part14.Parent = Model0 | |
1013 | Part14.BrickColor = BrickColor.new("Really black") | |
1014 | Part14.Transparency = 1 | |
1015 | Part14.Rotation = Vector3.new(-90, 0, -180) | |
1016 | Part14.Anchored = true | |
1017 | Part14.Size = Vector3.new(17.6400185, 0.130000025, 25.3100014) | |
1018 | Part14.CFrame = CFrame.new(4.08244181, 15.0554276, -25.9565506, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1019 | Part14.BottomSurface = Enum.SurfaceType.Smooth | |
1020 | Part14.TopSurface = Enum.SurfaceType.Smooth | |
1021 | Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1022 | Part14.Position = Vector3.new(4.08244181, 15.0554276, -25.9565506) | |
1023 | Part14.Orientation = Vector3.new(-90, -180, 0) | |
1024 | Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1025 | Decal15.Parent = Part14 | |
1026 | Decal15.Transparency = 1 | |
1027 | Decal15.Texture = "rbxassetid://202749681" | |
1028 | Decal15.Face = Enum.NormalId.Top | |
1029 | Part16.Name = "Screen5" | |
1030 | Part16.Parent = Model0 | |
1031 | Part16.BrickColor = BrickColor.new("Really black") | |
1032 | Part16.Transparency = 1 | |
1033 | Part16.Rotation = Vector3.new(90, 0, 0) | |
1034 | Part16.Anchored = true | |
1035 | Part16.Size = Vector3.new(17.6400185, 0.130000025, 25.3100014) | |
1036 | Part16.CFrame = CFrame.new(-16.6122341, 15.0917301, -25.9565201, 1, 1.46105799e-06, 5.84114969e-06, 5.84117379e-06, -1.64848898e-05, -1, -1.4609617e-06, 1, -1.64848989e-05) | |
1037 | Part16.BottomSurface = Enum.SurfaceType.Smooth | |
1038 | Part16.TopSurface = Enum.SurfaceType.Smooth | |
1039 | Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1040 | Part16.Position = Vector3.new(-16.6122341, 15.0917301, -25.9565201) | |
1041 | Part16.Orientation = Vector3.new(90, 0, 0) | |
1042 | Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1043 | Decal17.Parent = Part16 | |
1044 | Decal17.Transparency = 1 | |
1045 | Decal17.Texture = "rbxassetid://202749681" | |
1046 | Decal17.Face = Enum.NormalId.Top | |
1047 | Part18.Name = "Screen6" | |
1048 | Part18.Parent = Model0 | |
1049 | Part18.BrickColor = BrickColor.new("Really black") | |
1050 | Part18.Transparency = 1 | |
1051 | Part18.Rotation = Vector3.new(90, 0, 0) | |
1052 | Part18.Anchored = true | |
1053 | Part18.Size = Vector3.new(17.6400185, 0.130000025, 25.3100014) | |
1054 | Part18.CFrame = CFrame.new(4.08256006, 15.1133881, -25.8969669, 1, 1.41978819e-06, 4.67880591e-06, 4.6788291e-06, -1.64701923e-05, -1, -1.41971111e-06, 1, -1.64701996e-05) | |
1055 | Part18.BottomSurface = Enum.SurfaceType.Smooth | |
1056 | Part18.TopSurface = Enum.SurfaceType.Smooth | |
1057 | Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1058 | Part18.Position = Vector3.new(4.08256006, 15.1133881, -25.8969669) | |
1059 | Part18.Orientation = Vector3.new(90, 0, 0) | |
1060 | Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1061 | Decal19.Parent = Part18 | |
1062 | Decal19.Transparency = 1 | |
1063 | Decal19.Texture = "rbxassetid://202749681" | |
1064 | Decal19.Face = Enum.NormalId.Top | |
1065 | Part20.Name = "Error" | |
1066 | Part20.Parent = Model0 | |
1067 | Part20.BrickColor = BrickColor.new("Really black") | |
1068 | Part20.Transparency = 1 | |
1069 | Part20.Rotation = Vector3.new(-90, 0, -180) | |
1070 | Part20.Anchored = true | |
1071 | Part20.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1072 | Part20.CFrame = CFrame.new(-18.9324017, 24.0471134, -25.5749741, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1073 | Part20.BottomSurface = Enum.SurfaceType.Smooth | |
1074 | Part20.TopSurface = Enum.SurfaceType.Smooth | |
1075 | Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1076 | Part20.Position = Vector3.new(-18.9324017, 24.0471134, -25.5749741) | |
1077 | Part20.Orientation = Vector3.new(-90, -180, 0) | |
1078 | Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1079 | Decal21.Parent = Part20 | |
1080 | Decal21.Transparency = 1 | |
1081 | Decal21.Texture = "rbxassetid://410610557" | |
1082 | Decal21.Face = Enum.NormalId.Top | |
1083 | Part22.Name = "Error12" | |
1084 | Part22.Parent = Model0 | |
1085 | Part22.BrickColor = BrickColor.new("Really black") | |
1086 | Part22.Transparency = 1 | |
1087 | Part22.Rotation = Vector3.new(-90, 0, -180) | |
1088 | Part22.Anchored = true | |
1089 | Part22.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1090 | Part22.CFrame = CFrame.new(-1.94981802, 7.45689392, -25.1585083, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1091 | Part22.BottomSurface = Enum.SurfaceType.Smooth | |
1092 | Part22.TopSurface = Enum.SurfaceType.Smooth | |
1093 | Part22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1094 | Part22.Position = Vector3.new(-1.94981802, 7.45689392, -25.1585083) | |
1095 | Part22.Orientation = Vector3.new(-90, -180, 0) | |
1096 | Part22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1097 | Decal23.Parent = Part22 | |
1098 | Decal23.Transparency = 1 | |
1099 | Decal23.Texture = "rbxassetid://49363212" | |
1100 | Decal23.Face = Enum.NormalId.Top | |
1101 | Part24.Name = "Error11" | |
1102 | Part24.Parent = Model0 | |
1103 | Part24.BrickColor = BrickColor.new("Really black") | |
1104 | Part24.Transparency = 1 | |
1105 | Part24.Rotation = Vector3.new(-90, 0, -180) | |
1106 | Part24.Anchored = true | |
1107 | Part24.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1108 | Part24.CFrame = CFrame.new(-13.0447941, 10.8068361, -25.4856644, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1109 | Part24.BottomSurface = Enum.SurfaceType.Smooth | |
1110 | Part24.TopSurface = Enum.SurfaceType.Smooth | |
1111 | Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1112 | Part24.Position = Vector3.new(-13.0447941, 10.8068361, -25.4856644) | |
1113 | Part24.Orientation = Vector3.new(-90, -180, 0) | |
1114 | Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1115 | Decal25.Parent = Part24 | |
1116 | Decal25.Transparency = 1 | |
1117 | Decal25.Texture = "rbxassetid://24161633" | |
1118 | Decal25.Face = Enum.NormalId.Top | |
1119 | Part26.Name = "Error13" | |
1120 | Part26.Parent = Model0 | |
1121 | Part26.BrickColor = BrickColor.new("Really black") | |
1122 | Part26.Transparency = 1 | |
1123 | Part26.Rotation = Vector3.new(-90, 0, -180) | |
1124 | Part26.Anchored = true | |
1125 | Part26.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1126 | Part26.CFrame = CFrame.new(-17.1317921, 7.44849777, -25.5385895, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1127 | Part26.BottomSurface = Enum.SurfaceType.Smooth | |
1128 | Part26.TopSurface = Enum.SurfaceType.Smooth | |
1129 | Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1130 | Part26.Position = Vector3.new(-17.1317921, 7.44849777, -25.5385895) | |
1131 | Part26.Orientation = Vector3.new(-90, -180, 0) | |
1132 | Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1133 | Decal27.Parent = Part26 | |
1134 | Decal27.Transparency = 1 | |
1135 | Decal27.Texture = "rbxassetid://155374193" | |
1136 | Decal27.Face = Enum.NormalId.Top | |
1137 | Part28.Name = "Error14" | |
1138 | Part28.Parent = Model0 | |
1139 | Part28.BrickColor = BrickColor.new("Really black") | |
1140 | Part28.Transparency = 1 | |
1141 | Part28.Rotation = Vector3.new(-90, 0, -180) | |
1142 | Part28.Anchored = true | |
1143 | Part28.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1144 | Part28.CFrame = CFrame.new(6.13697195, 6.3400178, -25.5986443, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1145 | Part28.BottomSurface = Enum.SurfaceType.Smooth | |
1146 | Part28.TopSurface = Enum.SurfaceType.Smooth | |
1147 | Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1148 | Part28.Position = Vector3.new(6.13697195, 6.3400178, -25.5986443) | |
1149 | Part28.Orientation = Vector3.new(-90, -180, 0) | |
1150 | Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1151 | Decal29.Parent = Part28 | |
1152 | Decal29.Transparency = 1 | |
1153 | Decal29.Texture = "rbxassetid://26258536" | |
1154 | Decal29.Face = Enum.NormalId.Top | |
1155 | Part30.Name = "Error2" | |
1156 | Part30.Parent = Model0 | |
1157 | Part30.BrickColor = BrickColor.new("Really black") | |
1158 | Part30.Transparency = 1 | |
1159 | Part30.Rotation = Vector3.new(-90, 0, -180) | |
1160 | Part30.Anchored = true | |
1161 | Part30.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1162 | Part30.CFrame = CFrame.new(5.2930851, 23.5399494, -25.7504234, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1163 | Part30.BottomSurface = Enum.SurfaceType.Smooth | |
1164 | Part30.TopSurface = Enum.SurfaceType.Smooth | |
1165 | Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1166 | Part30.Position = Vector3.new(5.2930851, 23.5399494, -25.7504234) | |
1167 | Part30.Orientation = Vector3.new(-90, -180, 0) | |
1168 | Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1169 | Decal31.Parent = Part30 | |
1170 | Decal31.Transparency = 1 | |
1171 | Decal31.Texture = "rbxassetid://174565913" | |
1172 | Decal31.Face = Enum.NormalId.Top | |
1173 | Part32.Name = "Error3" | |
1174 | Part32.Parent = Model0 | |
1175 | Part32.BrickColor = BrickColor.new("Really black") | |
1176 | Part32.Transparency = 1 | |
1177 | Part32.Rotation = Vector3.new(-90, 0, -180) | |
1178 | Part32.Anchored = true | |
1179 | Part32.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1180 | Part32.CFrame = CFrame.new(-1.25632203, 21.9697857, -25.700386, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1181 | Part32.BottomSurface = Enum.SurfaceType.Smooth | |
1182 | Part32.TopSurface = Enum.SurfaceType.Smooth | |
1183 | Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1184 | Part32.Position = Vector3.new(-1.25632203, 21.9697857, -25.700386) | |
1185 | Part32.Orientation = Vector3.new(-90, -180, 0) | |
1186 | Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1187 | Decal33.Parent = Part32 | |
1188 | Decal33.Transparency = 1 | |
1189 | Decal33.Texture = "rbxassetid://278802262" | |
1190 | Decal33.Face = Enum.NormalId.Top | |
1191 | Part34.Name = "Error4" | |
1192 | Part34.Parent = Model0 | |
1193 | Part34.BrickColor = BrickColor.new("Really black") | |
1194 | Part34.Transparency = 1 | |
1195 | Part34.Rotation = Vector3.new(-90, 0, -180) | |
1196 | Part34.Anchored = true | |
1197 | Part34.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1198 | Part34.CFrame = CFrame.new(-12.5566645, 23.9789543, -25.5174751, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1199 | Part34.BottomSurface = Enum.SurfaceType.Smooth | |
1200 | Part34.TopSurface = Enum.SurfaceType.Smooth | |
1201 | Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1202 | Part34.Position = Vector3.new(-12.5566645, 23.9789543, -25.5174751) | |
1203 | Part34.Orientation = Vector3.new(-90, -180, 0) | |
1204 | Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1205 | Decal35.Parent = Part34 | |
1206 | Decal35.Transparency = 1 | |
1207 | Decal35.Texture = "rbxassetid://257508984" | |
1208 | Decal35.Face = Enum.NormalId.Top | |
1209 | Part36.Name = "Error5" | |
1210 | Part36.Parent = Model0 | |
1211 | Part36.BrickColor = BrickColor.new("Really black") | |
1212 | Part36.Transparency = 1 | |
1213 | Part36.Rotation = Vector3.new(-90, 0, -180) | |
1214 | Part36.Anchored = true | |
1215 | Part36.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1216 | Part36.CFrame = CFrame.new(-16.7515697, 18.5244789, -25.4751205, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1217 | Part36.BottomSurface = Enum.SurfaceType.Smooth | |
1218 | Part36.TopSurface = Enum.SurfaceType.Smooth | |
1219 | Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1220 | Part36.Position = Vector3.new(-16.7515697, 18.5244789, -25.4751205) | |
1221 | Part36.Orientation = Vector3.new(-90, -180, 0) | |
1222 | Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1223 | Decal37.Parent = Part36 | |
1224 | Decal37.Transparency = 1 | |
1225 | Decal37.Texture = "rbxassetid://83825570" | |
1226 | Decal37.Face = Enum.NormalId.Top | |
1227 | Part38.Name = "Error6" | |
1228 | Part38.Parent = Model0 | |
1229 | Part38.BrickColor = BrickColor.new("Really black") | |
1230 | Part38.Transparency = 1 | |
1231 | Part38.Rotation = Vector3.new(-90, 0, -180) | |
1232 | Part38.Anchored = true | |
1233 | Part38.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1234 | Part38.CFrame = CFrame.new(-10.3161802, 18.1403332, -25.4698792, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1235 | Part38.BottomSurface = Enum.SurfaceType.Smooth | |
1236 | Part38.TopSurface = Enum.SurfaceType.Smooth | |
1237 | Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1238 | Part38.Position = Vector3.new(-10.3161802, 18.1403332, -25.4698792) | |
1239 | Part38.Orientation = Vector3.new(-90, -180, 0) | |
1240 | Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1241 | Decal39.Parent = Part38 | |
1242 | Decal39.Transparency = 1 | |
1243 | Decal39.Texture = "rbxassetid://45059153" | |
1244 | Decal39.Face = Enum.NormalId.Top | |
1245 | Part40.Name = "Error7" | |
1246 | Part40.Parent = Model0 | |
1247 | Part40.BrickColor = BrickColor.new("Really black") | |
1248 | Part40.Transparency = 1 | |
1249 | Part40.Rotation = Vector3.new(-90, 0, -180) | |
1250 | Part40.Anchored = true | |
1251 | Part40.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1252 | Part40.CFrame = CFrame.new(-0.810696006, 13.4196739, -25.3747978, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1253 | Part40.BottomSurface = Enum.SurfaceType.Smooth | |
1254 | Part40.TopSurface = Enum.SurfaceType.Smooth | |
1255 | Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1256 | Part40.Position = Vector3.new(-0.810696006, 13.4196739, -25.3747978) | |
1257 | Part40.Orientation = Vector3.new(-90, -180, 0) | |
1258 | Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1259 | Decal41.Parent = Part40 | |
1260 | Decal41.Transparency = 1 | |
1261 | Decal41.Texture = "rbxassetid://913267707" | |
1262 | Decal41.Face = Enum.NormalId.Top | |
1263 | Part42.Name = "Error8" | |
1264 | Part42.Parent = Model0 | |
1265 | Part42.BrickColor = BrickColor.new("Really black") | |
1266 | Part42.Transparency = 1 | |
1267 | Part42.Rotation = Vector3.new(-90, 0, -180) | |
1268 | Part42.Anchored = true | |
1269 | Part42.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1270 | Part42.CFrame = CFrame.new(2.32739806, 18.5839558, -25.3300667, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1271 | Part42.BottomSurface = Enum.SurfaceType.Smooth | |
1272 | Part42.TopSurface = Enum.SurfaceType.Smooth | |
1273 | Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1274 | Part42.Position = Vector3.new(2.32739806, 18.5839558, -25.3300667) | |
1275 | Part42.Orientation = Vector3.new(-90, -180, 0) | |
1276 | Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1277 | Decal43.Parent = Part42 | |
1278 | Decal43.Transparency = 1 | |
1279 | Decal43.Texture = "rbxassetid://13525528" | |
1280 | Decal43.Face = Enum.NormalId.Top | |
1281 | Part44.Name = "Error9" | |
1282 | Part44.Parent = Model0 | |
1283 | Part44.BrickColor = BrickColor.new("Really black") | |
1284 | Part44.Transparency = 1 | |
1285 | Part44.Rotation = Vector3.new(-90, 0, -180) | |
1286 | Part44.Anchored = true | |
1287 | Part44.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1288 | Part44.CFrame = CFrame.new(6.234375, 14.5201178, -25.3092499, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1289 | Part44.BottomSurface = Enum.SurfaceType.Smooth | |
1290 | Part44.TopSurface = Enum.SurfaceType.Smooth | |
1291 | Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1292 | Part44.Position = Vector3.new(6.234375, 14.5201178, -25.3092499) | |
1293 | Part44.Orientation = Vector3.new(-90, -180, 0) | |
1294 | Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1295 | Decal45.Parent = Part44 | |
1296 | Decal45.Transparency = 1 | |
1297 | Decal45.Texture = "rbxassetid://163822064" | |
1298 | Decal45.Face = Enum.NormalId.Top | |
1299 | Part46.Name = "Error10" | |
1300 | Part46.Parent = Model0 | |
1301 | Part46.BrickColor = BrickColor.new("Really black") | |
1302 | Part46.Transparency = 1 | |
1303 | Part46.Rotation = Vector3.new(-90, 0, -180) | |
1304 | Part46.Anchored = true | |
1305 | Part46.Size = Vector3.new(13.0000162, 0.130000025, 6.95000458) | |
1306 | Part46.CFrame = CFrame.new(-18.6836948, 16.1264935, -25.5352631, -1, 1.46463867e-06, 1.57952309e-06, 1.57952309e-06, -1.64890207e-05, 1, 1.46466289e-06, 1, 1.64890334e-05) | |
1307 | Part46.BottomSurface = Enum.SurfaceType.Smooth | |
1308 | Part46.TopSurface = Enum.SurfaceType.Smooth | |
1309 | Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1310 | Part46.Position = Vector3.new(-18.6836948, 16.1264935, -25.5352631) | |
1311 | Part46.Orientation = Vector3.new(-90, -180, 0) | |
1312 | Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1313 | Decal47.Parent = Part46 | |
1314 | Decal47.Transparency = 1 | |
1315 | Decal47.Texture = "rbxassetid://25536849" | |
1316 | Decal47.Face = Enum.NormalId.Top | |
1317 | Sound48.Name = "Shutdown" | |
1318 | Sound48.Parent = Model0 | |
1319 | Sound48.SoundId = "rbxassetid://784747919" | |
1320 | Sound48.Volume = 1 | |
1321 | Part49.Name = "Shutdownscreen" | |
1322 | Part49.Parent = Model0 | |
1323 | Part49.BrickColor = BrickColor.new("Really black") | |
1324 | Part49.Transparency = 1 | |
1325 | Part49.Rotation = Vector3.new(-90, 0, -180) | |
1326 | Part49.Anchored = true | |
1327 | Part49.Size = Vector3.new(38.4500122, 0.130000025, 25.3100014) | |
1328 | Part49.CFrame = CFrame.new(-6.20739603, 15.0035801, -25.9561005, -0.999998927, 1.46471007e-06, 1.56462193e-06, 1.56462193e-06, -1.64884223e-05, 0.999998927, 1.4645899e-06, 1, 1.64896137e-05) | |
1329 | Part49.BottomSurface = Enum.SurfaceType.Smooth | |
1330 | Part49.TopSurface = Enum.SurfaceType.Smooth | |
1331 | Part49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1332 | Part49.Position = Vector3.new(-6.20739603, 15.0035801, -25.9561005) | |
1333 | Part49.Orientation = Vector3.new(-89.9199982, 5.42000008, 174.580002) | |
1334 | Part49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1335 | Decal50.Parent = Part49 | |
1336 | Decal50.Transparency = 1 | |
1337 | Decal50.Texture = "rbxassetid://178320220" | |
1338 | Decal50.Face = Enum.NormalId.Top | |
1339 | Sound51.Name = "OOPS" | |
1340 | Sound51.Parent = Model0 | |
1341 | Sound51.SoundId = "rbxassetid://1006313226" | |
1342 | Sound51.TimePosition = 2 | |
1343 | Sound51.Volume = 1 | |
1344 | Sound52.Name = "AGK" | |
1345 | Sound52.Parent = Model0 | |
1346 | Sound52.SoundId = "rbxassetid://448909138" | |
1347 | Sound52.Volume = 10 | |
1348 | Sound53.Name = "Standby" | |
1349 | Sound53.Parent = Model0 | |
1350 | Sound53.SoundId = "rbxassetid://169869850" | |
1351 | Sound54.Name = "EGUSPELOSIAWN" | |
1352 | Sound54.Parent = Model0 | |
1353 | Sound54.SoundId = "rbxassetid://171515875" | |
1354 | Sound55.Name = "Search" | |
1355 | Sound55.Parent = Model0 | |
1356 | Sound55.SoundId = "rbxassetid://329492143" | |
1357 | Sound55.Volume = 10 | |
1358 | Sound56.Name = "Cresh" | |
1359 | Sound56.Parent = Model0 | |
1360 | Sound56.SoundId = "rbxassetid://603266135" | |
1361 | Sound57.Name = "Yey" | |
1362 | Sound57.Parent = Model0 | |
1363 | Sound57.SoundId = "rbxassetid://692987809" | |
1364 | Sound57.Volume = 10 | |
1365 | Sound58.Name = "Noh" | |
1366 | Sound58.Parent = Model0 | |
1367 | Sound58.SoundId = "rbxassetid://620887707" | |
1368 | Sound58.Volume = 10 | |
1369 | Sound59.Name = "SELFDESTRUCT" | |
1370 | Sound59.Parent = Model0 | |
1371 | Sound59.SoundId = "rbxassetid://885996042" | |
1372 | Sound59.Volume = 10 | |
1373 | Sound60.Name = "JABANANEN" | |
1374 | Sound60.Parent = Model0 | |
1375 | Sound60.SoundId = "rbxassetid://133724225" | |
1376 | Sound60.Volume = 10 | |
1377 | for i,v in pairs(mas:GetChildren()) do | |
1378 | v.Parent = workspace | |
1379 | pcall(function() v:MakeJoints() end) | |
1380 | end | |
1381 | mas:Destroy() | |
1382 | for i,v in pairs(cors) do | |
1383 | spawn(function() | |
1384 | pcall(v) | |
1385 | end) | |
1386 | end |