Advertisement
Gamer2511

Jailbreak GUI

Jul 30th, 2019
740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.08 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Mainframe = Instance.new("Frame")
  6. local Drag = Instance.new("Frame")
  7. local btnmainclose = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local btnlocal = Instance.new("TextButton")
  10. local btncar = Instance.new("TextButton")
  11. local btnother = Instance.new("TextButton")
  12. local LocalFrame = Instance.new("Frame")
  13. local Drag_2 = Instance.new("Frame")
  14. local btnlocalclose = Instance.new("TextButton")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local btnitemgiver = Instance.new("TextButton")
  17. local btnaltdelete = Instance.new("TextButton")
  18. local CarFrame = Instance.new("Frame")
  19. local Drag_3 = Instance.new("Frame")
  20. local btncarclose = Instance.new("TextButton")
  21. local TextLabel_3 = Instance.new("TextLabel")
  22. local btnitro = Instance.new("TextButton")
  23. local btngarage = Instance.new("TextButton")
  24. local btncarflight = Instance.new("TextButton")
  25. local OtherFrame = Instance.new("Frame")
  26. local Drag_4 = Instance.new("Frame")
  27. local btnotherclose = Instance.new("TextButton")
  28. local TextLabel_4 = Instance.new("TextLabel")
  29. local framemini = Instance.new("Frame")
  30. local btnopen = Instance.new("TextButton")
  31. --Properties:
  32. ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  33. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34.  
  35. Mainframe.Name = "Mainframe"
  36. Mainframe.Parent = ScreenGui
  37. Mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Mainframe.Position = UDim2.new(0.387943238, 0, 0.300370842, 0)
  39. Mainframe.Size = UDim2.new(0, 315, 0, 322)
  40. Mainframe.Draggable = true
  41. Mainframe.Active = true
  42. Mainframe.Selectable = true
  43.  
  44. Drag.Name = "Drag"
  45. Drag.Parent = Mainframe
  46. Drag.BackgroundColor3 = Color3.new(1, 0, 0)
  47. Drag.BorderSizePixel = 0
  48. Drag.Size = UDim2.new(0, 315, 0, 37)
  49.  
  50. btnmainclose.Name = "btnmainclose"
  51. btnmainclose.Parent = Drag
  52. btnmainclose.BackgroundColor3 = Color3.new(1, 0, 0)
  53. btnmainclose.BorderSizePixel = 0
  54. btnmainclose.Position = UDim2.new(0.88253969, 0, 0, 0)
  55. btnmainclose.Size = UDim2.new(0, 37, 0, 37)
  56. btnmainclose.Font = Enum.Font.SourceSans
  57. btnmainclose.Text = "X"
  58. btnmainclose.TextColor3 = Color3.new(1, 1, 1)
  59. btnmainclose.TextScaled = true
  60. btnmainclose.TextSize = 14
  61. btnmainclose.TextWrapped = true
  62. btnmainclose.MouseButton1Down:connect(function()
  63.     OtherFrame.Visible = false
  64.     CarFrame.Visible = false
  65.     LocalFrame.Visible = false
  66.     framemini.Visible = true
  67.     Mainframe.Visible = false
  68. end)
  69.  
  70. TextLabel.Parent = Drag
  71. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  72. TextLabel.BorderSizePixel = 0
  73. TextLabel.Size = UDim2.new(0, 278, 0, 37)
  74. TextLabel.Font = Enum.Font.SourceSans
  75. TextLabel.Text = "GIW | Jailbreak GUI"
  76. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  77. TextLabel.TextScaled = true
  78. TextLabel.TextSize = 14
  79. TextLabel.TextWrapped = true
  80.  
  81. btnlocal.Name = "btnlocal"
  82. btnlocal.Parent = Mainframe
  83. btnlocal.BackgroundColor3 = Color3.new(1, 0, 0)
  84. btnlocal.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  85. btnlocal.BorderSizePixel = 0
  86. btnlocal.Position = UDim2.new(0.0222222246, 0, 0.142857149, 0)
  87. btnlocal.Size = UDim2.new(0, 94, 0, 36)
  88. btnlocal.Font = Enum.Font.SourceSans
  89. btnlocal.Text = "Local"
  90. btnlocal.TextColor3 = Color3.new(1, 1, 1)
  91. btnlocal.TextScaled = true
  92. btnlocal.TextSize = 14
  93. btnlocal.TextWrapped = true
  94. btnlocal.MouseButton1Down:connect(function()
  95.     LocalFrame.Visible = true
  96. end)
  97.  
  98. btncar.Name = "btncar"
  99. btncar.Parent = Mainframe
  100. btncar.BackgroundColor3 = Color3.new(1, 0, 0)
  101. btncar.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  102. btncar.BorderSizePixel = 0
  103. btncar.Position = UDim2.new(0.349206358, 0, 0.142857134, 0)
  104. btncar.Size = UDim2.new(0, 94, 0, 36)
  105. btncar.Font = Enum.Font.SourceSans
  106. btncar.Text = "Car"
  107. btncar.TextColor3 = Color3.new(1, 1, 1)
  108. btncar.TextScaled = true
  109. btncar.TextSize = 14
  110. btncar.TextWrapped = true
  111. btncar.MouseButton1Down:connect(function()
  112.     CarFrame.Visible = true
  113. end)
  114.  
  115. btnother.Parent = Mainframe
  116. btnother.BackgroundColor3 = Color3.new(1, 0, 0)
  117. btnother.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  118. btnother.BorderSizePixel = 0
  119. btnother.Position = UDim2.new(0.679365098, 0, 0.142857164, 0)
  120. btnother.Size = UDim2.new(0, 94, 0, 36)
  121. btnother.Font = Enum.Font.SourceSans
  122. btnother.Text = "Other"
  123. btnother.TextColor3 = Color3.new(1, 1, 1)
  124. btnother.TextScaled = true
  125. btnother.TextSize = 14
  126. btnother.TextWrapped = true
  127. btnother.MouseButton1Down:connect(function()
  128.     OtherFrame.Visible = true
  129. end)
  130.  
  131. LocalFrame.Name = "LocalFrame"
  132. LocalFrame.Parent = ScreenGui
  133. LocalFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  134. LocalFrame.Position = UDim2.new(0.154609919, 0, 0.300370842, 0)
  135. LocalFrame.Size = UDim2.new(0, 315, 0, 322)
  136. LocalFrame.Visible = false
  137. LocalFrame.Draggable = true
  138. LocalFrame.Active = true
  139. LocalFrame.Selectable = true
  140.  
  141. Drag_2.Name = "Drag"
  142. Drag_2.Parent = LocalFrame
  143. Drag_2.BackgroundColor3 = Color3.new(1, 0, 0)
  144. Drag_2.BorderSizePixel = 0
  145. Drag_2.Size = UDim2.new(0, 315, 0, 37)
  146.  
  147. btnlocalclose.Name = "btnlocalclose"
  148. btnlocalclose.Parent = Drag_2
  149. btnlocalclose.BackgroundColor3 = Color3.new(1, 0, 0)
  150. btnlocalclose.BorderSizePixel = 0
  151. btnlocalclose.Position = UDim2.new(0.88253969, 0, 0, 0)
  152. btnlocalclose.Size = UDim2.new(0, 37, 0, 37)
  153. btnlocalclose.Font = Enum.Font.SourceSans
  154. btnlocalclose.Text = "X"
  155. btnlocalclose.TextColor3 = Color3.new(1, 1, 1)
  156. btnlocalclose.TextScaled = true
  157. btnlocalclose.TextSize = 14
  158. btnlocalclose.TextWrapped = true
  159. btnlocalclose.MouseButton1Down:connect(function()
  160.     LocalFrame.Visible = false
  161. end)
  162.  
  163. TextLabel_2.Parent = Drag_2
  164. TextLabel_2.BackgroundColor3 = Color3.new(1, 0, 0)
  165. TextLabel_2.BorderSizePixel = 0
  166. TextLabel_2.Size = UDim2.new(0, 278, 0, 37)
  167. TextLabel_2.Font = Enum.Font.SourceSans
  168. TextLabel_2.Text = "GIW  | Local"
  169. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  170. TextLabel_2.TextScaled = true
  171. TextLabel_2.TextSize = 14
  172. TextLabel_2.TextWrapped = true
  173.  
  174. btnitemgiver.Name = "btnitemgiver"
  175. btnitemgiver.Parent = LocalFrame
  176. btnitemgiver.BackgroundColor3 = Color3.new(1, 0, 0)
  177. btnitemgiver.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  178. btnitemgiver.BorderSizePixel = 0
  179. btnitemgiver.Position = UDim2.new(0.0222222246, 0, 0.142857149, 0)
  180. btnitemgiver.Size = UDim2.new(0, 94, 0, 36)
  181. btnitemgiver.Font = Enum.Font.SourceSans
  182. btnitemgiver.Text = "Item Giver"
  183. btnitemgiver.TextColor3 = Color3.new(1, 1, 1)
  184. btnitemgiver.TextScaled = true
  185. btnitemgiver.TextSize = 14
  186. btnitemgiver.TextWrapped = true
  187. btnitemgiver.MouseButton1Down:connect(function()
  188. local plr = game:GetService("Players").LocalPlayer
  189. local Giver = nil
  190. if not workspace:FindFirstChild("Givers") then return end
  191.     if Giver then
  192.         for i,v in pairs(Giver) do
  193.             v.ClickDetector.Parent = v.OriginalParent
  194.             v.Event:Disconnect()
  195.         end
  196.         getmetatable(Giver):Destroy()
  197.     end
  198.     Giver = {}
  199.     local g = Giver
  200.     local p = Instance.new("Part", workspace)
  201.     p.Anchored = true
  202.     p.CanCollide = false
  203.     p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  204.     setmetatable(Giver, {__metatable = p})
  205.     for i,v in pairs(workspace.Givers:GetChildren()) do
  206.         local cd = v:FindFirstChildOfClass"ClickDetector"
  207.         if cd then
  208.             local newt = {}
  209.             newt.ClickDetector = cd
  210.             newt.OriginalParent = v
  211.             cd.Parent = p
  212.             newt.Event = cd.MouseClick:connect(function()
  213.                 cd.Parent = v
  214.             end)
  215.             table.insert(Giver, newt)
  216.         end
  217.     end
  218.     spawn(function()
  219.         wait(10)
  220.         if Giver == g then
  221.             Giver = nil
  222.             for i,v in pairs(g) do
  223.                 v.ClickDetector.Parent = v.OriginalParent
  224.                 v.Event:Disconnect()
  225.             end
  226.             getmetatable(g):Destroy()
  227.         end
  228.     end)
  229. end)
  230.  
  231. CarFrame.Name = "CarFrame"
  232. CarFrame.Parent = ScreenGui
  233. CarFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  234. CarFrame.Position = UDim2.new(0.619858146, 0, 0.300370842, 0)
  235. CarFrame.Size = UDim2.new(0, 315, 0, 322)
  236. CarFrame.Visible = false
  237. CarFrame.Draggable = true
  238. CarFrame.Active = true
  239. CarFrame.Selectable = true
  240.  
  241. Drag_3.Name = "Drag"
  242. Drag_3.Parent = CarFrame
  243. Drag_3.BackgroundColor3 = Color3.new(1, 0, 0)
  244. Drag_3.BorderSizePixel = 0
  245. Drag_3.Size = UDim2.new(0, 315, 0, 37)
  246.  
  247. btncarclose.Name = "btncarclose"
  248. btncarclose.Parent = Drag_3
  249. btncarclose.BackgroundColor3 = Color3.new(1, 0, 0)
  250. btncarclose.BorderSizePixel = 0
  251. btncarclose.Position = UDim2.new(0.88253969, 0, 0, 0)
  252. btncarclose.Size = UDim2.new(0, 37, 0, 37)
  253. btncarclose.Font = Enum.Font.SourceSans
  254. btncarclose.Text = "X"
  255. btncarclose.TextColor3 = Color3.new(1, 1, 1)
  256. btncarclose.TextScaled = true
  257. btncarclose.TextSize = 14
  258. btncarclose.TextWrapped = true
  259. btncarclose.MouseButton1Down:connect(function()
  260.     CarFrame.Visible = false
  261. end)
  262.  
  263. TextLabel_3.Parent = Drag_3
  264. TextLabel_3.BackgroundColor3 = Color3.new(1, 0, 0)
  265. TextLabel_3.BorderSizePixel = 0
  266. TextLabel_3.Size = UDim2.new(0, 278, 0, 37)
  267. TextLabel_3.Font = Enum.Font.SourceSans
  268. TextLabel_3.Text = "GIW | Car"
  269. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  270. TextLabel_3.TextScaled = true
  271. TextLabel_3.TextSize = 14
  272. TextLabel_3.TextWrapped = true
  273.  
  274. btnitro.Name = "btnitro"
  275. btnitro.Parent = CarFrame
  276. btnitro.BackgroundColor3 = Color3.new(1, 0, 0)
  277. btnitro.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  278. btnitro.BorderSizePixel = 0
  279. btnitro.Position = UDim2.new(0.018709898, 0, 0.138419509, 0)
  280. btnitro.Size = UDim2.new(0, 94, 0, 36)
  281. btnitro.Font = Enum.Font.SourceSans
  282. btnitro.Text = "Infinite Nitro"
  283. btnitro.TextColor3 = Color3.new(1, 1, 1)
  284. btnitro.TextScaled = true
  285. btnitro.TextSize = 14
  286. btnitro.TextWrapped = true
  287. btnitro.MouseButton1Down:connect(function()
  288.     local player = game:GetService("Players").LocalPlayer
  289.     local playergui = player:WaitForChild("PlayerGui")
  290.     local nitro = playergui.MainGui.Nitro
  291.     local pguin = playergui.ProductGui.Nitro
  292.     local pgui = playergui.ProductGui
  293.     nitro.Name = "big_oofs"
  294.     pguin:Destroy()
  295.     local new = Instance.new("Model", pgui)
  296.     new.Name = "Nitro" -- now you have infinite nitro :)
  297.     print("infinite nitro loaded | credits to Peep and Nataski.")
  298. end)
  299.  
  300. btngarage.Name = "btngarage"
  301. btngarage.Parent = CarFrame
  302. btngarage.BackgroundColor3 = Color3.new(1, 0, 0)
  303. btngarage.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  304. btngarage.BorderSizePixel = 0
  305. btngarage.Position = UDim2.new(0.348868638, 0, 0.138419509, 0)
  306. btngarage.Size = UDim2.new(0, 94, 0, 36)
  307. btngarage.Font = Enum.Font.SourceSans
  308. btngarage.Text = "Pocket Garage"
  309. btngarage.TextColor3 = Color3.new(1, 1, 1)
  310. btngarage.TextScaled = true
  311. btngarage.TextSize = 14
  312. btngarage.TextWrapped = true
  313. btngarage.MouseButton1Down:connect(function()
  314.     for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Garage:GetChildren()) do
  315.     if v.Name ~= "Buttons" and v.Name ~= "ExitGarage" then
  316.     v.Visible = false
  317.     end
  318.     end
  319.  
  320.     if game:GetService("Players").LocalPlayer.PlayerGui.Garage.Buttons.Visible == false then
  321.     game:GetService("Players").LocalPlayer.PlayerGui.Garage.Buttons.Visible = true
  322.     game:GetService("Players").LocalPlayer.PlayerGui.Garage.ExitGarage.Visible = true
  323.     game:GetService("Players").LocalPlayer.PlayerGui.Garage.Frame.Visible = false
  324.     else
  325.     game:GetService("Players").LocalPlayer.PlayerGui.Garage.Buttons.Visible = false
  326.     game:GetService("Players").LocalPlayer.PlayerGui.Garage.ExitGarage.Visible = false
  327.     end
  328. end)
  329.  
  330. btncarflight.Name = "btncarflight"
  331. btncarflight.Parent = CarFrame
  332. btncarflight.BackgroundColor3 = Color3.new(1, 0, 0)
  333. btncarflight.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  334. btncarflight.BorderSizePixel = 0
  335. btncarflight.Position = UDim2.new(0.66950357, 0, 0.141525105, 0)
  336. btncarflight.Size = UDim2.new(0, 94, 0, 36)
  337. btncarflight.Font = Enum.Font.SourceSans
  338. btncarflight.Text = "Car Flight"
  339. btncarflight.TextColor3 = Color3.new(1, 1, 1)
  340. btncarflight.TextScaled = true
  341. btncarflight.TextSize = 14
  342. btncarflight.TextWrapped = true
  343. btncarflight.MouseButton1Down:connect(function()
  344.     local plr = game:GetService"Players".LocalPlayer
  345.     local m = plr:GetMouse()
  346.     m.KeyDown:connect(function(k)
  347.     if k == "m" then
  348.     game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  349.     wait()
  350.     game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  351.     end
  352.     end)
  353.  
  354. end)
  355.  
  356. OtherFrame.Name = "OtherFrame"
  357. OtherFrame.Parent = ScreenGui
  358. OtherFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  359. OtherFrame.Position = UDim2.new(0.00283682346, 0, 0.601977825, 0)
  360. OtherFrame.Size = UDim2.new(0, 315, 0, 322)
  361. OtherFrame.Visible = false
  362. OtherFrame.Draggable = true
  363. OtherFrame.Active = true
  364. OtherFrame.Selectable = true
  365.  
  366. Drag_4.Name = "Drag"
  367. Drag_4.Parent = OtherFrame
  368. Drag_4.BackgroundColor3 = Color3.new(1, 0, 0)
  369. Drag_4.BorderSizePixel = 0
  370. Drag_4.Size = UDim2.new(0, 315, 0, 37)
  371.  
  372. btnotherclose.Name = "btnotherclose"
  373. btnotherclose.Parent = Drag_4
  374. btnotherclose.BackgroundColor3 = Color3.new(1, 0, 0)
  375. btnotherclose.BorderSizePixel = 0
  376. btnotherclose.Position = UDim2.new(0.88253969, 0, 0, 0)
  377. btnotherclose.Size = UDim2.new(0, 37, 0, 37)
  378. btnotherclose.Font = Enum.Font.SourceSans
  379. btnotherclose.Text = "X"
  380. btnotherclose.TextColor3 = Color3.new(1, 1, 1)
  381. btnotherclose.TextScaled = true
  382. btnotherclose.TextSize = 14
  383. btnotherclose.TextWrapped = true
  384. btnotherclose.MouseButton1Down:connect(function()
  385.     OtherFrame.Visible = false
  386. end)
  387.  
  388. TextLabel_4.Parent = Drag_4
  389. TextLabel_4.BackgroundColor3 = Color3.new(1, 0, 0)
  390. TextLabel_4.BorderSizePixel = 0
  391. TextLabel_4.Size = UDim2.new(0, 278, 0, 37)
  392. TextLabel_4.Font = Enum.Font.SourceSans
  393. TextLabel_4.Text = "GIW | Others"
  394. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  395. TextLabel_4.TextScaled = true
  396. TextLabel_4.TextSize = 14
  397. TextLabel_4.TextWrapped = true
  398.  
  399. framemini.Name = "framemini"
  400. framemini.Parent = ScreenGui
  401. framemini.BackgroundColor3 = Color3.new(1, 0, 0)
  402. framemini.BorderColor3 = Color3.new(1, 0, 0)
  403. framemini.BorderSizePixel = 0
  404. framemini.Position = UDim2.new(-2.70545897e-09, 0, 0.751545131, 0)
  405. framemini.Size = UDim2.new(0, 104, 0, 25)
  406. framemini.Visible = false
  407. framemini.Style = Enum.FrameStyle.RobloxRound
  408.  
  409. btnopen.Name = "btnopen"
  410. btnopen.Parent = framemini
  411. btnopen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  412. btnopen.Position = UDim2.new(-0.0862531886, 0, -1.14785159, 0)
  413. btnopen.Size = UDim2.new(0, 104, 0, 29)
  414. btnopen.Font = Enum.Font.SourceSans
  415. btnopen.Text = "Open GUI"
  416. btnopen.TextColor3 = Color3.new(1, 1, 1)
  417. btnopen.TextScaled = true
  418. btnopen.TextSize = 14
  419. btnopen.TextWrapped = true
  420. btnopen.MouseButton1Down:connect(function()
  421.     Mainframe.Visible = true
  422. end)
  423.  
  424. btnaltdelete.Name = "btnaltdelete"
  425. btnaltdelete.Parent = LocalFrame
  426. btnaltdelete.BackgroundColor3 = Color3.new(1, 0, 0)
  427. btnaltdelete.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  428. btnaltdelete.BorderSizePixel = 0
  429. btnaltdelete.Position = UDim2.new(0.349206358, 0, 0.142857149, 0)
  430. btnaltdelete.Size = UDim2.new(0, 94, 0, 36)
  431. btnaltdelete.Font = Enum.Font.SourceSans
  432. btnaltdelete.Text = "Alt Delete"
  433. btnaltdelete.TextColor3 = Color3.new(1, 1, 1)
  434. btnaltdelete.TextScaled = true
  435. btnaltdelete.TextSize = 14
  436. btnaltdelete.TextWrapped = true
  437. btnaltdelete.MouseButton1Down:connect(function()
  438.     local Plr = game:GetService("Players").LocalPlayer
  439.     local Mouse = Plr:GetMouse()
  440.  
  441.     Mouse.Button1Down:connect(function()
  442.     if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftAlt) then return end
  443.     if not Mouse.Target then return end
  444.     Mouse.Target:Destroy()
  445.     end)
  446. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement