Advertisement
Guest User

Jailbreak GUI 2019

a guest
Dec 11th, 2019
1,815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.39 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local openframe = Instance.new("Frame")
  8. local open = Instance.new("TextButton")
  9. local main = Instance.new("Frame")
  10. local beuty1 = Instance.new("Frame")
  11. local name = Instance.new("TextLabel")
  12. local close = Instance.new("TextButton")
  13. local beuty2 = Instance.new("Frame")
  14. local credit = Instance.new("TextLabel")
  15. local CrimeBase = Instance.new("TextButton")
  16. local Jewelry = Instance.new("TextButton")
  17. local BTools = Instance.new("TextButton")
  18. local VolcanoBase = Instance.new("TextButton")
  19. local WalkSpeed = Instance.new("TextButton")
  20. local PowerPlant = Instance.new("TextButton")
  21. local NoClip = Instance.new("TextButton")
  22. local Bank = Instance.new("TextButton")
  23. local AutoRob = Instance.new("TextButton")
  24. local Museum = Instance.new("TextButton")
  25. local ClickKill = Instance.new("TextButton")
  26. local Jetpack = Instance.new("TextButton")
  27.  
  28. --Properties:
  29.  
  30. ScreenGui.Parent = game.CoreGui
  31. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. openframe.Name = "openframe"
  34. openframe.Parent = ScreenGui
  35. openframe.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  36. openframe.BorderSizePixel = 0
  37. openframe.Position = UDim2.new(0, 0, 0.428779066, 0)
  38. openframe.Size = UDim2.new(0, 100, 0, 42)
  39.  
  40. open.Name = "open"
  41. open.Parent = openframe
  42. open.BackgroundColor3 = Color3.new(1, 0, 1)
  43. open.BorderSizePixel = 0
  44. open.Position = UDim2.new(0, 0, 0.192640692, 0)
  45. open.Size = UDim2.new(0, 100, 0, 25)
  46. open.Font = Enum.Font.Arial
  47. open.Text = "Open"
  48. open.TextColor3 = Color3.new(0, 0, 0)
  49. open.TextScaled = true
  50. open.TextSize = 14
  51. open.TextWrapped = true
  52. open.MouseButton1Down:connect(function()
  53. main.Visible = true
  54. openframe.Visible = false
  55. end)
  56.  
  57. main.Name = "main"
  58. main.Parent = ScreenGui
  59. main.Active = true
  60. main.BackgroundColor3 = Color3.new(0, 0, 0)
  61. main.BorderSizePixel = 0
  62. main.Position = UDim2.new(0.223241597, 0, 0.178779066, 0)
  63. main.Size = UDim2.new(0, 543, 0, 416)
  64. main.Visible = false
  65. main.Draggable = true
  66.  
  67.  
  68. beuty1.Name = "beuty1"
  69. beuty1.Parent = main
  70. beuty1.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  71. beuty1.BorderColor3 = Color3.new(0, 0, 0)
  72. beuty1.BorderSizePixel = 0
  73. beuty1.Position = UDim2.new(-0.0423572734, 0, 0, 0)
  74. beuty1.Size = UDim2.new(0, 588, 0, 33)
  75.  
  76. name.Name = "name"
  77. name.Parent = beuty1
  78. name.BackgroundColor3 = Color3.new(1, 1, 1)
  79. name.BackgroundTransparency = 1
  80. name.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  81. name.BorderSizePixel = 0
  82. name.Position = UDim2.new(0.31122449, 0, 0, 0)
  83. name.Size = UDim2.new(0, 200, 0, 33)
  84. name.Font = Enum.Font.Cartoon
  85. name.Text = "JAILBREAK GUI"
  86. name.TextColor3 = Color3.new(0, 0, 0)
  87. name.TextScaled = true
  88. name.TextSize = 14
  89. name.TextWrapped = true
  90.  
  91. close.Name = "close"
  92. close.Parent = beuty1
  93. close.BackgroundColor3 = Color3.new(1, 1, 1)
  94. close.BackgroundTransparency = 1
  95. close.BorderSizePixel = 0
  96. close.Position = UDim2.new(0.821428597, 0, -0.151515156, 0)
  97. close.Size = UDim2.new(0, 133, 0, 42)
  98. close.Font = Enum.Font.Cartoon
  99. close.Text = "X"
  100. close.TextColor3 = Color3.new(0, 0, 0)
  101. close.TextScaled = true
  102. close.TextSize = 14
  103. close.TextWrapped = true
  104. close.MouseButton1Down:connect(function()
  105. open.Visible = true
  106. openframe.Visible = true
  107. main.Visible = false
  108. end)
  109.  
  110. beuty2.Name = "beuty2"
  111. beuty2.Parent = main
  112. beuty2.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  113. beuty2.BorderSizePixel = 0
  114. beuty2.Position = UDim2.new(-0.0423572734, 0, 0.920673072, 0)
  115. beuty2.Size = UDim2.new(0, 588, 0, 33)
  116.  
  117. credit.Name = "credit"
  118. credit.Parent = beuty2
  119. credit.BackgroundColor3 = Color3.new(1, 1, 1)
  120. credit.BackgroundTransparency = 1
  121. credit.BorderSizePixel = 0
  122. credit.Size = UDim2.new(0, 588, 0, 33)
  123. credit.Font = Enum.Font.Cartoon
  124. credit.Text = "Script by RifkiCool02 Dont patched"
  125. credit.TextColor3 = Color3.new(0, 0, 0)
  126. credit.TextScaled = true
  127. credit.TextSize = 14
  128. credit.TextWrapped = true
  129.  
  130. CrimeBase.Name = "Crime Base"
  131. CrimeBase.Parent = main
  132. CrimeBase.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  133. CrimeBase.BorderSizePixel = 0
  134. CrimeBase.Position = UDim2.new(0.0644567311, 0, 0.319711536, 0)
  135. CrimeBase.Size = UDim2.new(0, 108, 0, 50)
  136. CrimeBase.Font = Enum.Font.Cartoon
  137. CrimeBase.Text = "Crime Base"
  138. CrimeBase.TextColor3 = Color3.new(0, 0, 0)
  139. CrimeBase.TextScaled = true
  140. CrimeBase.TextSize = 14
  141. CrimeBase.TextWrapped = true
  142. CrimeBase.MouseButton1Down:connect(function()
  143. CrimeBase.MouseButton1Down:connect(function()
  144. for i = 1,45 do
  145. wait(.08)
  146. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 18, 1578.80261)
  147. end
  148. end)
  149. end)
  150.  
  151. Jewelry.Name = "Jewelry"
  152. Jewelry.Parent = main
  153. Jewelry.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  154. Jewelry.BorderSizePixel = 0
  155. Jewelry.Position = UDim2.new(0.0644567311, 0, 0.71875, 0)
  156. Jewelry.Size = UDim2.new(0, 108, 0, 50)
  157. Jewelry.Font = Enum.Font.Cartoon
  158. Jewelry.Text = "Jewelry"
  159. Jewelry.TextColor3 = Color3.new(0, 0, 0)
  160. Jewelry.TextScaled = true
  161. Jewelry.TextSize = 14
  162. Jewelry.TextWrapped = true
  163. Jewelry.MouseButton1Down:connect(function()
  164. for i = 1,45 do
  165. wait(.08)
  166. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(242,18,1349)
  167. end
  168. end)
  169.  
  170. BTools.Name = "B Tools"
  171. BTools.Parent = main
  172. BTools.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  173. BTools.BorderSizePixel = 0
  174. BTools.Position = UDim2.new(0.0644567311, 0, 0.134615377, 0)
  175. BTools.Size = UDim2.new(0, 108, 0, 50)
  176. BTools.Font = Enum.Font.Cartoon
  177. BTools.Text = "B Tools"
  178. BTools.TextColor3 = Color3.new(0, 0, 0)
  179. BTools.TextScaled = true
  180. BTools.TextSize = 14
  181. BTools.TextWrapped = true
  182. BTools.MouseButton1Down:connect(function()
  183. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  184. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  185. if child.ClassName == "Part" then
  186. child.Locked = false
  187. end
  188. if child.ClassName == "MeshPart" then
  189. child.Locked = false
  190. end
  191. if child.ClassName == "UnionOperation" then
  192. child.Locked = false
  193. end
  194. if child.ClassName == "Model" then
  195. for index, chil in pairs(child:GetChildren()) do
  196. if chil.ClassName == "Part" then
  197. chil.Locked = false
  198. end
  199. if chil.ClassName == "MeshPart" then
  200. chil.Locked = false
  201. end
  202. if chil.ClassName == "UnionOperation" then
  203. chil.Locked = false
  204. end
  205. if chil.ClassName == "Model" then
  206. for index, childe in pairs(chil:GetChildren()) do
  207. if childe.ClassName == "Part" then
  208. childe.Locked = false
  209. end
  210. if childe.ClassName == "MeshPart" then
  211. childe.Locked = false
  212. end
  213. if childe.ClassName == "UnionOperation" then
  214. childe.Locked = false
  215. end
  216. if childe.ClassName == "Model" then
  217. for index, childeo in pairs(childe:GetChildren()) do
  218. if childeo.ClassName == "Part" then
  219. childeo.Locked = false
  220. end
  221. if childeo.ClassName == "MeshPart" then
  222. childeo.Locked = false
  223. end
  224. if childeo.ClassName == "UnionOperation" then
  225. childeo.Locked = false
  226. end
  227. if childeo.ClassName == "Model" then
  228. end
  229. end
  230. end
  231. end
  232. end
  233. end
  234. end
  235. end
  236. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  237. c.BinType = Enum.BinType.Hammer
  238. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  239. c.BinType = Enum.BinType.Clone
  240. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  241. c.BinType = Enum.BinType.Grab
  242. end)
  243.  
  244. VolcanoBase.Name = "Volcano Base"
  245. VolcanoBase.Parent = main
  246. VolcanoBase.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  247. VolcanoBase.BorderSizePixel = 0
  248. VolcanoBase.Position = UDim2.new(0.0644567311, 0, 0.521634579, 0)
  249. VolcanoBase.Size = UDim2.new(0, 108, 0, 50)
  250. VolcanoBase.Font = Enum.Font.Cartoon
  251. VolcanoBase.Text = "Volcano Base"
  252. VolcanoBase.TextColor3 = Color3.new(0, 0, 0)
  253. VolcanoBase.TextScaled = true
  254. VolcanoBase.TextSize = 14
  255. VolcanoBase.TextWrapped = true
  256. VolcanoBase.MouseButton1Down:connect(function()
  257. for i = 1,45 do
  258. wait(.08)
  259. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1569,50,-1770)
  260. end
  261. end)
  262.  
  263.  
  264. WalkSpeed.Name = "Walk Speed"
  265. WalkSpeed.Parent = main
  266. WalkSpeed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  267. WalkSpeed.BorderSizePixel = 0
  268. WalkSpeed.Position = UDim2.new(0.399631679, 0, 0.319711536, 0)
  269. WalkSpeed.Size = UDim2.new(0, 108, 0, 50)
  270. WalkSpeed.Font = Enum.Font.Cartoon
  271. WalkSpeed.Text = "Walk Speed"
  272. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  273. WalkSpeed.TextScaled = true
  274. WalkSpeed.TextSize = 14
  275. WalkSpeed.TextWrapped = true
  276. WalkSpeed.MouseButton1Down:connect(function()
  277. local walkspeedplayer = game:GetService("Players").LocalPlayer
  278. local walkspeedmouse = walkspeedplayer:GetMouse()
  279.  
  280. local walkspeedenabled = false
  281.  
  282. function x_walkspeed(key)
  283. if (key == "x") then
  284. if walkspeedenabled == false then
  285. _G.WS = 110;
  286. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  287. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  288. Humanoid.WalkSpeed = _G.WS;
  289. end)
  290. Humanoid.WalkSpeed = _G.WS;
  291.  
  292. walkspeedenabled = true
  293. elseif walkspeedenabled == true then
  294. _G.WS = 20;
  295. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  296. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  297. Humanoid.WalkSpeed = _G.WS;
  298. end)
  299. Humanoid.WalkSpeed = _G.WS;
  300.  
  301. walkspeedenabled = false
  302. end
  303. end
  304. end
  305.  
  306. walkspeedmouse.KeyDown:connect(x_walkspeed)
  307.  
  308. end)
  309.  
  310. PowerPlant.Name = "Power Plant"
  311. PowerPlant.Parent = main
  312. PowerPlant.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  313. PowerPlant.BorderSizePixel = 0
  314. PowerPlant.Position = UDim2.new(0.399631679, 0, 0.71875, 0)
  315. PowerPlant.Size = UDim2.new(0, 108, 0, 50)
  316. PowerPlant.Font = Enum.Font.Cartoon
  317. PowerPlant.Text = "Power Plant"
  318. PowerPlant.TextColor3 = Color3.new(0, 0, 0)
  319. PowerPlant.TextScaled = true
  320. PowerPlant.TextSize = 14
  321. PowerPlant.TextWrapped = true
  322. PowerPlant.MouseButton1Down:connect(function()
  323. for i = 1,45 do
  324. wait(.08)
  325. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(616,37,2380)
  326. end
  327. end)
  328.  
  329. NoClip.Name = "No Clip"
  330. NoClip.Parent = main
  331. NoClip.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  332. NoClip.BorderSizePixel = 0
  333. NoClip.Position = UDim2.new(0.399631679, 0, 0.521634579, 0)
  334. NoClip.Size = UDim2.new(0, 108, 0, 50)
  335. NoClip.Font = Enum.Font.Cartoon
  336. NoClip.Text = "No Clip"
  337. NoClip.TextColor3 = Color3.new(0, 0, 0)
  338. NoClip.TextScaled = true
  339. NoClip.TextSize = 14
  340. NoClip.TextWrapped = true
  341. NoClip.MouseButton1Down:connect(function()
  342. game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  343. if obj ~= workspace.Terrain then
  344. obj.CanCollide = false
  345. wait(1)
  346. obj.CanCollide = true
  347. end
  348. end)
  349. end)
  350.  
  351. Bank.Name = "Bank"
  352. Bank.Parent = main
  353. Bank.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  354. Bank.BorderSizePixel = 0
  355. Bank.Position = UDim2.new(0.734806657, 0, 0.134615377, 0)
  356. Bank.Size = UDim2.new(0, 108, 0, 50)
  357. Bank.Font = Enum.Font.Cartoon
  358. Bank.Text = "Bank"
  359. Bank.TextColor3 = Color3.new(0, 0, 0)
  360. Bank.TextScaled = true
  361. Bank.TextSize = 14
  362. Bank.TextWrapped = true
  363. Bank.MouseButton1Down:connect(function()
  364. for i = 1,45 do
  365. wait(.08)
  366. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(148,18,786)
  367. end
  368. end)
  369.  
  370. AutoRob.Name = "Auto Rob"
  371. AutoRob.Parent = main
  372. AutoRob.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  373. AutoRob.BorderSizePixel = 0
  374. AutoRob.Position = UDim2.new(0.734806657, 0, 0.319711536, 0)
  375. AutoRob.Size = UDim2.new(0, 108, 0, 50)
  376. AutoRob.Font = Enum.Font.Cartoon
  377. AutoRob.Text = "Auto Rob"
  378. AutoRob.TextColor3 = Color3.new(0, 0, 0)
  379. AutoRob.TextScaled = true
  380. AutoRob.TextSize = 14
  381. AutoRob.TextWrapped = true
  382. AutoRob.MouseButton1Down:connect(function()
  383. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  384. end)
  385.  
  386. Museum.Name = "Museum"
  387. Museum.Parent = main
  388. Museum.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  389. Museum.BorderSizePixel = 0
  390. Museum.Position = UDim2.new(0.734806657, 0, 0.71875, 0)
  391. Museum.Size = UDim2.new(0, 108, 0, 50)
  392. Museum.Font = Enum.Font.Cartoon
  393. Museum.Text = "Museum"
  394. Museum.TextColor3 = Color3.new(0, 0, 0)
  395. Museum.TextScaled = true
  396. Museum.TextSize = 14
  397. Museum.TextWrapped = true
  398. Museum.MouseButton1Down:connect(function()
  399. for i = 1,45 do
  400. wait(.08)
  401. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1772,52,-1621)
  402. end
  403. end)
  404.  
  405. ClickKill.Name = "Click Kill"
  406. ClickKill.Parent = main
  407. ClickKill.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  408. ClickKill.BorderSizePixel = 0
  409. ClickKill.Position = UDim2.new(0.734806657, 0, 0.521634579, 0)
  410. ClickKill.Size = UDim2.new(0, 108, 0, 50)
  411. ClickKill.Font = Enum.Font.Cartoon
  412. ClickKill.Text = "Click Kill"
  413. ClickKill.TextColor3 = Color3.new(0, 0, 0)
  414. ClickKill.TextScaled = true
  415. ClickKill.TextSize = 14
  416. ClickKill.TextWrapped = true
  417. ClickKill.MouseButton1Down:connect(function()
  418. local Tool = Instance.new("HopperBin", game.Players.Localplayer.Backpack)
  419. Tool.Name = "FE Kill Tool"
  420.  
  421. local Mouse = game.Players.LocalPlayer:GetMouse()
  422.  
  423. Tool.Selected:connect(function()
  424. Mouse.Button1Down:connect(function()
  425. if Tool.Active == true then
  426. if Mouse.Target and Mouse.Target.Parent:IsA('Model') then
  427. game.Players[Mouse.Target.Parent.Name]:Move(Vector3.new(math.huge,math.huge,math.huge))
  428. end
  429. end
  430. end)
  431. end)
  432. end)
  433.  
  434. Jetpack.Name = "Jetpack"
  435. Jetpack.Parent = main
  436. Jetpack.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  437. Jetpack.BorderSizePixel = 0
  438. Jetpack.Position = UDim2.new(0.399631679, 0, 0.134615377, 0)
  439. Jetpack.Size = UDim2.new(0, 108, 0, 50)
  440. Jetpack.Font = Enum.Font.Cartoon
  441. Jetpack.Text = "Jetpack"
  442. Jetpack.TextColor3 = Color3.new(0, 0, 0)
  443. Jetpack.TextScaled = true
  444. Jetpack.TextSize = 14
  445. Jetpack.TextWrapped = true
  446. Jetpack.MouseButton1Down:connect(function()
  447. for i = 1,45 do
  448. wait(.08)
  449. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1364,168,2586)
  450. end
  451. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement