Advertisement
Guest User

JailBroken v0.1 [SERVICE]

a guest
Jun 25th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.46 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 Toggle_RainbowUI = Instance.new("TextButton")
  8. local UI_Hide = Instance.new("TextButton")
  9. local UI_Close = Instance.new("TextButton")
  10. local Credits = Instance.new("TextButton")
  11. local Version = Instance.new("TextButton")
  12. local Title = Instance.new("TextLabel")
  13. local VehiclesUI = Instance.new("Frame")
  14. local Stuff_2 = Instance.new("Frame")
  15. local Title_2 = Instance.new("TextLabel")
  16. local ShowUI = Instance.new("TextButton")
  17. --Properties:
  18. JailBroken.Name = "JailBroken"
  19. JailBroken.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. JailBroken.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. SettingsUI.Name = "SettingsUI"
  23. SettingsUI.Parent = JailBroken
  24. SettingsUI.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  25. SettingsUI.BackgroundTransparency = 0.5
  26. SettingsUI.BorderSizePixel = 0
  27. SettingsUI.Position = UDim2.new(1, 0, 1, 0)
  28. SettingsUI.Size = UDim2.new(0, 189, 0, 24)
  29.  
  30. Stuff.Name = "Stuff"
  31. Stuff.Parent = SettingsUI
  32. Stuff.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  33. Stuff.BackgroundTransparency = 0.5
  34. Stuff.BorderSizePixel = 0
  35. Stuff.Position = UDim2.new(0, 0, 1, 0)
  36. Stuff.Size = UDim2.new(0, 189, 0, 179)
  37.  
  38. Toggle_RainbowUI.Name = "Toggle_RainbowUI"
  39. Toggle_RainbowUI.Parent = Stuff
  40. Toggle_RainbowUI.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Toggle_RainbowUI.BackgroundTransparency = 1
  42. Toggle_RainbowUI.BorderSizePixel = 0
  43. Toggle_RainbowUI.Position = UDim2.new(0, 0, 0.430167556, 0)
  44. Toggle_RainbowUI.Size = UDim2.new(0, 189, 0, 25)
  45. Toggle_RainbowUI.Font = Enum.Font.SourceSansSemibold
  46. Toggle_RainbowUI.Text = "Rainbow UI: On"
  47. Toggle_RainbowUI.TextColor3 = Color3.new(0.666667, 0, 0)
  48. Toggle_RainbowUI.TextSize = 20
  49. Toggle_RainbowUI.TextWrapped = true
  50.  
  51. UI_Hide.Name = "UI_Hide"
  52. UI_Hide.Parent = Stuff
  53. UI_Hide.BackgroundColor3 = Color3.new(1, 1, 1)
  54. UI_Hide.BackgroundTransparency = 1
  55. UI_Hide.BorderSizePixel = 0
  56. UI_Hide.Size = UDim2.new(0, 189, 0, 25)
  57. UI_Hide.Font = Enum.Font.SourceSansSemibold
  58. UI_Hide.Text = "Hide UI"
  59. UI_Hide.TextColor3 = Color3.new(1, 1, 1)
  60. UI_Hide.TextSize = 20
  61. UI_Hide.TextWrapped = true
  62.  
  63. UI_Close.Name = "UI_Close"
  64. UI_Close.Parent = Stuff
  65. UI_Close.BackgroundColor3 = Color3.new(1, 1, 1)
  66. UI_Close.BackgroundTransparency = 1
  67. UI_Close.BorderSizePixel = 0
  68. UI_Close.Position = UDim2.new(0, 0, 0.860335171, 0)
  69. UI_Close.Size = UDim2.new(0, 189, 0, 25)
  70. UI_Close.Font = Enum.Font.SourceSansSemibold
  71. UI_Close.Text = "Close GUI"
  72. UI_Close.TextColor3 = Color3.new(0.666667, 0, 0)
  73. UI_Close.TextSize = 20
  74. UI_Close.TextWrapped = true
  75.  
  76. Credits.Name = "Credits"
  77. Credits.Parent = Stuff
  78. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  79. Credits.BackgroundTransparency = 1
  80. Credits.BorderSizePixel = 0
  81. Credits.Position = UDim2.new(0, 0, 0.139664799, 0)
  82. Credits.Size = UDim2.new(0, 189, 0, 25)
  83. Credits.Font = Enum.Font.SourceSansSemibold
  84. Credits.Text = "Credits"
  85. Credits.TextColor3 = Color3.new(1, 1, 1)
  86. Credits.TextSize = 20
  87. Credits.TextWrapped = true
  88.  
  89. Version.Name = "Version"
  90. Version.Parent = Stuff
  91. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  92. Version.BackgroundTransparency = 1
  93. Version.BorderSizePixel = 0
  94. Version.Position = UDim2.new(0, 0, 0.279329598, 0)
  95. Version.Size = UDim2.new(0, 189, 0, 25)
  96. Version.Font = Enum.Font.SourceSansSemibold
  97. Version.Text = "Version"
  98. Version.TextColor3 = Color3.new(1, 1, 1)
  99. Version.TextSize = 20
  100. Version.TextWrapped = true
  101.  
  102. Title.Name = "Title"
  103. Title.Parent = SettingsUI
  104. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  105. Title.BackgroundTransparency = 1
  106. Title.BorderSizePixel = 0
  107. Title.Size = UDim2.new(0, 189, 0, 24)
  108. Title.Font = Enum.Font.SourceSansBold
  109. Title.Text = "Settings"
  110. Title.TextColor3 = Color3.new(1, 1, 1)
  111. Title.TextSize = 20
  112.  
  113. VehiclesUI.Name = "VehiclesUI"
  114. VehiclesUI.Parent = JailBroken
  115. VehiclesUI.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  116. VehiclesUI.BackgroundTransparency = 0.5
  117. VehiclesUI.BorderSizePixel = 0
  118. VehiclesUI.Position = UDim2.new(1, 0, 1, 0)
  119. VehiclesUI.Size = UDim2.new(0, 189, 0, 24)
  120.  
  121. Stuff_2.Name = "Stuff"
  122. Stuff_2.Parent = VehiclesUI
  123. Stuff_2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  124. Stuff_2.BackgroundTransparency = 0.5
  125. Stuff_2.BorderSizePixel = 0
  126. Stuff_2.Position = UDim2.new(0, 0, 1, 0)
  127. Stuff_2.Size = UDim2.new(0, 189, 0, 179)
  128.  
  129. Title_2.Name = "Title"
  130. Title_2.Parent = VehiclesUI
  131. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Title_2.BackgroundTransparency = 1
  133. Title_2.BorderSizePixel = 0
  134. Title_2.Size = UDim2.new(0, 189, 0, 24)
  135. Title_2.Font = Enum.Font.SourceSansBold
  136. Title_2.Text = "Vehicles"
  137. Title_2.TextColor3 = Color3.new(1, 1, 1)
  138. Title_2.TextSize = 20
  139.  
  140. ShowUI.Name = "ShowUI"
  141. ShowUI.Parent = JailBroken
  142. ShowUI.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  143. ShowUI.BorderSizePixel = 0
  144. ShowUI.Position = UDim2.new(0.00585657125, 0, 0.414115727, 0)
  145. ShowUI.Size = UDim2.new(0, 69, 0, 18)
  146. ShowUI.Visible = false
  147. ShowUI.Font = Enum.Font.SourceSansBold
  148. ShowUI.Text = "Show UI"
  149. ShowUI.TextColor3 = Color3.new(1, 1, 1)
  150. ShowUI.TextSize = 14
  151. -- Scripts:
  152. function SCRIPT_AUIU73_FAKESCRIPT() -- Toggle_RainbowUI.RainbowToggled
  153. local script = Instance.new('LocalScript')
  154. script.Parent = Toggle_RainbowUI
  155. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  156.  
  157. counter = 0
  158.  
  159. while wait(0.01)do
  160. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  161.  
  162. counter = counter + 0.01
  163. end
  164.  
  165. end
  166. coroutine.resume(coroutine.create(SCRIPT_AUIU73_FAKESCRIPT))
  167. function SCRIPT_CIUI69_FAKESCRIPT() -- Toggle_RainbowUI.Toggle
  168. local script = Instance.new('LocalScript')
  169. script.Parent = Toggle_RainbowUI
  170. local rainbowtext = script.Parent:WaitForChild("RainbowToggled")
  171. local settingsui = script.Parent.Parent.Parent:WaitForChild("RainbowUI")
  172. local vehiclesui = script.Parent.Parent.Parent.Parent.VehiclesUI:WaitForChild("RainbowUI")
  173.  
  174. script.Parent.MouseButton1Click:Connect(function()
  175.  
  176. if settingsui.Disabled == false then
  177.  
  178. settingsui.Disabled = true
  179. rainbowtext.Disabled = true
  180. vehiclesui.Disabled = true
  181.  
  182. script.Parent.Text = "Rainbow UI: Off"
  183.  
  184. else
  185.  
  186. settingsui.Disabled = false
  187. rainbowtext.Disabled = false
  188. vehiclesui.Disabled = false
  189.  
  190. script.Parent.Text = "Rainbow UI: On"
  191.  
  192. end
  193.  
  194. end)
  195.  
  196.  
  197. end
  198. coroutine.resume(coroutine.create(SCRIPT_CIUI69_FAKESCRIPT))
  199. function SCRIPT_YSTH83_FAKESCRIPT() -- UI_Hide.LocalScript
  200. local script = Instance.new('LocalScript')
  201. script.Parent = UI_Hide
  202. local settingsui = script.Parent.Parent.Parent.Parent:WaitForChild("SettingsUI")
  203. local vehiclesui = script.Parent.Parent.Parent.Parent:WaitForChild("VehiclesUI")
  204. local open = script.Parent.Parent.Parent.Parent:WaitForChild("ShowUI")
  205.  
  206. script.Parent.MouseButton1Click:Connect(function()
  207.  
  208. settingsui.Visible = false
  209. vehiclesui.Visible = false
  210.  
  211. open.Visible = true
  212.  
  213. end)
  214.  
  215. end
  216. coroutine.resume(coroutine.create(SCRIPT_YSTH83_FAKESCRIPT))
  217. function SCRIPT_CEWF66_FAKESCRIPT() -- UI_Close.LocalScript
  218. local script = Instance.new('LocalScript')
  219. script.Parent = UI_Close
  220. local gui = script.Parent.Parent.Parent.Parent.Parent.JailBroken
  221.  
  222. script.Parent.MouseButton1Click:Connect(function()
  223.  
  224. gui:Destroy()
  225.  
  226. end)
  227.  
  228. end
  229. coroutine.resume(coroutine.create(SCRIPT_CEWF66_FAKESCRIPT))
  230. function SCRIPT_KWTQ77_FAKESCRIPT() -- Credits.LocalScript
  231. local script = Instance.new('LocalScript')
  232. script.Parent = Credits
  233. script.Parent.MouseButton1Click:Connect(function()
  234.  
  235. local function callback(Text)
  236. if Text == "Close" then
  237. print("Made by iCubic")
  238. end
  239. end
  240.  
  241. local NotificationBindable = Instance.new("BindableFunction")
  242. NotificationBindable.OnInvoke = callback
  243.  
  244. game.StarterGui:SetCore("SendNotification", {
  245. Title = "JailBroken Credits";
  246. Text = "Made by iCubic";
  247. Icon = "";
  248. Duration = 10;
  249. Button1 = "Close";
  250. callback = NotificationBindable;
  251. })
  252.  
  253. end)
  254.  
  255. end
  256. coroutine.resume(coroutine.create(SCRIPT_KWTQ77_FAKESCRIPT))
  257. function SCRIPT_JEXT76_FAKESCRIPT() -- Version.LocalScript
  258. local script = Instance.new('LocalScript')
  259. script.Parent = Version
  260. script.Parent.MouseButton1Click:Connect(function()
  261.  
  262. local function callback(Text)
  263. if Text == "Close" then
  264. print("JailBroken V0.1")
  265. end
  266. end
  267.  
  268. local NotificationBindable = Instance.new("BindableFunction")
  269. NotificationBindable.OnInvoke = callback
  270.  
  271. game.StarterGui:SetCore("SendNotification", {
  272. Title = "JailBroken BETA";
  273. Text = "V0.1";
  274. Icon = "";
  275. Duration = 10;
  276. Button1 = "Close";
  277. callback = NotificationBindable;
  278. })
  279.  
  280. end)
  281.  
  282. end
  283. coroutine.resume(coroutine.create(SCRIPT_JEXT76_FAKESCRIPT))
  284. function SCRIPT_SMSF79_FAKESCRIPT() -- SettingsUI.RainbowUI
  285. local script = Instance.new('LocalScript')
  286. script.Parent = SettingsUI
  287. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  288.  
  289. counter = 0
  290.  
  291. while wait(0.01)do
  292. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  293.  
  294. counter = counter + 0.01
  295. end
  296.  
  297. end
  298. coroutine.resume(coroutine.create(SCRIPT_SMSF79_FAKESCRIPT))
  299. function SCRIPT_AHFX71_FAKESCRIPT() -- VehiclesUI.RainbowUI
  300. local script = Instance.new('LocalScript')
  301. script.Parent = VehiclesUI
  302. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  303.  
  304. counter = 0
  305.  
  306. while wait(0.01)do
  307. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  308.  
  309. counter = counter + 0.01
  310. end
  311.  
  312. end
  313. coroutine.resume(coroutine.create(SCRIPT_AHFX71_FAKESCRIPT))
  314. function SCRIPT_VFKY86_FAKESCRIPT() -- JailBroken.Script_Load
  315. local script = Instance.new('LocalScript')
  316. script.Parent = JailBroken
  317. local function callback(Text)
  318. if Text == "Close" then
  319. print("Made by iCubic")
  320. end
  321. end
  322.  
  323. local NotificationBindable = Instance.new("BindableFunction")
  324. NotificationBindable.OnInvoke = callback
  325.  
  326. game.StarterGui:SetCore("SendNotification", {
  327. Title = "JailBroken Loaded!";
  328. Text = "Enjoy using JailBroken!";
  329. Icon = "";
  330. Duration = 5;
  331. Button1 = "Close";
  332. callback = NotificationBindable;
  333. })
  334.  
  335. end
  336. coroutine.resume(coroutine.create(SCRIPT_VFKY86_FAKESCRIPT))
  337. function SCRIPT_TLMU90_FAKESCRIPT() -- ShowUI.RainbowUI
  338. local script = Instance.new('LocalScript')
  339. script.Parent = ShowUI
  340. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  341.  
  342. counter = 0
  343.  
  344. while wait(0.01)do
  345. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  346.  
  347. counter = counter + 0.01
  348. end
  349.  
  350. end
  351. coroutine.resume(coroutine.create(SCRIPT_TLMU90_FAKESCRIPT))
  352. function SCRIPT_WPWW82_FAKESCRIPT() -- ShowUI.Open
  353. local script = Instance.new('LocalScript')
  354. script.Parent = ShowUI
  355. local settingsui = script.Parent.Parent:WaitForChild("SettingsUI")
  356. local vehiclesui = script.Parent.Parent:WaitForChild("VehiclesUI")
  357. local open = script.Parent.Parent:WaitForChild("ShowUI")
  358.  
  359. script.Parent.MouseButton1Click:Connect(function()
  360.  
  361. settingsui.Visible = true
  362. vehiclesui.Visible = true
  363.  
  364. open.Visible = false
  365.  
  366. end)
  367.  
  368. end
  369. coroutine.resume(coroutine.create(SCRIPT_WPWW82_FAKESCRIPT))
  370. function SCRIPT_ZXHY86_FAKESCRIPT() -- JailBroken.FrameTween
  371. local script = Instance.new('LocalScript')
  372. script.Parent = JailBroken
  373. local settingsui = script.Parent:WaitForChild("SettingsUI")
  374. local vehiclesui = script.Parent:WaitForChild("VehiclesUI")
  375.  
  376. settingsui:TweenPosition(UDim2.new(0.175, 0, 0.572, 0), "Out", "Bounce")
  377. vehiclesui:TweenPosition(UDim2.new(0.331, 0, 0.573, 0), "Out", "Bounce")
  378.  
  379. end
  380. coroutine.resume(coroutine.create(SCRIPT_ZXHY86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement