FazzaRBLX

Jailbrok (New) Updates FazzaRBLX

Oct 8th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.70 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local FazzaRBLXJailBrok = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local JStore = Instance.new("TextButton")
  8. local JRoof = Instance.new("TextButton")
  9. local Bank = Instance.new("TextButton")
  10. local CrimBase = Instance.new("TextButton")
  11. local Heli1 = Instance.new("TextButton")
  12. local Prison = Instance.new("TextButton")
  13. local Creadits = Instance.new("TextLabel")
  14. local Close = Instance.new("TextButton")
  15. local Bar1 = Instance.new("Frame")
  16. --Properties:
  17. FazzaRBLXJailBrok.Name = "FazzaRBLX-JailBrok"
  18. FazzaRBLXJailBrok.Parent = game.CoreGui
  19.  
  20. MainFrame.Name = "MainFrame"
  21. MainFrame.Parent = FazzaRBLXJailBrok
  22. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  23. MainFrame.Position = UDim2.new(0.2324159, 0, 0.313099027, 0)
  24. MainFrame.Size = UDim2.new(0, 424, 0, 302)
  25.  
  26. Title.Name = "Title"
  27. Title.Parent = MainFrame
  28. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  29. Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  30. Title.Size = UDim2.new(0, 424, 0, 50)
  31. Title.Font = Enum.Font.SourceSansBold
  32. Title.Text = "JailBrok"
  33. Title.TextColor3 = Color3.new(1, 0, 0)
  34. Title.TextScaled = true
  35. Title.TextSize = 14
  36. Title.TextWrapped = true
  37.  
  38. JStore.Name = "J-Store"
  39. JStore.Parent = MainFrame
  40. JStore.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  41. JStore.Position = UDim2.new(0, 0, 0.228476822, 0)
  42. JStore.Size = UDim2.new(0, 200, 0, 50)
  43. JStore.Font = Enum.Font.SourceSans
  44. JStore.Text = "Jewerly Store"
  45. JStore.TextColor3 = Color3.new(0.333333, 1, 1)
  46. JStore.TextScaled = true
  47. JStore.TextSize = 14
  48. JStore.TextWrapped = true
  49.  
  50. JRoof.Name = "J-Roof"
  51. JRoof.Parent = MainFrame
  52. JRoof.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  53. JRoof.Position = UDim2.new(0.528301835, 0, 0.228476822, 0)
  54. JRoof.Size = UDim2.new(0, 200, 0, 50)
  55. JRoof.Font = Enum.Font.SourceSans
  56. JRoof.Text = "Jewerly Roof"
  57. JRoof.TextColor3 = Color3.new(0.333333, 1, 1)
  58. JRoof.TextScaled = true
  59. JRoof.TextSize = 14
  60. JRoof.TextWrapped = true
  61.  
  62. Bank.Name = "Bank"
  63. Bank.Parent = MainFrame
  64. Bank.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  65. Bank.Position = UDim2.new(0, 0, 0.443708658, 0)
  66. Bank.Size = UDim2.new(0, 200, 0, 50)
  67. Bank.Font = Enum.Font.SourceSans
  68. Bank.Text = "Bank"
  69. Bank.TextColor3 = Color3.new(0.333333, 1, 1)
  70. Bank.TextScaled = true
  71. Bank.TextSize = 14
  72. Bank.TextWrapped = true
  73.  
  74. CrimBase.Name = "Crim-Base"
  75. CrimBase.Parent = MainFrame
  76. CrimBase.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  77. CrimBase.Position = UDim2.new(0.528301895, 0, 0.443708658, 0)
  78. CrimBase.Size = UDim2.new(0, 200, 0, 50)
  79. CrimBase.Font = Enum.Font.SourceSans
  80. CrimBase.Text = "Criminal Base"
  81. CrimBase.TextColor3 = Color3.new(0.333333, 1, 1)
  82. CrimBase.TextScaled = true
  83. CrimBase.TextSize = 14
  84. CrimBase.TextWrapped = true
  85.  
  86. Heli1.Name = "Heli-1"
  87. Heli1.Parent = MainFrame
  88. Heli1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  89. Heli1.Position = UDim2.new(0, 0, 0.69205296, 0)
  90. Heli1.Size = UDim2.new(0, 200, 0, 50)
  91. Heli1.Font = Enum.Font.SourceSans
  92. Heli1.Text = "Helicopter 1"
  93. Heli1.TextColor3 = Color3.new(0.333333, 1, 1)
  94. Heli1.TextScaled = true
  95. Heli1.TextSize = 14
  96. Heli1.TextWrapped = true
  97.  
  98. Prison.Name = "Prison"
  99. Prison.Parent = MainFrame
  100. Prison.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  101. Prison.Position = UDim2.new(0.528301895, 0, 0.69205296, 0)
  102. Prison.Size = UDim2.new(0, 200, 0, 50)
  103. Prison.Font = Enum.Font.SourceSans
  104. Prison.Text = "Prison"
  105. Prison.TextColor3 = Color3.new(0.333333, 1, 1)
  106. Prison.TextScaled = true
  107. Prison.TextSize = 14
  108. Prison.TextWrapped = true
  109.  
  110. Creadits.Name = "Creadits"
  111. Creadits.Parent = MainFrame
  112. Creadits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  113. Creadits.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  114. Creadits.Position = UDim2.new(0, 0, 0.927152336, 0)
  115. Creadits.Size = UDim2.new(0, 200, 0, 22)
  116. Creadits.Font = Enum.Font.SourceSans
  117. Creadits.Text = "Creadits Bye FazzaRBLX On Youtube"
  118. Creadits.TextColor3 = Color3.new(1, 0, 0)
  119. Creadits.TextSize = 14
  120. Creadits.TextXAlignment = Enum.TextXAlignment.Left
  121.  
  122. Close.Name = "Close"
  123. Close.Parent = MainFrame
  124. Close.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  125. Close.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  126. Close.Position = UDim2.new(0.884433985, 0, 0, 0)
  127. Close.Size = UDim2.new(0, 49, 0, 50)
  128. Close.Font = Enum.Font.SourceSans
  129. Close.Text = "X"
  130. Close.TextColor3 = Color3.new(0.333333, 1, 1)
  131. Close.TextScaled = true
  132. Close.TextSize = 14
  133. Close.TextWrapped = true
  134.  
  135. Bar1.Name = "Bar1"
  136. Bar1.Parent = MainFrame
  137. Bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  138. Bar1.Position = UDim2.new(0, 0, 0.165562913, 0)
  139. Bar1.Size = UDim2.new(0, 424, 0, 6)
  140. -- Scripts:
  141. function SCRIPT_FDEA75_FAKESCRIPT() -- JStore.Script
  142.     getfenv().script = Instance.new('Script', JStore)
  143.  
  144.     JStore.MouseButton1Click:Connect(function()
  145.     local s = Instance.new ("Sound", workspace)
  146.     s.SoundId = 'rbxassetid://177266782'
  147.     s.Volume = 0.4
  148.     s:Play()
  149.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(106, 18, 1313)
  150.     end)
  151.    
  152.  
  153. end
  154. coroutine.resume(coroutine.create(SCRIPT_FDEA75_FAKESCRIPT))
  155. function SCRIPT_YLNA71_FAKESCRIPT() -- JRoof.Script
  156.     getfenv().script = Instance.new('Script', JRoof)
  157.  
  158.     JRoof.MouseButton1Click:Connect(function()
  159.     local s = Instance.new ("Sound", workspace)
  160.     s.SoundId = 'rbxassetid://177266782'
  161.     s.Volume = 0.4
  162.     s:Play()
  163.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(106, 99, 1313)
  164.     end)
  165.    
  166.  
  167. end
  168. coroutine.resume(coroutine.create(SCRIPT_YLNA71_FAKESCRIPT))
  169. function SCRIPT_VGNJ66_FAKESCRIPT() -- Bank.Script
  170.     getfenv().script = Instance.new('Script', Bank)
  171.  
  172.     Bank.MouseButton1Click:Connect(function()
  173.     local s = Instance.new ("Sound", workspace)
  174.     s.SoundId = 'rbxassetid://177266782'
  175.     s.Volume = 0.4
  176.     s:Play()
  177.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36, 1, 810)
  178.     end)
  179.    
  180.  
  181. end
  182. coroutine.resume(coroutine.create(SCRIPT_VGNJ66_FAKESCRIPT))
  183. function SCRIPT_EGPV76_FAKESCRIPT() -- CrimBase.Script
  184.     getfenv().script = Instance.new('Script', CrimBase)
  185.  
  186.     CrimBase.MouseButton1Click:Connect(function()
  187.     local s = Instance.new ("Sound", workspace)
  188.     s.SoundId = 'rbxassetid://177266782'
  189.     s.Volume = 0.4
  190.     s:Play()
  191.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-230, 18, 1593)
  192.     end)
  193.    
  194.  
  195. end
  196. coroutine.resume(coroutine.create(SCRIPT_EGPV76_FAKESCRIPT))
  197. function SCRIPT_SOFC84_FAKESCRIPT() -- Heli1.Script
  198.     getfenv().script = Instance.new('Script', Heli1)
  199.  
  200.     Heli1.MouseButton1Click:Connect(function()
  201.     local s = Instance.new ("Sound", workspace)
  202.     s.SoundId = 'rbxassetid://177266782'
  203.     s.Volume = 0.4
  204.     s:Play()
  205.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1177, 58, -1585)
  206.     end)
  207.    
  208.  
  209. end
  210. coroutine.resume(coroutine.create(SCRIPT_SOFC84_FAKESCRIPT))
  211. function SCRIPT_EXFP69_FAKESCRIPT() -- Prison.Script
  212.     getfenv().script = Instance.new('Script', Prison)
  213.  
  214.     Prison.MouseButton1Click:Connect(function()
  215.     local s = Instance.new ("Sound", workspace)
  216.     s.SoundId = 'rbxassetid://177266782'
  217.     s.Volume = 0.4
  218.     s:Play()
  219.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1220, 18, -1761)
  220.     end)
  221.    
  222.  
  223. end
  224. coroutine.resume(coroutine.create(SCRIPT_EXFP69_FAKESCRIPT))
  225. function SCRIPT_RVJM67_FAKESCRIPT() -- Close.Script
  226.     getfenv().script = Instance.new('Script', Close)
  227.  
  228.     Close.MouseButton1Click:Connect(function()
  229.     local s = Instance.new ("Sound", workspace)
  230.     s.SoundId = 'rbxassetid://177266782'
  231.     s.Volume = 0.4
  232.     s:Play()
  233.     jailbreak:Destroy()
  234.     end)
  235.    
  236.  
  237. end
  238. coroutine.resume(coroutine.create(SCRIPT_RVJM67_FAKESCRIPT))
Add Comment
Please, Sign In to add comment