· 6 years ago · Jun 27, 2019, 10:08 PM
1-- Farewell Infortality.
2-- Version: 2.82
3-- Instances:
4local JailbreakOPGui = Instance.new("ScreenGui")
5local Main = Instance.new("Frame")
6local TextLabel = Instance.new("TextLabel")
7local VehicleSpeed = Instance.new("TextButton")
8local GetKeycard = Instance.new("TextButton")
9local InfHealth = Instance.new("TextButton")
10local Btools = Instance.new("TextButton")
11local SpawnPistol = Instance.new("TextButton")
12local SpawnShotgun = Instance.new("TextButton")
13local InfNitro = Instance.new("TextButton")
14local BankCheck = Instance.new("TextLabel")
15local JewelryCheck = Instance.new("TextLabel")
16local PowerPlantCheck = Instance.new("TextLabel")
17local MuseumCheck = Instance.new("TextLabel")
18local CargoTrainCheck = Instance.new("TextLabel")
19local PassengerTrainCheck = Instance.new("TextLabel")
20local TPBank = Instance.new("TextButton")
21local TPToJewelry = Instance.new("TextButton")
22local TPToMuseum = Instance.new("TextButton")
23local TPToCrimBase1 = Instance.new("TextButton")
24local TPToCrimBase2 = Instance.new("TextButton")
25local CargoTrainRedCarts = Instance.new("TextLabel")
26local TextButton = Instance.new("TextButton")
27local Pages = Instance.new("TextButton")
28local Open = Instance.new("TextButton")
29--Properties:
30JailbreakOPGui.Name = "JailbreakOPGui"
31JailbreakOPGui.Parent = game.CoreGui
32JailbreakOPGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
33
34Main.Name = "Main"
35Main.Parent = JailbreakOPGui
36Main.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
37Main.Position = UDim2.new(0.5, -305, 0.5, -172)
38Main.Size = UDim2.new(0, 637, 0, 345)
39Main.Visible = false
40
41TextLabel.Parent = Main
42TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
43TextLabel.BackgroundTransparency = 1
44TextLabel.Size = UDim2.new(0, 637, 0, 50)
45TextLabel.Font = Enum.Font.SciFi
46TextLabel.Text = "Jailbreak OP Gui - By JasonkaranikYoutube"
47TextLabel.TextColor3 = Color3.new(1, 1, 1)
48TextLabel.TextScaled = true
49TextLabel.TextSize = 14
50TextLabel.TextWrapped = true
51
52VehicleSpeed.Name = "VehicleSpeed"
53VehicleSpeed.Parent = Main
54VehicleSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
55VehicleSpeed.BackgroundTransparency = 1
56VehicleSpeed.Position = UDim2.new(0.0114754084, 0, 0.173913047, 0)
57VehicleSpeed.Size = UDim2.new(0, 156, 0, 47)
58VehicleSpeed.Font = Enum.Font.SciFi
59VehicleSpeed.Text = "Vehicle Speed"
60VehicleSpeed.TextColor3 = Color3.new(1, 1, 1)
61VehicleSpeed.TextSize = 20
62VehicleSpeed.TextWrapped = true
63
64GetKeycard.Name = "GetKeycard"
65GetKeycard.Parent = Main
66GetKeycard.BackgroundColor3 = Color3.new(1, 1, 1)
67GetKeycard.BackgroundTransparency = 1
68GetKeycard.Position = UDim2.new(0.254872978, 0, 0.173913047, 0)
69GetKeycard.Size = UDim2.new(0, 156, 0, 47)
70GetKeycard.Font = Enum.Font.SciFi
71GetKeycard.Text = "Get Keycard"
72GetKeycard.TextColor3 = Color3.new(1, 1, 1)
73GetKeycard.TextSize = 20
74GetKeycard.TextWrapped = true
75
76InfHealth.Name = "InfHealth"
77InfHealth.Parent = Main
78InfHealth.BackgroundColor3 = Color3.new(1, 1, 1)
79InfHealth.BackgroundTransparency = 1
80InfHealth.Position = UDim2.new(0.498270452, 0, 0.173913047, 0)
81InfHealth.Size = UDim2.new(0, 156, 0, 47)
82InfHealth.Font = Enum.Font.SciFi
83InfHealth.Text = "Inf Health"
84InfHealth.TextColor3 = Color3.new(1, 1, 1)
85InfHealth.TextSize = 20
86InfHealth.TextWrapped = true
87
88Btools.Name = "Btools"
89Btools.Parent = Main
90Btools.BackgroundColor3 = Color3.new(1, 1, 1)
91Btools.BackgroundTransparency = 1
92Btools.Position = UDim2.new(0.741667926, 0, 0.173913062, 0)
93Btools.Size = UDim2.new(0, 156, 0, 47)
94Btools.Font = Enum.Font.SciFi
95Btools.Text = "Btools"
96Btools.TextColor3 = Color3.new(1, 1, 1)
97Btools.TextSize = 20
98Btools.TextWrapped = true
99
100SpawnPistol.Name = "SpawnPistol"
101SpawnPistol.Parent = Main
102SpawnPistol.BackgroundColor3 = Color3.new(1, 1, 1)
103SpawnPistol.BackgroundTransparency = 1
104SpawnPistol.Position = UDim2.new(0.0101137673, 0, 0.310144961, 0)
105SpawnPistol.Size = UDim2.new(0, 156, 0, 47)
106SpawnPistol.Font = Enum.Font.SciFi
107SpawnPistol.Text = "Spawn Pistol"
108SpawnPistol.TextColor3 = Color3.new(1, 1, 1)
109SpawnPistol.TextSize = 20
110SpawnPistol.TextWrapped = true
111
112SpawnShotgun.Name = "SpawnShotgun"
113SpawnShotgun.Parent = Main
114SpawnShotgun.BackgroundColor3 = Color3.new(1, 1, 1)
115SpawnShotgun.BackgroundTransparency = 1
116SpawnShotgun.Position = UDim2.new(0.255011737, 0, 0.310144961, 0)
117SpawnShotgun.Size = UDim2.new(0, 156, 0, 47)
118SpawnShotgun.Font = Enum.Font.SciFi
119SpawnShotgun.Text = "Spawn Shotgun"
120SpawnShotgun.TextColor3 = Color3.new(1, 1, 1)
121SpawnShotgun.TextSize = 20
122SpawnShotgun.TextWrapped = true
123
124InfNitro.Name = "InfNitro"
125InfNitro.Parent = Main
126InfNitro.BackgroundColor3 = Color3.new(1, 1, 1)
127InfNitro.BackgroundTransparency = 1
128InfNitro.Position = UDim2.new(0.496769994, 0, 0.310144961, 0)
129InfNitro.Size = UDim2.new(0, 156, 0, 47)
130InfNitro.Font = Enum.Font.SciFi
131InfNitro.Text = "Inf Nitro: Disabled"
132InfNitro.TextColor3 = Color3.new(1, 1, 1)
133InfNitro.TextSize = 20
134InfNitro.TextWrapped = true
135
136BankCheck.Name = "BankCheck"
137BankCheck.Parent = Main
138BankCheck.BackgroundColor3 = Color3.new(1, 1, 1)
139BankCheck.BackgroundTransparency = 1
140BankCheck.Position = UDim2.new(0.0109890103, 0, 0.173913032, 0)
141BankCheck.Size = UDim2.new(0, 156, 0, 47)
142BankCheck.Visible = false
143BankCheck.Font = Enum.Font.SourceSans
144BankCheck.TextColor3 = Color3.new(1, 1, 1)
145BankCheck.TextSize = 20
146BankCheck.TextWrapped = true
147
148JewelryCheck.Name = "JewelryCheck"
149JewelryCheck.Parent = Main
150JewelryCheck.BackgroundColor3 = Color3.new(1, 1, 1)
151JewelryCheck.BackgroundTransparency = 1
152JewelryCheck.Position = UDim2.new(0.254317105, 0, 0.173913032, 0)
153JewelryCheck.Size = UDim2.new(0, 156, 0, 47)
154JewelryCheck.Visible = false
155JewelryCheck.Font = Enum.Font.SourceSans
156JewelryCheck.TextColor3 = Color3.new(1, 1, 1)
157JewelryCheck.TextSize = 20
158JewelryCheck.TextWrapped = true
159
160PowerPlantCheck.Name = "PowerPlantCheck"
161PowerPlantCheck.Parent = Main
162PowerPlantCheck.BackgroundColor3 = Color3.new(1, 1, 1)
163PowerPlantCheck.BackgroundTransparency = 1
164PowerPlantCheck.Position = UDim2.new(0.499215066, 0, 0.173913032, 0)
165PowerPlantCheck.Size = UDim2.new(0, 156, 0, 47)
166PowerPlantCheck.Visible = false
167PowerPlantCheck.Font = Enum.Font.SourceSans
168PowerPlantCheck.TextColor3 = Color3.new(1, 1, 1)
169PowerPlantCheck.TextSize = 20
170PowerPlantCheck.TextWrapped = true
171
172MuseumCheck.Name = "MuseumCheck"
173MuseumCheck.Parent = Main
174MuseumCheck.BackgroundColor3 = Color3.new(1, 1, 1)
175MuseumCheck.BackgroundTransparency = 1
176MuseumCheck.Position = UDim2.new(0.740973294, 0, 0.173913032, 0)
177MuseumCheck.Size = UDim2.new(0, 156, 0, 47)
178MuseumCheck.Visible = false
179MuseumCheck.Font = Enum.Font.SourceSans
180MuseumCheck.TextColor3 = Color3.new(1, 1, 1)
181MuseumCheck.TextSize = 20
182MuseumCheck.TextWrapped = true
183
184CargoTrainCheck.Name = "CargoTrainCheck"
185CargoTrainCheck.Parent = Main
186CargoTrainCheck.BackgroundColor3 = Color3.new(1, 1, 1)
187CargoTrainCheck.BackgroundTransparency = 1
188CargoTrainCheck.Position = UDim2.new(0.0109890103, 0, 0.310144901, 0)
189CargoTrainCheck.Size = UDim2.new(0, 156, 0, 47)
190CargoTrainCheck.Visible = false
191CargoTrainCheck.Font = Enum.Font.SourceSans
192CargoTrainCheck.TextColor3 = Color3.new(1, 1, 1)
193CargoTrainCheck.TextSize = 20
194CargoTrainCheck.TextWrapped = true
195
196PassengerTrainCheck.Name = "PassengerTrainCheck"
197PassengerTrainCheck.Parent = Main
198PassengerTrainCheck.BackgroundColor3 = Color3.new(1, 1, 1)
199PassengerTrainCheck.BackgroundTransparency = 1
200PassengerTrainCheck.Position = UDim2.new(0.254317105, 0, 0.310144901, 0)
201PassengerTrainCheck.Size = UDim2.new(0, 156, 0, 47)
202PassengerTrainCheck.Visible = false
203PassengerTrainCheck.Font = Enum.Font.SourceSans
204PassengerTrainCheck.TextColor3 = Color3.new(1, 1, 1)
205PassengerTrainCheck.TextSize = 20
206PassengerTrainCheck.TextWrapped = true
207
208TPBank.Name = "TPBank"
209TPBank.Parent = Main
210TPBank.BackgroundColor3 = Color3.new(1, 1, 1)
211TPBank.BackgroundTransparency = 1
212TPBank.Position = UDim2.new(0.741667926, 0, 0.310144961, 0)
213TPBank.Size = UDim2.new(0, 156, 0, 47)
214TPBank.Font = Enum.Font.SciFi
215TPBank.Text = "Tp To Bank"
216TPBank.TextColor3 = Color3.new(1, 1, 1)
217TPBank.TextSize = 20
218TPBank.TextWrapped = true
219
220TPToJewelry.Name = "TPToJewelry"
221TPToJewelry.Parent = Main
222TPToJewelry.BackgroundColor3 = Color3.new(1, 1, 1)
223TPToJewelry.BackgroundTransparency = 1
224TPToJewelry.Position = UDim2.new(0.0085439086, 0, 0.44637686, 0)
225TPToJewelry.Size = UDim2.new(0, 156, 0, 47)
226TPToJewelry.Font = Enum.Font.SciFi
227TPToJewelry.Text = "Tp To Jewelry"
228TPToJewelry.TextColor3 = Color3.new(1, 1, 1)
229TPToJewelry.TextSize = 20
230TPToJewelry.TextWrapped = true
231
232TPToMuseum.Name = "TPToMuseum"
233TPToMuseum.Parent = Main
234TPToMuseum.BackgroundColor3 = Color3.new(1, 1, 1)
235TPToMuseum.BackgroundTransparency = 1
236TPToMuseum.Position = UDim2.new(0.255011737, 0, 0.44637686, 0)
237TPToMuseum.Size = UDim2.new(0, 156, 0, 47)
238TPToMuseum.Font = Enum.Font.SciFi
239TPToMuseum.Text = "Tp To Museum"
240TPToMuseum.TextColor3 = Color3.new(1, 1, 1)
241TPToMuseum.TextSize = 20
242TPToMuseum.TextWrapped = true
243
244TPToCrimBase1.Name = "TPToCrimBase1"
245TPToCrimBase1.Parent = Main
246TPToCrimBase1.BackgroundColor3 = Color3.new(1, 1, 1)
247TPToCrimBase1.BackgroundTransparency = 1
248TPToCrimBase1.Position = UDim2.new(0.499909699, 0, 0.44637686, 0)
249TPToCrimBase1.Size = UDim2.new(0, 156, 0, 47)
250TPToCrimBase1.Font = Enum.Font.SciFi
251TPToCrimBase1.Text = "Tp To Criminal Base 1"
252TPToCrimBase1.TextColor3 = Color3.new(1, 1, 1)
253TPToCrimBase1.TextSize = 20
254TPToCrimBase1.TextWrapped = true
255
256TPToCrimBase2.Name = "TPToCrimBase2"
257TPToCrimBase2.Parent = Main
258TPToCrimBase2.BackgroundColor3 = Color3.new(1, 1, 1)
259TPToCrimBase2.BackgroundTransparency = 1
260TPToCrimBase2.Position = UDim2.new(0.744807661, 0, 0.44637686, 0)
261TPToCrimBase2.Size = UDim2.new(0, 156, 0, 47)
262TPToCrimBase2.Font = Enum.Font.SciFi
263TPToCrimBase2.Text = "Tp To Criminal Base 2"
264TPToCrimBase2.TextColor3 = Color3.new(1, 1, 1)
265TPToCrimBase2.TextSize = 20
266TPToCrimBase2.TextWrapped = true
267
268CargoTrainRedCarts.Name = "CargoTrainRedCarts"
269CargoTrainRedCarts.Parent = Main
270CargoTrainRedCarts.BackgroundColor3 = Color3.new(1, 1, 1)
271CargoTrainRedCarts.BackgroundTransparency = 1
272CargoTrainRedCarts.Position = UDim2.new(0.496075362, 0, 0.310144931, 0)
273CargoTrainRedCarts.Size = UDim2.new(0, 167, 0, 47)
274CargoTrainRedCarts.Visible = false
275CargoTrainRedCarts.Font = Enum.Font.SourceSans
276CargoTrainRedCarts.TextColor3 = Color3.new(1, 1, 1)
277CargoTrainRedCarts.TextSize = 20
278CargoTrainRedCarts.TextWrapped = true
279
280TextButton.Parent = JailbreakOPGui
281TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
282TextButton.BackgroundTransparency = 1
283TextButton.Position = UDim2.new(0.212805972, 0, 0.776892424, 0)
284TextButton.Size = UDim2.new(0, 71, 0, 34)
285TextButton.Font = Enum.Font.SciFi
286TextButton.Text = "Exit"
287TextButton.TextColor3 = Color3.new(1, 1, 1)
288TextButton.TextSize = 20
289TextButton.TextWrapped = true
290
291Pages.Name = "Pages"
292Pages.Parent = JailbreakOPGui
293Pages.BackgroundColor3 = Color3.new(1, 1, 1)
294Pages.BackgroundTransparency = 1
295Pages.Position = UDim2.new(0.690207183, 0, 0.776892424, 0)
296Pages.Size = UDim2.new(0, 130, 0, 34)
297Pages.Font = Enum.Font.SciFi
298Pages.Text = "Next Page"
299Pages.TextColor3 = Color3.new(1, 1, 1)
300Pages.TextSize = 20
301Pages.TextWrapped = true
302
303Open.Name = "Open"
304Open.Parent = JailbreakOPGui
305Open.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
306Open.Position = UDim2.new(0.5, -100, 0.057768926, 0)
307Open.Size = UDim2.new(0, 200, 0, 50)
308Open.Font = Enum.Font.SourceSans
309Open.Text = "Open"
310Open.TextColor3 = Color3.new(1, 1, 1)
311Open.TextSize = 14
312-- Scripts:
313function SCRIPT_GRFO90_FAKESCRIPT() -- VehicleSpeed.LocalScript
314 local script = Instance.new('LocalScript')
315 script.Parent = VehicleSpeed
316 script.Parent.MouseButton1Click:Connect(function()
317 dir = 0
318 game:GetService("RunService").RenderStepped:connect(function()
319 for i,v in next,workspace.Vehicles:children() do
320 if v.Name ~= "Heli" then
321 if v:FindFirstChild("Engine") then
322 local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
323 if not bf then
324 bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
325 if bf then
326 bf = bf:Clone()
327 bf.Parent = v.Engine
328 bf.Name = "NewForce"
329 end
330 end
331 if bf then
332 local fa = 1
333 if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
334 if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
335 bf.Force = Vector3.new(cf.X*500000*dir*fa,0,cf.Z*500000*dir*fa)
336 end
337 end
338 end
339 end
340
341 val = {
342 {Enum.KeyCode.W,1};
343 {Enum.KeyCode.S,-1};
344 }
345
346 uis = game:GetService("UserInputService")
347
348 chk = function(k)
349 for i,v in next,val do
350 if v[1]==k.KeyCode then
351 return v[2]
352 end
353 end
354 end
355
356 uis.InputBegan:connect(function(k)
357 dir = chk(k) or dir
358 end)
359
360 uis.InputEnded:connect(function(k)
361 if chk(k) == dir then
362 dir = 0
363 end
364 end)
365 end)
366 end)
367
368end
369coroutine.resume(coroutine.create(SCRIPT_GRFO90_FAKESCRIPT))
370function SCRIPT_MCLC81_FAKESCRIPT() -- GetKeycard.LocalScript
371 local script = Instance.new('LocalScript')
372 script.Parent = GetKeycard
373 script.Parent.MouseButton1Click:Connect(function()
374 while wait() do
375 game:GetService("Players").LocalPlayer.TeamValue = "Police"
376 wait(1)
377 game:GetService("Players").LocalPlayer.TeamValue = "Criminal"
378 wait(1)
379 end
380 end)
381
382end
383coroutine.resume(coroutine.create(SCRIPT_MCLC81_FAKESCRIPT))
384function SCRIPT_LJSB84_FAKESCRIPT() -- InfHealth.LocalScript
385 local script = Instance.new('LocalScript')
386 script.Parent = InfHealth
387 script.Parent.MouseButton1Click:Connect(function()
388 game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
389 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
390 l.Parent = game:GetService("Players").LocalPlayer.Character
391 l.Name = "Humanoid"
392 wait(0.1)
393 game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
394 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
395 game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
396 wait(0.1)
397 game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
398 game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
399 end)
400
401end
402coroutine.resume(coroutine.create(SCRIPT_LJSB84_FAKESCRIPT))
403function SCRIPT_ZTNU74_FAKESCRIPT() -- Btools.LocalScript
404 local script = Instance.new('LocalScript')
405 script.Parent = Btools
406 script.Parent.MouseButton1Click:Connect(function()
407 game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
408 for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
409 if child.ClassName == "Part" then
410 child.Locked = false
411 end
412 if child.ClassName == "MeshPart" then
413 child.Locked = false
414 end
415 if child.ClassName == "UnionOperation" then
416 child.Locked = false
417 end
418 if child.ClassName == "Model" then
419 for index, chil in pairs(child:GetChildren()) do
420 if chil.ClassName == "Part" then
421 chil.Locked = false
422 end
423 if chil.ClassName == "MeshPart" then
424 chil.Locked = false
425 end
426 if chil.ClassName == "UnionOperation" then
427 chil.Locked = false
428 end
429 if chil.ClassName == "Model" then
430 for index, childe in pairs(chil:GetChildren()) do
431 if childe.ClassName == "Part" then
432 childe.Locked = false
433 end
434 if childe.ClassName == "MeshPart" then
435 childe.Locked = false
436 end
437 if childe.ClassName == "UnionOperation" then
438 childe.Locked = false
439 end
440 if childe.ClassName == "Model" then
441 for index, childeo in pairs(childe:GetChildren()) do
442 if childeo.ClassName == "Part" then
443 childeo.Locked = false
444 end
445 if childeo.ClassName == "MeshPart" then
446 childeo.Locked = false
447 end
448 if childeo.ClassName == "UnionOperation" then
449 childeo.Locked = false
450 end
451 if childeo.ClassName == "Model" then
452 end
453 end
454 end
455 end
456 end
457 end
458 end
459 end
460
461 local a = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
462 a.BinType = Enum.BinType.Hammer
463
464 local b = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
465 b.BinType = Enum.BinType.Clone
466
467 local c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
468 c.BinType = Enum.BinType.Grab
469
470 local d = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
471 d.BinType = Enum.BinType.Script
472 end)
473
474end
475coroutine.resume(coroutine.create(SCRIPT_ZTNU74_FAKESCRIPT))
476function SCRIPT_NZOA88_FAKESCRIPT() -- SpawnPistol.LocalScript
477 local script = Instance.new('LocalScript')
478 script.Parent = SpawnPistol
479 local Wspace = game:GetService("Workspace")
480
481 PistolModel = Instance.new('Model', workspace)
482 PistolModel.Name = 'Pistol'
483 PistolPart = Instance.new('Part', PistolModel)
484 PistolPart.Anchored = true
485 PistolPart.CanCollide = false
486 PistolPart.Name = 'Head'
487 PistolTitle = Instance.new('Humanoid', PistolModel)
488
489 script.Parent.MouseButton1Click:Connect(function()
490 for i,v in pairs(Wspace.Givers:GetChildren()) do
491 if v.Name == 'Station' then
492 for a,b in pairs(v:GetChildren()) do
493 if b:IsA('StringValue') then
494 if b.Value == 'Pistol' then
495 PistolPart.Position = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
496 v.CFrame = CFrame.new(PistolPart.Position)
497 end
498 end
499 end
500 end
501 end
502 end)
503
504end
505coroutine.resume(coroutine.create(SCRIPT_NZOA88_FAKESCRIPT))
506function SCRIPT_QNBX72_FAKESCRIPT() -- SpawnShotgun.LocalScript
507 local script = Instance.new('LocalScript')
508 script.Parent = SpawnShotgun
509 local Wspace = game:GetService("Workspace")
510
511 -- Shotgun:
512 ShotgunModel = Instance.new('Model', workspace)
513 ShotgunModel.Name = 'Shotgun'
514 ShotgunPart = Instance.new('Part', ShotgunModel)
515 ShotgunPart.Anchored = true
516 ShotgunPart.CanCollide = false
517 ShotgunPart.Name = 'Head'
518 ShotgunTitle = Instance.new('Humanoid', ShotgunModel)
519
520 script.Parent.MouseButton1Click:Connect(function()
521 for i,v in pairs(Wspace.Givers:GetChildren()) do
522 if v.Name == 'Station' then
523 for a,b in pairs(v:GetChildren()) do
524 if b:IsA('StringValue') then
525 if b.Value == 'Shotgun' then
526 ShotgunPart.Position = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
527 v.CFrame = CFrame.new(ShotgunPart.Position)
528 end
529 end
530 end
531 end
532 end
533 end)
534
535end
536coroutine.resume(coroutine.create(SCRIPT_QNBX72_FAKESCRIPT))
537function SCRIPT_NLKU70_FAKESCRIPT() -- InfNitro.LocalScript
538 local script = Instance.new('LocalScript')
539 script.Parent = InfNitro
540 local curretstate = false
541
542 folder = Instance.new("Folder",game:GetService("Workspace"))
543 folder.Name = "NitroBackup11231313"
544
545 script.Parent.MouseButton1Click:Connect(function()
546 if curretstate == false then
547 curretstate = true
548 script.Parent.Text = "Inf Nitro: Enabled"
549 game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "NitroBackup11231313"
550 for i,v in pairs(game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:GetChildren()) do
551 v.Parent = folder
552 v.Parent = folder
553 v.Parent = folder
554 v.Parent = folder
555 v.Parent = folder
556 end
557 else
558 curretstate = false
559 script.Parent.Text = "Inf Nitro: Disabled"
560 game:GetService('Players').LocalPlayer.PlayerGui.MainGui.NitroBackup11231313.Name = "Nitro"
561 for i,v in pairs(game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:GetChildren()) do
562 v.Parent = game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro
563 v.Parent = game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro
564 v.Parent = game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro
565 v.Parent = game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro
566 v.Parent = game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro
567 end
568 end
569 end)
570
571
572end
573coroutine.resume(coroutine.create(SCRIPT_NLKU70_FAKESCRIPT))
574function SCRIPT_JIDE71_FAKESCRIPT() -- BankCheck.LocalScript
575 local script = Instance.new('LocalScript')
576 script.Parent = BankCheck
577 while wait() do
578 local Wspace = game:GetService("Workspace")
579 local Players = game:GetService("Players")
580
581 if Wspace:FindFirstChild("Banks") then
582
583 game:GetService("Workspace").Banks:GetChildren()[1].Name="Bank"
584 game:GetService("Workspace").Jewelrys:GetChildren()[1].Name="Jewelry"
585 if game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members") then
586 game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members"):Destroy();
587 else
588
589 end
590
591 if Wspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled == true then
592 script.Parent.Text = "Bank: Open"
593 else
594 script.Parent.Text = "Bank: Closed"
595 end
596 end
597 end
598
599end
600coroutine.resume(coroutine.create(SCRIPT_JIDE71_FAKESCRIPT))
601function SCRIPT_HVML89_FAKESCRIPT() -- JewelryCheck.LocalScript
602 local script = Instance.new('LocalScript')
603 script.Parent = JewelryCheck
604 while wait() do
605 local Wspace = game:GetService("Workspace")
606 local Players = game:GetService("Players")
607
608 if Wspace:FindFirstChild("Jewelrys") then
609
610 game:GetService("Workspace").Banks:GetChildren()[1].Name="Bank"
611 game:GetService("Workspace").Jewelrys:GetChildren()[1].Name="Jewelry"
612 if game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members") then
613 game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members"):Destroy();
614 else
615
616 end
617
618 if Wspace.Jewelrys.Jewelry.Extra.Light.SurfaceLight.Enabled == true then
619 script.Parent.Text = "Jewerly: Open"
620 else
621 script.Parent.Text = "Jewerly: Closed"
622 end
623 end
624 end
625
626end
627coroutine.resume(coroutine.create(SCRIPT_HVML89_FAKESCRIPT))
628function SCRIPT_ULER90_FAKESCRIPT() -- PowerPlantCheck.LocalScript
629 local script = Instance.new('LocalScript')
630 script.Parent = PowerPlantCheck
631 game:GetService("Workspace").Banks:GetChildren()[1].Name="Bank"
632 game:GetService("Workspace").Jewelrys:GetChildren()[1].Name="Jewelry"
633 if game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members") then
634 game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members"):Destroy();
635 else
636
637 end
638
639 local Wspace = game:GetService("Workspace")
640 local Players = game:GetService("Players")
641
642 while wait() do
643 if Wspace.PowerPlant.Smoke.Particle.Enabled == true then
644 script.Parent.Text = "PowerPlant: Open"
645 else
646 script.Parent.Text = "PowerPlant: Closed"
647 end
648 end
649
650end
651coroutine.resume(coroutine.create(SCRIPT_ULER90_FAKESCRIPT))
652function SCRIPT_COCZ75_FAKESCRIPT() -- MuseumCheck.LocalScript
653 local script = Instance.new('LocalScript')
654 script.Parent = MuseumCheck
655 while wait() do
656
657 local Wspace = game:GetService("Workspace")
658
659 if Wspace:FindFirstChild("Museum") then
660
661 game:GetService("Workspace").Banks:GetChildren()[1].Name="Bank"
662 game:GetService("Workspace").Jewelrys:GetChildren()[1].Name="Jewelry"
663 if game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members") then
664 game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members"):Destroy();
665 else
666
667 end
668
669 if game:GetService("Workspace").Museum.Roof.Hole.Part.CanCollide == false then
670 script.Parent.Text = "Museum: Under Robbery"
671 else
672 script.Parent.Text = "Museum: Closed"
673 end
674 end
675 end
676
677end
678coroutine.resume(coroutine.create(SCRIPT_COCZ75_FAKESCRIPT))
679function SCRIPT_RWRK83_FAKESCRIPT() -- CargoTrainCheck.LocalScript
680 local script = Instance.new('LocalScript')
681 script.Parent = CargoTrainCheck
682 while wait() do
683
684 local Wspace = game:GetService("Workspace")
685 local Players = game:GetService("Players")
686
687 game:GetService("Workspace").Banks:GetChildren()[1].Name="Bank"
688 game:GetService("Workspace").Jewelrys:GetChildren()[1].Name="Jewelry"
689 if game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members") then
690 game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members"):Destroy();
691 else
692
693 end
694
695 if Wspace.Trains:FindFirstChild("LocomotiveFront") then
696 if Wspace.Trains.LocomotiveFront.Model.Front.Position.X < -1300 and Wspace.Trains.LocomotiveFront.Model.Front.Position.Z < 350 then
697 script.Parent.Text = "Cargo Train: Leaving"
698 else
699 script.Parent.Text = "Cargo Train: Found"
700 end
701 else
702 script.Parent.Text = "Cargo Train: Not Found"
703 end
704 end
705
706end
707coroutine.resume(coroutine.create(SCRIPT_RWRK83_FAKESCRIPT))
708function SCRIPT_TXBC69_FAKESCRIPT() -- PassengerTrainCheck.LocalScript
709 local script = Instance.new('LocalScript')
710 script.Parent = PassengerTrainCheck
711 while wait() do
712 local Wspace = game:GetService("Workspace")
713 local Players = game:GetService("Players")
714
715 game:GetService("Workspace").Banks:GetChildren()[1].Name="Bank"
716 game:GetService("Workspace").Jewelrys:GetChildren()[1].Name="Jewelry"
717 if game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members") then
718 game:GetService("CoreGui"):FindFirstChild("ThanksFor200Members"):Destroy();
719 else
720
721 end
722
723 if Wspace.Trains:FindFirstChild("SteamEngine") then
724 script.Parent.Text = "Passenger Train: Found"
725 else
726 script.Parent.Text = "Passenger Train: Not Found"
727 end
728 end
729
730end
731coroutine.resume(coroutine.create(SCRIPT_TXBC69_FAKESCRIPT))
732function SCRIPT_PQVN88_FAKESCRIPT() -- TPBank.LocalScript
733 local script = Instance.new('LocalScript')
734 script.Parent = TPBank
735 local Wspace = game:GetService("Workspace")
736 local Players = game:GetService("Players")
737
738 root = Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
739 wait(0.1)
740 uptorso = Players.LocalPlayer.Character:WaitForChild("UpperTorso")
741 wait(0.1)
742 humanoid = Players.LocalPlayer.Character:WaitForChild("Humanoid")
743 wait(0.1)
744 local v30=Vector3.new()
745
746
747 local function perfectTP(cf)
748 workspace.Gravity = 0
749 local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
750 local oldcf = door.CFrame
751 local elapsed = 0
752 workspace.Gravity = 192
753 while (root.Position-cf.p).magnitude > 14 and elapsed < 10 do
754 door.CFrame = root.CFrame
755 elapsed=elapsed+wait()
756 door.CFrame = oldcf
757 root.CFrame = cf
758 root.Velocity,root.RotVelocity=v30,v30
759 elapsed=elapsed+wait(0.5)
760 end
761 end
762
763 script.Parent.MouseButton1Click:Connect(function()
764 perfectTP(CFrame.new(12.53, 18.483, 789.2))
765 end)
766
767end
768coroutine.resume(coroutine.create(SCRIPT_PQVN88_FAKESCRIPT))
769function SCRIPT_XCNJ70_FAKESCRIPT() -- TPToJewelry.LocalScript
770 local script = Instance.new('LocalScript')
771 script.Parent = TPToJewelry
772
773 local Wspace = game:GetService("Workspace")
774 local Players = game:GetService("Players")
775
776 root = Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
777 wait(0.1)
778 uptorso = Players.LocalPlayer.Character:WaitForChild("UpperTorso")
779 wait(0.1)
780 humanoid = Players.LocalPlayer.Character:WaitForChild("Humanoid")
781 wait(0.1)
782 local v30=Vector3.new()
783
784
785 local function perfectTP(cf)
786 workspace.Gravity = 0
787 local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
788 local oldcf = door.CFrame
789 local elapsed = 0
790 workspace.Gravity = 192
791 while (root.Position-cf.p).magnitude > 14 and elapsed < 10 do
792 door.CFrame = root.CFrame
793 elapsed=elapsed+wait()
794 door.CFrame = oldcf
795 root.CFrame = cf
796 root.Velocity,root.RotVelocity=v30,v30
797 elapsed=elapsed+wait(0.5)
798 end
799 end
800
801 script.Parent.MouseButton1Click:Connect(function()
802 perfectTP(CFrame.new(125.29, 19.956, 1357.01))
803 end)
804
805end
806coroutine.resume(coroutine.create(SCRIPT_XCNJ70_FAKESCRIPT))
807function SCRIPT_ILTD75_FAKESCRIPT() -- TPToMuseum.LocalScript
808 local script = Instance.new('LocalScript')
809 script.Parent = TPToMuseum
810
811 local Wspace = game:GetService("Workspace")
812 local Players = game:GetService("Players")
813
814 root = Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
815 wait(0.1)
816 uptorso = Players.LocalPlayer.Character:WaitForChild("UpperTorso")
817 wait(0.1)
818 humanoid = Players.LocalPlayer.Character:WaitForChild("Humanoid")
819 wait(0.1)
820 local v30=Vector3.new()
821
822
823 local function perfectTP(cf)
824 workspace.Gravity = 0
825 local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
826 local oldcf = door.CFrame
827 local elapsed = 0
828 workspace.Gravity = 192
829 while (root.Position-cf.p).magnitude > 14 and elapsed < 10 do
830 door.CFrame = root.CFrame
831 elapsed=elapsed+wait()
832 door.CFrame = oldcf
833 root.CFrame = cf
834 root.Velocity,root.RotVelocity=v30,v30
835 elapsed=elapsed+wait(0.5)
836 end
837 end
838
839 script.Parent.MouseButton1Click:Connect(function()
840 perfectTP(CFrame.new(1145.88, 104.115, 1259.185))
841 end)
842
843end
844coroutine.resume(coroutine.create(SCRIPT_ILTD75_FAKESCRIPT))
845function SCRIPT_LZKJ73_FAKESCRIPT() -- TPToCrimBase1.LocalScript
846 local script = Instance.new('LocalScript')
847 script.Parent = TPToCrimBase1
848
849 local Wspace = game:GetService("Workspace")
850 local Players = game:GetService("Players")
851
852 root = Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
853 wait(0.1)
854 uptorso = Players.LocalPlayer.Character:WaitForChild("UpperTorso")
855 wait(0.1)
856 humanoid = Players.LocalPlayer.Character:WaitForChild("Humanoid")
857 wait(0.1)
858 local v30=Vector3.new()
859
860
861 local function perfectTP(cf)
862 workspace.Gravity = 0
863 local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
864 local oldcf = door.CFrame
865 local elapsed = 0
866 workspace.Gravity = 192
867 while (root.Position-cf.p).magnitude > 14 and elapsed < 10 do
868 door.CFrame = root.CFrame
869 elapsed=elapsed+wait()
870 door.CFrame = oldcf
871 root.CFrame = cf
872 root.Velocity,root.RotVelocity=v30,v30
873 elapsed=elapsed+wait(0.5)
874 end
875 end
876
877 script.Parent.MouseButton1Click:Connect(function()
878 perfectTP(CFrame.new(-228.66, 19.059, 1595.02))
879 end)
880
881end
882coroutine.resume(coroutine.create(SCRIPT_LZKJ73_FAKESCRIPT))
883function SCRIPT_QVVY75_FAKESCRIPT() -- TPToCrimBase2.LocalScript
884 local script = Instance.new('LocalScript')
885 script.Parent = TPToCrimBase2
886
887 local Wspace = game:GetService("Workspace")
888 local Players = game:GetService("Players")
889
890 root = Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
891 wait(0.1)
892 uptorso = Players.LocalPlayer.Character:WaitForChild("UpperTorso")
893 wait(0.1)
894 humanoid = Players.LocalPlayer.Character:WaitForChild("Humanoid")
895 wait(0.1)
896 local v30=Vector3.new()
897
898
899 local function perfectTP(cf)
900 workspace.Gravity = 0
901 local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
902 local oldcf = door.CFrame
903 local elapsed = 0
904 workspace.Gravity = 192
905 while (root.Position-cf.p).magnitude > 14 and elapsed < 10 do
906 door.CFrame = root.CFrame
907 elapsed=elapsed+wait()
908 door.CFrame = oldcf
909 root.CFrame = cf
910 root.Velocity,root.RotVelocity=v30,v30
911 elapsed=elapsed+wait(0.5)
912 end
913 end
914
915 script.Parent.MouseButton1Click:Connect(function()
916 perfectTP(CFrame.new(1741.913, 50.429, -1729.972))
917 end)
918
919end
920coroutine.resume(coroutine.create(SCRIPT_QVVY75_FAKESCRIPT))
921function SCRIPT_HAHD78_FAKESCRIPT() -- CargoTrainRedCarts.LocalScript
922 local script = Instance.new('LocalScript')
923 script.Parent = CargoTrainRedCarts
924 -- By JasonkaranikYoutube
925
926 -- I Allow You To Use It On Gui's If You Give Me Credit For Spending 2 Hours To Create This.
927
928 local Carts = {} -- Creates The BoxCars Table.
929
930 local TotalCarts = {} -- All Total BoxCars Will Be Here. Soon Will Be Functional.
931
932 print("Cargo Train RedCarts: "..#Carts) -- Prints The Amount Of BoxCars.
933 print("Cargo Train Total RedCarts: "..#TotalCarts) -- Prints The Amount Of BoxCars.
934
935 local function Cmds(Cmd,Cart) -- Cmds Function.
936 if Cmd == "AddRedCart" then
937 if Cart.Name == "BoxCar" then -- Checks If Its A BoxCar.
938 table.insert(TotalCarts,game:GetService("Workspace").Trains.BoxCar) -- Adds The Box Car In The TotalBoxCars Table.
939 table.insert(Carts,game:GetService("Workspace").Trains.BoxCar) -- Adds The BoxCar In The Carts Table.
940 Cart.Name = "VBoxCar" -- Renames The BoxCar So It Doesnt.
941 print("Cargo Train RedCarts: "..#Carts) -- Prints The Amount Of BoxCars.
942 print("Cargo Train Total RedCarts: "..#TotalCarts) -- Prints The Amount Of BoxCars.
943 end
944 end
945 if Cmd == "RemoveRedCart" then -- Removes The Total BoxCars From The Carts Table.
946 if #Carts >= 1 then -- Checks If The Table Has Atleast 1+ BoxCars Inside It.
947 for k,v in pairs(Carts) do -- For All BoxCars Inside The Carts Table Do The Following Script.
948 table.remove(Carts,k) -- Removes All BoxCar From The Carts Table.
949 print("Cargo Train RedCarts: "..#Carts) -- Prints The Amount Of BoxCars.
950 print("Cargo Train Total RedCarts: "..#TotalCarts) -- Prints The Amount Of BoxCars.
951 end
952 end
953 end
954 end
955
956 game:GetService("Workspace").Trains.ChildRemoved:Connect(function() -- When A Train Leaves.
957 if #Carts >= 1 then -- Checks If The Table Has Atleast 1+ BoxCars Inside It.
958 for k,v in pairs(Carts) do -- For All BoxCars Inside The Carts Table Do The Following Script.
959 table.remove(Carts,k) -- Removes All BoxCar From The Carts Table.
960 print("Cargo Train RedCarts: "..#Carts) -- Prints The Amount Of BoxCars.
961 print("Cargo Train Total RedCarts: "..#TotalCarts) -- Prints The Amount Of BoxCars.
962 end
963 end
964 end)
965
966 while wait() do -- Loop Incase A Train Already Exists After Executing.
967 script.Parent.Text = "Cargo Train RedCarts: "..#Carts -- Shows Counted BoxCars.
968 if game:GetService("Workspace").Trains:FindFirstChild("BoxCar") then -- If Theres A BoxCar Then Count It
969 repeat wait() Cmds("AddRedCart", game:GetService("Workspace").Trains.BoxCar) until not game:GetService("Workspace").Trains:FindFirstChild("BoxCar") -- Repeat Adding BoxCars Until They No More Exists.
970 end
971 end -- End Of Loop.
972
973end
974coroutine.resume(coroutine.create(SCRIPT_HAHD78_FAKESCRIPT))
975function SCRIPT_EYQJ90_FAKESCRIPT() -- Main.LocalScript
976 local script = Instance.new('LocalScript')
977 script.Parent = Main
978 repeat wait() script.Parent.Parent.Main.Draggable = true until script.Parent.Parent.Main.Draggable == true
979
980end
981coroutine.resume(coroutine.create(SCRIPT_EYQJ90_FAKESCRIPT))
982function SCRIPT_WRSO73_FAKESCRIPT() -- TextButton.LocalScript
983 local script = Instance.new('LocalScript')
984 script.Parent = TextButton
985 script.Parent.MouseButton1Click:Connect(function()
986 script.Parent.Parent.Main.Visible = false
987 script.Parent.Parent.Open.Visible = true
988 end)
989
990end
991coroutine.resume(coroutine.create(SCRIPT_WRSO73_FAKESCRIPT))
992function SCRIPT_JQNB86_FAKESCRIPT() -- Pages.LocalScript
993 local script = Instance.new('LocalScript')
994 script.Parent = Pages
995 script.Parent.MouseButton1Click:Connect(function()
996 if script.Parent.Text == "Next Page" then
997 script.Parent.Text = "Previous Page"
998 script.Parent.Parent.Main.VehicleSpeed.Visible = false
999 script.Parent.Parent.Main.GetKeycard.Visible = false
1000 script.Parent.Parent.Main.InfHealth.Visible = false
1001 script.Parent.Parent.Main.Btools.Visible = false
1002 script.Parent.Parent.Main.SpawnPistol.Visible = false
1003 script.Parent.Parent.Main.SpawnShotgun.Visible = false
1004 script.Parent.Parent.Main.InfNitro.Visible = false
1005 script.Parent.Parent.Main.TPBank.Visible = false
1006 script.Parent.Parent.Main.TPToCrimBase2.Visible = false
1007 script.Parent.Parent.Main.TPToJewelry.Visible = false
1008 script.Parent.Parent.Main.TPToMuseum.Visible = false
1009 script.Parent.Parent.Main.TPToCrimBase1.Visible = false
1010 script.Parent.Parent.Main.PassengerTrainCheck.Visible = true
1011 script.Parent.Parent.Main.JewelryCheck.Visible = true
1012 script.Parent.Parent.Main.CargoTrainCheck.Visible = true
1013 script.Parent.Parent.Main.CargoTrainRedCarts.Visible = true
1014 script.Parent.Parent.Main.PowerPlantCheck.Visible = true
1015 script.Parent.Parent.Main.MuseumCheck.Visible = true
1016 script.Parent.Parent.Main.BankCheck.Visible = true
1017 elseif script.Parent.Text == "Previous Page" then
1018 script.Parent.Text = "Next Page"
1019 script.Parent.Parent.Main.VehicleSpeed.Visible = true
1020 script.Parent.Parent.Main.GetKeycard.Visible = true
1021 script.Parent.Parent.Main.InfHealth.Visible = true
1022 script.Parent.Parent.Main.Btools.Visible = true
1023 script.Parent.Parent.Main.SpawnPistol.Visible = true
1024 script.Parent.Parent.Main.SpawnShotgun.Visible = true
1025 script.Parent.Parent.Main.InfNitro.Visible = true
1026 script.Parent.Parent.Main.TPBank.Visible = true
1027 script.Parent.Parent.Main.TPToCrimBase2.Visible = true
1028 script.Parent.Parent.Main.TPToJewelry.Visible = true
1029 script.Parent.Parent.Main.TPToMuseum.Visible = true
1030 script.Parent.Parent.Main.TPToCrimBase1.Visible = true
1031 script.Parent.Parent.Main.PassengerTrainCheck.Visible = false
1032 script.Parent.Parent.Main.JewelryCheck.Visible = false
1033 script.Parent.Parent.Main.CargoTrainCheck.Visible = false
1034 script.Parent.Parent.Main.CargoTrainRedCarts.Visible = false
1035 script.Parent.Parent.Main.PowerPlantCheck.Visible = false
1036 script.Parent.Parent.Main.MuseumCheck.Visible = false
1037 script.Parent.Parent.Main.BankCheck.Visible = false
1038 end
1039 end)
1040
1041end
1042coroutine.resume(coroutine.create(SCRIPT_JQNB86_FAKESCRIPT))
1043function SCRIPT_WGNK74_FAKESCRIPT() -- Open.LocalScript
1044 local script = Instance.new('LocalScript')
1045 script.Parent = Open
1046 script.Parent.MouseButton1Click:Connect(function()
1047 script.Parent.Parent.Main.Visible = true
1048 script.Parent.Parent.Open.Visible = false
1049 end)
1050
1051end
1052coroutine.resume(coroutine.create(SCRIPT_WGNK74_FAKESCRIPT))