Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.39 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local JailBroken = Instance.new("ScreenGui")
  5. local SettingsUI = Instance.new("Frame")
  6. local Stuff = Instance.new("Frame")
  7. local UI_Hide = Instance.new("TextButton")
  8. local UI_Close = Instance.new("TextButton")
  9. local Credits = Instance.new("TextButton")
  10. local Version = Instance.new("TextButton")
  11. local Status = Instance.new("TextLabel")
  12. local Working = Instance.new("TextLabel")
  13. local JBroken = Instance.new("TextButton")
  14. local Title = Instance.new("TextLabel")
  15. local VehiclesUI = Instance.new("Frame")
  16. local Stuff_2 = Instance.new("Frame")
  17. local Infinite_Nitro = Instance.new("TextButton")
  18. local Rainbow_Car = Instance.new("TextButton")
  19. local Speed_Car = Instance.new("TextButton")
  20. local Fly_Car = Instance.new("TextButton")
  21. local Title_2 = Instance.new("TextLabel")
  22. local ShowUI = Instance.new("TextButton")
  23. local PlayerUI = Instance.new("Frame")
  24. local Title_3 = Instance.new("TextLabel")
  25. local Stuff_3 = Instance.new("Frame")
  26. local Toggle_Gravity = Instance.new("TextButton")
  27. local Remove_Doors = Instance.new("TextButton")
  28. local Remove_Buildings = Instance.new("TextButton")
  29. local Infinite_Ammo = Instance.new("TextButton")
  30. local Godmode = Instance.new("TextButton")
  31. local Arrest = Instance.new("TextButton")
  32. local Remove_Lasers = Instance.new("TextButton")
  33. local TeleportUI = Instance.new("Frame")
  34. local Stuff_4 = Instance.new("Frame")
  35. local ComingSoon = Instance.new("TextButton")
  36. local Title_4 = Instance.new("TextLabel")
  37. --Properties:
  38. JailBroken.Name = "JailBroken"
  39. JailBroken.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40. JailBroken.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  41.  
  42. SettingsUI.Name = "SettingsUI"
  43. SettingsUI.Parent = JailBroken
  44. SettingsUI.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  45. SettingsUI.BackgroundTransparency = 0.5
  46. SettingsUI.BorderSizePixel = 0
  47. SettingsUI.Position = UDim2.new(0.187445089, 0, 0.597423732, 0)
  48. SettingsUI.Size = UDim2.new(0, 189, 0, 24)
  49.  
  50. Stuff.Name = "Stuff"
  51. Stuff.Parent = SettingsUI
  52. Stuff.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  53. Stuff.BackgroundTransparency = 0.5
  54. Stuff.BorderSizePixel = 0
  55. Stuff.Position = UDim2.new(0, 0, 1, 0)
  56. Stuff.Size = UDim2.new(0, 189, 0, 179)
  57.  
  58. UI_Hide.Name = "UI_Hide"
  59. UI_Hide.Parent = Stuff
  60. UI_Hide.BackgroundColor3 = Color3.new(1, 1, 1)
  61. UI_Hide.BackgroundTransparency = 1
  62. UI_Hide.BorderSizePixel = 0
  63. UI_Hide.Size = UDim2.new(0, 189, 0, 25)
  64. UI_Hide.Font = Enum.Font.SourceSansSemibold
  65. UI_Hide.Text = "Hide UI"
  66. UI_Hide.TextColor3 = Color3.new(1, 1, 1)
  67. UI_Hide.TextSize = 20
  68. UI_Hide.TextWrapped = true
  69.  
  70. UI_Close.Name = "UI_Close"
  71. UI_Close.Parent = Stuff
  72. UI_Close.BackgroundColor3 = Color3.new(1, 1, 1)
  73. UI_Close.BackgroundTransparency = 1
  74. UI_Close.BorderSizePixel = 0
  75. UI_Close.Position = UDim2.new(0, 0, 0.407821149, 0)
  76. UI_Close.Size = UDim2.new(0, 189, 0, 25)
  77. UI_Close.Font = Enum.Font.SourceSansSemibold
  78. UI_Close.Text = "Close GUI"
  79. UI_Close.TextColor3 = Color3.new(0.666667, 0, 0)
  80. UI_Close.TextSize = 20
  81. UI_Close.TextWrapped = true
  82.  
  83. Credits.Name = "Credits"
  84. Credits.Parent = Stuff
  85. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  86. Credits.BackgroundTransparency = 1
  87. Credits.BorderSizePixel = 0
  88. Credits.Position = UDim2.new(0, 0, 0.139664799, 0)
  89. Credits.Size = UDim2.new(0, 189, 0, 25)
  90. Credits.Font = Enum.Font.SourceSansSemibold
  91. Credits.Text = "Credits"
  92. Credits.TextColor3 = Color3.new(1, 1, 1)
  93. Credits.TextSize = 20
  94. Credits.TextWrapped = true
  95.  
  96. Version.Name = "Version"
  97. Version.Parent = Stuff
  98. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Version.BackgroundTransparency = 1
  100. Version.BorderSizePixel = 0
  101. Version.Position = UDim2.new(0, 0, 0.279329598, 0)
  102. Version.Size = UDim2.new(0, 189, 0, 25)
  103. Version.Font = Enum.Font.SourceSansSemibold
  104. Version.Text = "Version"
  105. Version.TextColor3 = Color3.new(1, 1, 1)
  106. Version.TextSize = 20
  107. Version.TextWrapped = true
  108.  
  109. Status.Name = "Status"
  110. Status.Parent = Stuff
  111. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Status.BackgroundTransparency = 1
  113. Status.BorderSizePixel = 0
  114. Status.Position = UDim2.new(0, 0, 0.916200936, 0)
  115. Status.Size = UDim2.new(0, 142, 0, 13)
  116. Status.Font = Enum.Font.SourceSans
  117. Status.Text = "Status :"
  118. Status.TextColor3 = Color3.new(1, 1, 1)
  119. Status.TextSize = 14
  120.  
  121. Working.Name = "Working"
  122. Working.Parent = Stuff
  123. Working.BackgroundColor3 = Color3.new(1, 1, 1)
  124. Working.BackgroundTransparency = 1
  125. Working.BorderSizePixel = 0
  126. Working.Position = UDim2.new(0.449735463, 0, 0.916200936, 0)
  127. Working.Size = UDim2.new(0, 63, 0, 13)
  128. Working.Font = Enum.Font.SourceSans
  129. Working.Text = "Working!"
  130. Working.TextColor3 = Color3.new(0, 1, 0)
  131. Working.TextSize = 14
  132.  
  133. JBroken.Name = "JBroken"
  134. JBroken.Parent = Stuff
  135. JBroken.BackgroundColor3 = Color3.new(1, 1, 1)
  136. JBroken.BackgroundTransparency = 1
  137. JBroken.BorderSizePixel = 0
  138. JBroken.Position = UDim2.new(0, 0, 0.765363097, 0)
  139. JBroken.Size = UDim2.new(0, 189, 0, 25)
  140. JBroken.Font = Enum.Font.SourceSansSemibold
  141. JBroken.Text = "JAILBROKEN BETA"
  142. JBroken.TextColor3 = Color3.new(0.666667, 0, 0)
  143. JBroken.TextSize = 20
  144. JBroken.TextWrapped = true
  145.  
  146. Title.Name = "Title"
  147. Title.Parent = SettingsUI
  148. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  149. Title.BackgroundTransparency = 1
  150. Title.BorderSizePixel = 0
  151. Title.Position = UDim2.new(-7.4505806e-09, 0, 0, 0)
  152. Title.Size = UDim2.new(0, 189, 0, 24)
  153. Title.Font = Enum.Font.SourceSansBold
  154. Title.Text = "Settings"
  155. Title.TextColor3 = Color3.new(1, 1, 1)
  156. Title.TextSize = 20
  157.  
  158. VehiclesUI.Name = "VehiclesUI"
  159. VehiclesUI.Parent = JailBroken
  160. VehiclesUI.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  161. VehiclesUI.BackgroundTransparency = 0.5
  162. VehiclesUI.BorderSizePixel = 0
  163. VehiclesUI.Position = UDim2.new(0.476680815, 0, 0.598423719, 0)
  164. VehiclesUI.Size = UDim2.new(0, 189, 0, 24)
  165.  
  166. Stuff_2.Name = "Stuff"
  167. Stuff_2.Parent = VehiclesUI
  168. Stuff_2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  169. Stuff_2.BackgroundTransparency = 0.5
  170. Stuff_2.BorderSizePixel = 0
  171. Stuff_2.Position = UDim2.new(0, 0, 1, 0)
  172. Stuff_2.Size = UDim2.new(0, 189, 0, 179)
  173.  
  174. Infinite_Nitro.Name = "Infinite_Nitro"
  175. Infinite_Nitro.Parent = Stuff_2
  176. Infinite_Nitro.BackgroundColor3 = Color3.new(1, 1, 1)
  177. Infinite_Nitro.BackgroundTransparency = 1
  178. Infinite_Nitro.BorderSizePixel = 0
  179. Infinite_Nitro.Size = UDim2.new(0, 189, 0, 25)
  180. Infinite_Nitro.Font = Enum.Font.SourceSansSemibold
  181. Infinite_Nitro.Text = "Infinite Nitro"
  182. Infinite_Nitro.TextColor3 = Color3.new(1, 1, 1)
  183. Infinite_Nitro.TextSize = 20
  184. Infinite_Nitro.TextWrapped = true
  185.  
  186. Rainbow_Car.Name = "Rainbow_Car"
  187. Rainbow_Car.Parent = Stuff_2
  188. Rainbow_Car.BackgroundColor3 = Color3.new(1, 1, 1)
  189. Rainbow_Car.BackgroundTransparency = 1
  190. Rainbow_Car.BorderSizePixel = 0
  191. Rainbow_Car.Position = UDim2.new(0, 0, 0.13407822, 0)
  192. Rainbow_Car.Size = UDim2.new(0, 189, 0, 25)
  193. Rainbow_Car.Font = Enum.Font.SourceSansSemibold
  194. Rainbow_Car.Text = "Rainbow Car"
  195. Rainbow_Car.TextColor3 = Color3.new(1, 1, 1)
  196. Rainbow_Car.TextSize = 20
  197. Rainbow_Car.TextWrapped = true
  198.  
  199. Speed_Car.Name = "Speed_Car"
  200. Speed_Car.Parent = Stuff_2
  201. Speed_Car.BackgroundColor3 = Color3.new(1, 1, 1)
  202. Speed_Car.BackgroundTransparency = 1
  203. Speed_Car.BorderSizePixel = 0
  204. Speed_Car.Position = UDim2.new(0, 0, 0.273743033, 0)
  205. Speed_Car.Size = UDim2.new(0, 189, 0, 25)
  206. Speed_Car.Font = Enum.Font.SourceSansSemibold
  207. Speed_Car.Text = "Car Speed"
  208. Speed_Car.TextColor3 = Color3.new(1, 1, 1)
  209. Speed_Car.TextSize = 20
  210. Speed_Car.TextWrapped = true
  211.  
  212. Fly_Car.Name = "Fly_Car"
  213. Fly_Car.Parent = Stuff_2
  214. Fly_Car.BackgroundColor3 = Color3.new(1, 1, 1)
  215. Fly_Car.BackgroundTransparency = 1
  216. Fly_Car.BorderSizePixel = 0
  217. Fly_Car.Position = UDim2.new(0, 0, 0.407821238, 0)
  218. Fly_Car.Size = UDim2.new(0, 189, 0, 25)
  219. Fly_Car.Font = Enum.Font.SourceSansSemibold
  220. Fly_Car.Text = "Car Fly (m)"
  221. Fly_Car.TextColor3 = Color3.new(1, 1, 1)
  222. Fly_Car.TextSize = 20
  223. Fly_Car.TextWrapped = true
  224.  
  225. Title_2.Name = "Title"
  226. Title_2.Parent = VehiclesUI
  227. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  228. Title_2.BackgroundTransparency = 1
  229. Title_2.BorderSizePixel = 0
  230. Title_2.Size = UDim2.new(0, 189, 0, 24)
  231. Title_2.Font = Enum.Font.SourceSansBold
  232. Title_2.Text = "Vehicles"
  233. Title_2.TextColor3 = Color3.new(1, 1, 1)
  234. Title_2.TextSize = 20
  235.  
  236. ShowUI.Name = "ShowUI"
  237. ShowUI.Parent = JailBroken
  238. ShowUI.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  239. ShowUI.BorderSizePixel = 0
  240. ShowUI.Position = UDim2.new(0.0067320643, 0, 0.276356727, 0)
  241. ShowUI.Size = UDim2.new(0, 69, 0, 18)
  242. ShowUI.Visible = false
  243. ShowUI.Font = Enum.Font.SourceSansBold
  244. ShowUI.Text = "JailBroken"
  245. ShowUI.TextColor3 = Color3.new(1, 1, 1)
  246. ShowUI.TextSize = 14
  247.  
  248. PlayerUI.Name = "PlayerUI"
  249. PlayerUI.Parent = JailBroken
  250. PlayerUI.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  251. PlayerUI.BackgroundTransparency = 0.5
  252. PlayerUI.BorderSizePixel = 0
  253. PlayerUI.Position = UDim2.new(0.332357228, 0, 0.598543942, 0)
  254. PlayerUI.Size = UDim2.new(0, 189, 0, 24)
  255.  
  256. Title_3.Name = "Title"
  257. Title_3.Parent = PlayerUI
  258. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  259. Title_3.BackgroundTransparency = 1
  260. Title_3.BorderSizePixel = 0
  261. Title_3.Size = UDim2.new(0, 189, 0, 24)
  262. Title_3.Font = Enum.Font.SourceSansBold
  263. Title_3.Text = "Player"
  264. Title_3.TextColor3 = Color3.new(1, 1, 1)
  265. Title_3.TextSize = 20
  266.  
  267. Stuff_3.Name = "Stuff"
  268. Stuff_3.Parent = PlayerUI
  269. Stuff_3.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  270. Stuff_3.BackgroundTransparency = 0.5
  271. Stuff_3.BorderSizePixel = 0
  272. Stuff_3.Position = UDim2.new(0, 0, 1, 0)
  273. Stuff_3.Size = UDim2.new(0, 189, 0, 179)
  274.  
  275. Toggle_Gravity.Name = "Toggle_Gravity"
  276. Toggle_Gravity.Parent = Stuff_3
  277. Toggle_Gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  278. Toggle_Gravity.BackgroundTransparency = 1
  279. Toggle_Gravity.BorderSizePixel = 0
  280. Toggle_Gravity.Position = UDim2.new(0, 0, 0.134078205, 0)
  281. Toggle_Gravity.Size = UDim2.new(0, 189, 0, 25)
  282. Toggle_Gravity.Font = Enum.Font.SourceSansSemibold
  283. Toggle_Gravity.Text = "Gravity: Off"
  284. Toggle_Gravity.TextColor3 = Color3.new(1, 1, 1)
  285. Toggle_Gravity.TextSize = 20
  286. Toggle_Gravity.TextWrapped = true
  287.  
  288. Remove_Doors.Name = "Remove_Doors"
  289. Remove_Doors.Parent = Stuff_3
  290. Remove_Doors.BackgroundColor3 = Color3.new(1, 1, 1)
  291. Remove_Doors.BackgroundTransparency = 1
  292. Remove_Doors.BorderSizePixel = 0
  293. Remove_Doors.Position = UDim2.new(0, 0, 0.681564212, 0)
  294. Remove_Doors.Size = UDim2.new(0, 189, 0, 25)
  295. Remove_Doors.Font = Enum.Font.SourceSansSemibold
  296. Remove_Doors.Text = "Remove Doors"
  297. Remove_Doors.TextColor3 = Color3.new(1, 1, 1)
  298. Remove_Doors.TextSize = 20
  299. Remove_Doors.TextWrapped = true
  300.  
  301. Remove_Buildings.Name = "Remove_Buildings"
  302. Remove_Buildings.Parent = Stuff_3
  303. Remove_Buildings.BackgroundColor3 = Color3.new(1, 1, 1)
  304. Remove_Buildings.BackgroundTransparency = 1
  305. Remove_Buildings.BorderSizePixel = 0
  306. Remove_Buildings.Position = UDim2.new(0, 0, 0.541899443, 0)
  307. Remove_Buildings.Size = UDim2.new(0, 189, 0, 25)
  308. Remove_Buildings.Font = Enum.Font.SourceSansSemibold
  309. Remove_Buildings.Text = "Remove Buildings"
  310. Remove_Buildings.TextColor3 = Color3.new(1, 1, 1)
  311. Remove_Buildings.TextSize = 20
  312. Remove_Buildings.TextWrapped = true
  313.  
  314. Infinite_Ammo.Name = "Infinite_Ammo"
  315. Infinite_Ammo.Parent = Stuff_3
  316. Infinite_Ammo.BackgroundColor3 = Color3.new(1, 1, 1)
  317. Infinite_Ammo.BackgroundTransparency = 1
  318. Infinite_Ammo.BorderSizePixel = 0
  319. Infinite_Ammo.Position = UDim2.new(0, 0, 0.413407803, 0)
  320. Infinite_Ammo.Size = UDim2.new(0, 189, 0, 25)
  321. Infinite_Ammo.Font = Enum.Font.SourceSansSemibold
  322. Infinite_Ammo.Text = "Infinite Ammo"
  323. Infinite_Ammo.TextColor3 = Color3.new(1, 1, 1)
  324. Infinite_Ammo.TextSize = 20
  325. Infinite_Ammo.TextWrapped = true
  326.  
  327. Godmode.Name = "Godmode"
  328. Godmode.Parent = Stuff_3
  329. Godmode.BackgroundColor3 = Color3.new(1, 1, 1)
  330. Godmode.BackgroundTransparency = 1
  331. Godmode.BorderSizePixel = 0
  332. Godmode.Size = UDim2.new(0, 189, 0, 25)
  333. Godmode.Font = Enum.Font.SourceSansSemibold
  334. Godmode.Text = "Godmode"
  335. Godmode.TextColor3 = Color3.new(1, 1, 1)
  336. Godmode.TextSize = 20
  337. Godmode.TextWrapped = true
  338.  
  339. Arrest.Name = "Arrest"
  340. Arrest.Parent = Stuff_3
  341. Arrest.BackgroundColor3 = Color3.new(1, 1, 1)
  342. Arrest.BackgroundTransparency = 1
  343. Arrest.BorderSizePixel = 0
  344. Arrest.Position = UDim2.new(0, 0, 0.273743004, 0)
  345. Arrest.Size = UDim2.new(0, 189, 0, 25)
  346. Arrest.Font = Enum.Font.SourceSansSemibold
  347. Arrest.Text = "Arrest All"
  348. Arrest.TextColor3 = Color3.new(1, 1, 1)
  349. Arrest.TextSize = 20
  350. Arrest.TextWrapped = true
  351.  
  352. Remove_Lasers.Name = "Remove_Lasers"
  353. Remove_Lasers.Parent = Stuff_3
  354. Remove_Lasers.BackgroundColor3 = Color3.new(1, 1, 1)
  355. Remove_Lasers.BackgroundTransparency = 1
  356. Remove_Lasers.BorderSizePixel = 0
  357. Remove_Lasers.Position = UDim2.new(0, 0, 0.821228981, 0)
  358. Remove_Lasers.Size = UDim2.new(0, 189, 0, 25)
  359. Remove_Lasers.Font = Enum.Font.SourceSansSemibold
  360. Remove_Lasers.Text = "Remove Lasers"
  361. Remove_Lasers.TextColor3 = Color3.new(1, 1, 1)
  362. Remove_Lasers.TextSize = 20
  363. Remove_Lasers.TextWrapped = true
  364.  
  365. TeleportUI.Name = "TeleportUI"
  366. TeleportUI.Parent = JailBroken
  367. TeleportUI.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  368. TeleportUI.BackgroundTransparency = 0.5
  369. TeleportUI.BorderSizePixel = 0
  370. TeleportUI.Position = UDim2.new(0.619912148, 0, 0.598322034, 0)
  371. TeleportUI.Size = UDim2.new(0, 189, 0, 24)
  372.  
  373. Stuff_4.Name = "Stuff"
  374. Stuff_4.Parent = TeleportUI
  375. Stuff_4.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  376. Stuff_4.BackgroundTransparency = 0.5
  377. Stuff_4.BorderSizePixel = 0
  378. Stuff_4.Position = UDim2.new(0, 0, 1, 0)
  379. Stuff_4.Size = UDim2.new(0, 189, 0, 179)
  380.  
  381. ComingSoon.Name = "Coming Soon"
  382. ComingSoon.Parent = Stuff_4
  383. ComingSoon.BackgroundColor3 = Color3.new(1, 1, 1)
  384. ComingSoon.BackgroundTransparency = 1
  385. ComingSoon.BorderSizePixel = 0
  386. ComingSoon.Position = UDim2.new(0, 0, 0.407821238, 0)
  387. ComingSoon.Size = UDim2.new(0, 189, 0, 25)
  388. ComingSoon.Font = Enum.Font.SourceSansSemibold
  389. ComingSoon.Text = "COMING SOON"
  390. ComingSoon.TextColor3 = Color3.new(1, 1, 1)
  391. ComingSoon.TextSize = 20
  392. ComingSoon.TextWrapped = true
  393.  
  394. Title_4.Name = "Title"
  395. Title_4.Parent = TeleportUI
  396. Title_4.BackgroundColor3 = Color3.new(1, 1, 1)
  397. Title_4.BackgroundTransparency = 1
  398. Title_4.BorderSizePixel = 0
  399. Title_4.Position = UDim2.new(0, 0, -0.0416666679, 0)
  400. Title_4.Size = UDim2.new(0, 189, 0, 24)
  401. Title_4.Font = Enum.Font.SourceSansBold
  402. Title_4.Text = "Teleporter"
  403. Title_4.TextColor3 = Color3.new(1, 1, 1)
  404. Title_4.TextSize = 20
  405. -- Scripts:
  406. function SCRIPT_HJEF74_FAKESCRIPT() -- UI_Hide.UIhide
  407. local script = Instance.new('LocalScript')
  408. script.Parent = UI_Hide
  409. local settingsui = script.Parent.Parent.Parent.Parent:WaitForChild("SettingsUI")
  410. local vehiclesui = script.Parent.Parent.Parent.Parent:WaitForChild("VehiclesUI")
  411. local playerui = script.Parent.Parent.Parent.Parent:WaitForChild("PlayerUI")
  412. local teleportui = script.Parent.Parent.Parent.Parent:WaitForChild("TeleportUI")
  413. local open = script.Parent.Parent.Parent.Parent:WaitForChild("ShowUI")
  414.  
  415. script.Parent.MouseButton1Click:Connect(function()
  416.  
  417. settingsui.Visible = false
  418. vehiclesui.Visible = false
  419. playerui.Visible = false
  420. teleportui.Visible = false
  421.  
  422. open.Visible = true
  423.  
  424. end)
  425.  
  426. end
  427. coroutine.resume(coroutine.create(SCRIPT_HJEF74_FAKESCRIPT))
  428. function SCRIPT_FXTZ77_FAKESCRIPT() -- UI_Close.UIclose
  429. local script = Instance.new('LocalScript')
  430. script.Parent = UI_Close
  431. script.Parent.MouseButton1Click:Connect(function()
  432.  
  433. local JBGUI = script.Parent.Parent.Parent.Parent.Parent:WaitForChild("JailBroken")
  434.  
  435. JBGUI:Destroy()
  436.  
  437. end)
  438.  
  439. end
  440. coroutine.resume(coroutine.create(SCRIPT_FXTZ77_FAKESCRIPT))
  441. function SCRIPT_HOGU78_FAKESCRIPT() -- Credits.Credits
  442. local script = Instance.new('LocalScript')
  443. script.Parent = Credits
  444. script.Parent.MouseButton1Click:Connect(function()
  445.  
  446. local function callback(Text)
  447. if Text == "Close" then
  448. print("Made by iCubic")
  449. end
  450. end
  451.  
  452. local NotificationBindable = Instance.new("BindableFunction")
  453. NotificationBindable.OnInvoke = callback
  454.  
  455. game.StarterGui:SetCore("SendNotification", {
  456. Title = "JailBroken Credits";
  457. Text = "Made by iCubic";
  458. Icon = "";
  459. Duration = 10;
  460. Button1 = "Close";
  461. callback = NotificationBindable;
  462. })
  463.  
  464. end)
  465.  
  466. end
  467. coroutine.resume(coroutine.create(SCRIPT_HOGU78_FAKESCRIPT))
  468. function SCRIPT_NDXG79_FAKESCRIPT() -- Version.Version
  469. local script = Instance.new('LocalScript')
  470. script.Parent = Version
  471. script.Parent.MouseButton1Click:Connect(function()
  472.  
  473. local function callback(Text)
  474. if Text == "Close" then
  475. print("JailBroken V0.2")
  476. end
  477. end
  478.  
  479. local NotificationBindable = Instance.new("BindableFunction")
  480. NotificationBindable.OnInvoke = callback
  481.  
  482. game.StarterGui:SetCore("SendNotification", {
  483. Title = "JailBroken BETA";
  484. Text = "V0.2";
  485. Icon = "";
  486. Duration = 10;
  487. Button1 = "Close";
  488. callback = NotificationBindable;
  489. })
  490.  
  491. end)
  492.  
  493. end
  494. coroutine.resume(coroutine.create(SCRIPT_NDXG79_FAKESCRIPT))
  495. function SCRIPT_TSWQ78_FAKESCRIPT() -- Infinite_Nitro.InfNitro
  496. local script = Instance.new('LocalScript')
  497. script.Parent = Infinite_Nitro
  498. script.Parent.MouseButton1Click:Connect(function()
  499.  
  500. local player = game:GetService("Players").LocalPlayer
  501. local playergui = player:WaitForChild("PlayerGui")
  502. local nitro = playergui.MainGui.Nitro
  503. local pguin = playergui.ProductGui.Nitro
  504. local pgui = playergui.ProductGui
  505.  
  506. nitro.Name = "big_oofs"
  507. pguin:Destroy()
  508. local new = Instance.new("Model", pgui)
  509. new.Name = "Nitro" -- now you have infinite nitro :)
  510. print("infinite nitro loaded!")
  511.  
  512. end)
  513.  
  514. end
  515. coroutine.resume(coroutine.create(SCRIPT_TSWQ78_FAKESCRIPT))
  516. function SCRIPT_XHMF66_FAKESCRIPT() -- Rainbow_Car.RainbowCar
  517. local script = Instance.new('LocalScript')
  518. script.Parent = Rainbow_Car
  519. script.Parent.MouseButton1Click:Connect(function()
  520.  
  521. local function callback(Text)
  522. if Text == "Okay" then
  523. print("COMING SOON!")
  524. end
  525. end
  526.  
  527. local NotificationBindable = Instance.new("BindableFunction")
  528. NotificationBindable.OnInvoke = callback
  529.  
  530. game.StarterGui:SetCore("SendNotification", {
  531. Title = "COMING SOON!";
  532. Text = "Rainbow Car Coming Soon!";
  533. Icon = "";
  534. Duration = 5;
  535. Button1 = "Okay";
  536. callback = NotificationBindable;
  537. })
  538.  
  539. end)
  540.  
  541. end
  542. coroutine.resume(coroutine.create(SCRIPT_XHMF66_FAKESCRIPT))
  543. function SCRIPT_WXAK76_FAKESCRIPT() -- Speed_Car.CarSpeed
  544. local script = Instance.new('LocalScript')
  545. script.Parent = Speed_Car
  546. script.Parent.MouseButton1Click:Connect(function()
  547.  
  548. dir = 0
  549. gs = game.GetService
  550. gs(game,"RunService").Heartbeat:connect(function()
  551. for i,v in next,workspace.Vehicles:children() do
  552. if v.Name ~= "Heli" then
  553. if v:FindFirstChild("Engine") then
  554. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  555. if not bf then
  556. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  557. if bf then
  558. bf = bf:Clone()
  559. bf.Parent = v.Engine
  560. bf.Name = "NewForce"
  561. end
  562. end
  563. if bf then
  564. local fa = 1
  565. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  566. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  567. bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
  568. end
  569. end
  570. end
  571. end
  572. end)
  573. val = {
  574. {Enum.KeyCode.W,1};
  575. {Enum.KeyCode.S,-1};
  576. }
  577. uis = gs(game,"UserInputService")
  578. chk = function(k)
  579. for i,v in next,val do
  580. if v[1]==k.KeyCode then
  581. return v[2]
  582. end
  583. end
  584. end
  585. uis.InputBegan:connect(function(k)
  586. dir = chk(k) or dir
  587. end)
  588. uis.InputEnded:connect(function(k)
  589. if chk(k) == dir then
  590. dir = 0
  591. end
  592. end)
  593.  
  594. end)
  595.  
  596. end
  597. coroutine.resume(coroutine.create(SCRIPT_WXAK76_FAKESCRIPT))
  598. function SCRIPT_UBMS90_FAKESCRIPT() -- Fly_Car.CarFly
  599. local script = Instance.new('LocalScript')
  600. script.Parent = Fly_Car
  601. script.Parent.MouseButton1Click:Connect(function()
  602.  
  603. local plr = game:GetService"Players".LocalPlayer
  604. local m = plr:GetMouse()
  605. m.KeyDown:connect(function(k)
  606. if k == "m" then
  607. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  608. wait()
  609. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  610. end
  611. end)
  612.  
  613. end)
  614.  
  615. end
  616. coroutine.resume(coroutine.create(SCRIPT_UBMS90_FAKESCRIPT))
  617. function SCRIPT_EVRB90_FAKESCRIPT() -- ShowUI.Open
  618. local script = Instance.new('LocalScript')
  619. script.Parent = ShowUI
  620. local settingsui = script.Parent.Parent:WaitForChild("SettingsUI")
  621. local vehiclesui = script.Parent.Parent:WaitForChild("VehiclesUI")
  622. local playerui = script.Parent.Parent:WaitForChild("PlayerUI")
  623. local tpui = script.Parent.Parent:WaitForChild("TeleportUI")
  624. local open = script.Parent.Parent:WaitForChild("ShowUI")
  625.  
  626. script.Parent.MouseButton1Click:Connect(function()
  627.  
  628. settingsui.Visible = true
  629. vehiclesui.Visible = true
  630. playerui.Visible = true
  631. tpui.Visible = true
  632.  
  633. open.Visible = false
  634.  
  635. end)
  636.  
  637. end
  638. coroutine.resume(coroutine.create(SCRIPT_EVRB90_FAKESCRIPT))
  639. function SCRIPT_TRFO74_FAKESCRIPT() -- JailBroken.Script_Load
  640. local script = Instance.new('LocalScript')
  641. script.Parent = JailBroken
  642. local function callback(Text)
  643. if Text == "Okay" then
  644. print("Made by iCubic")
  645. end
  646. end
  647.  
  648. local NotificationBindable = Instance.new("BindableFunction")
  649. NotificationBindable.OnInvoke = callback
  650.  
  651. game.StarterGui:SetCore("SendNotification", {
  652. Title = "JailBroken Loaded!";
  653. Text = "Enjoy using the BETA Version!";
  654. Icon = "";
  655. Duration = 5;
  656. Button1 = "Okay";
  657. callback = NotificationBindable;
  658. })
  659.  
  660. end
  661. coroutine.resume(coroutine.create(SCRIPT_TRFO74_FAKESCRIPT))
  662. function SCRIPT_WAOA90_FAKESCRIPT() -- Toggle_Gravity.ToggleGravity
  663. local script = Instance.new('LocalScript')
  664. script.Parent = Toggle_Gravity
  665. script.Parent.MouseButton1Click:Connect(function()
  666.  
  667. if script.Parent.Text == "Gravity: Off" then
  668.  
  669. script.Parent.Text = "Gravity: On"
  670. game:GetService('Workspace').Gravity = 30
  671.  
  672. else
  673.  
  674. script.Parent.Text = "Gravity: Off"
  675. game:GetService('Workspace').Gravity = 196.2
  676.  
  677. end
  678.  
  679. end)
  680.  
  681. end
  682. coroutine.resume(coroutine.create(SCRIPT_WAOA90_FAKESCRIPT))
  683. function SCRIPT_BMUT81_FAKESCRIPT() -- Remove_Doors.NoDoors
  684. local script = Instance.new('LocalScript')
  685. script.Parent = Remove_Doors
  686. script.Parent.MouseButton1Click:Connect(function()
  687.  
  688. game.Workspace.Doors:Destroy()
  689.  
  690. end)
  691.  
  692. end
  693. coroutine.resume(coroutine.create(SCRIPT_BMUT81_FAKESCRIPT))
  694. function SCRIPT_IMCR77_FAKESCRIPT() -- Remove_Buildings.NoBuildings
  695. local script = Instance.new('LocalScript')
  696. script.Parent = Remove_Buildings
  697. script.Parent.MouseButton1Click:Connect(function()
  698.  
  699. game.Workspace.Buildings:Destroy()
  700.  
  701. end)
  702.  
  703. end
  704. coroutine.resume(coroutine.create(SCRIPT_IMCR77_FAKESCRIPT))
  705. function SCRIPT_YEOV78_FAKESCRIPT() -- Infinite_Ammo.InfAmmo
  706. local script = Instance.new('LocalScript')
  707. script.Parent = Infinite_Ammo
  708. script.Parent.MouseButton1Click:Connect(function()
  709.  
  710. game.Players.LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.Name = "Inf"
  711.  
  712. end)
  713.  
  714. end
  715. coroutine.resume(coroutine.create(SCRIPT_YEOV78_FAKESCRIPT))
  716. function SCRIPT_XPQT73_FAKESCRIPT() -- Godmode.Godmode
  717. local script = Instance.new('LocalScript')
  718. script.Parent = Godmode
  719. script.Parent.MouseButton1Click:Connect(function()
  720.  
  721. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetDescendants()) do
  722. if v:IsA'BasePart' then
  723. v.Transparency = 1
  724. end
  725. end
  726.  
  727. end)
  728.  
  729. end
  730. coroutine.resume(coroutine.create(SCRIPT_XPQT73_FAKESCRIPT))
  731. function SCRIPT_HBWF88_FAKESCRIPT() -- Arrest.Arrest
  732. local script = Instance.new('LocalScript')
  733. script.Parent = Arrest
  734. script.Parent.MouseButton1Click:Connect(function()
  735.  
  736. local loc = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  737.  
  738. local list = game:GetService('Teams').Criminal:GetPlayers()
  739.  
  740. wait(0.5)
  741.  
  742. for i,v in pairs(list) do
  743.  
  744. repeat wait()
  745.  
  746. loc.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) until v.Team.Name ~= 'Criminal'
  747. end
  748.  
  749. end)
  750.  
  751. end
  752. coroutine.resume(coroutine.create(SCRIPT_HBWF88_FAKESCRIPT))
  753. function SCRIPT_YAPN81_FAKESCRIPT() -- Remove_Lasers.NoLasers
  754. local script = Instance.new('LocalScript')
  755. script.Parent = Remove_Lasers
  756. script.Parent.MouseButton1Click:Connect(function()
  757.  
  758. game.Workspace.Lasers:Destroy()
  759.  
  760. end)
  761.  
  762. end
  763. coroutine.resume(coroutine.create(SCRIPT_YAPN81_FAKESCRIPT))
  764. function SCRIPT_GDVH83_FAKESCRIPT() -- JailBroken.RainbowScript
  765. local script = Instance.new('LocalScript')
  766. script.Parent = JailBroken
  767. local playerui = script.Parent:WaitForChild("PlayerUI")
  768. local settingsui = script.Parent:WaitForChild("SettingsUI")
  769. local teleportui = script.Parent:WaitForChild("TeleportUI")
  770. local vehiclesui = script.Parent:WaitForChild("VehiclesUI")
  771. local open = script.Parent:WaitForChild("ShowUI")
  772. local jb = script.Parent.SettingsUI.Stuff:WaitForChild("JBroken")
  773.  
  774. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  775.  
  776. counter = 0
  777.  
  778. while wait(0.05)do
  779.  
  780. playerui.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  781. settingsui.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  782. teleportui.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  783. vehiclesui.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  784. open.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  785. jb.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  786.  
  787. counter = counter + 0.01
  788.  
  789. end
  790.  
  791. end
  792. coroutine.resume(coroutine.create(SCRIPT_GDVH83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement