Itsyabroooo

JailBreak Ruiner V.1

Mar 12th, 2020
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.13 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3. --Warning this script may not work cause it's my first ever exploit
  4. -- Instances:
  5.  
  6. local JailbreakExploit = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local Top = Instance.new("Frame")
  11. local X = Instance.new("TextButton")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local Bank = Instance.new("TextButton")
  14. local WalkSpeed = Instance.new("TextButton")
  15. local CrimBase = Instance.new("TextButton")
  16. local BTools = Instance.new("TextButton")
  17. local Noclip = Instance.new("TextButton")
  18. local Jewelry = Instance.new("TextButton")
  19. local Open = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. JailbreakExploit.Name = "Jailbreak Exploit"
  24. JailbreakExploit.Parent = game.CoreGui
  25. JailbreakExploit.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Main.Name = "Main"
  28. Main.Parent = JailbreakExploit
  29. Main.BackgroundColor3 = Color3.fromRGB(253, 167, 28)
  30. Main.Position = UDim2.new(0.308219224, 0, 0.280876487, 0)
  31. Main.Size = UDim2.new(0, 280, 0, 288)
  32. Main.Visible = false
  33. Main.Active = true
  34. Main.Draggable = true
  35.  
  36. TextLabel.Parent = Main
  37. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. TextLabel.BackgroundTransparency = 1.000
  39. TextLabel.Position = UDim2.new(0.317857146, 0, 0.881944418, 0)
  40. TextLabel.Size = UDim2.new(0, 112, 0, 34)
  41. TextLabel.Font = Enum.Font.SourceSans
  42. TextLabel.Text = "Enjoy!"
  43. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. TextLabel.TextScaled = true
  45. TextLabel.TextSize = 14.000
  46. TextLabel.TextWrapped = true
  47.  
  48. TextLabel_2.Parent = Main
  49. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  50. TextLabel_2.Position = UDim2.new(0.20714286, 0, 0.173611104, 0)
  51. TextLabel_2.Size = UDim2.new(0, 221, 0, 0)
  52. TextLabel_2.Font = Enum.Font.SourceSans
  53. TextLabel_2.Text = ""
  54. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. TextLabel_2.TextSize = 14.000
  56.  
  57. Top.Name = "Top"
  58. Top.Parent = Main
  59. Top.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. Top.Position = UDim2.new(0.20714286, 0, 0, 0)
  61. Top.Size = UDim2.new(0, 221, 0, 50)
  62.  
  63. X.Name = "X"
  64. X.Parent = Top
  65. X.BackgroundColor3 = Color3.fromRGB(255, 6, 6)
  66. X.Position = UDim2.new(-0.262443453, 0, 0, 0)
  67. X.Size = UDim2.new(0, 58, 0, 50)
  68. X.Font = Enum.Font.SourceSans
  69. X.Text = "X"
  70. X.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. X.TextScaled = true
  72. X.TextSize = 14.000
  73. X.TextWrapped = true
  74. X.MouseButton1Down:connect(function()
  75. Main.Visible = false
  76. Open.Visible = true
  77. end)
  78.  
  79. TextLabel_3.Parent = Top
  80. TextLabel_3.BackgroundColor3 = Color3.fromRGB(253, 167, 28)
  81. TextLabel_3.Position = UDim2.new(0.00452488707, 0, 0, 0)
  82. TextLabel_3.Size = UDim2.new(0, 221, 0, 50)
  83. TextLabel_3.Font = Enum.Font.SourceSans
  84. TextLabel_3.Text = "JailBreak Ruiner v.1"
  85. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. TextLabel_3.TextScaled = true
  87. TextLabel_3.TextSize = 14.000
  88. TextLabel_3.TextWrapped = true
  89.  
  90. Bank.Name = "Bank"
  91. Bank.Parent = Main
  92. Bank.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  93. Bank.Position = UDim2.new(0, 0, 0.274305552, 0)
  94. Bank.Size = UDim2.new(0, 128, 0, 50)
  95. Bank.Font = Enum.Font.SourceSans
  96. Bank.Text = "Bank"
  97. Bank.TextColor3 = Color3.fromRGB(0, 0, 0)
  98. Bank.TextScaled = true
  99. Bank.TextSize = 14.000
  100. Bank.TextWrapped = true
  101. --bank teleport
  102. Bank.MouseButton1Down:connect(function()
  103. for i = 1,45 do
  104. wait(.08)
  105. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  106. end
  107.  
  108. WalkSpeed.Name = "WalkSpeed"
  109. WalkSpeed.Parent = Main
  110. WalkSpeed.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  111. WalkSpeed.Position = UDim2.new(0, 0, 0.486111104, 0)
  112. WalkSpeed.Size = UDim2.new(0, 128, 0, 50)
  113. WalkSpeed.Font = Enum.Font.SourceSans
  114. WalkSpeed.Text = "WalkSpeed"
  115. WalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. WalkSpeed.TextScaled = true
  117. WalkSpeed.TextSize = 14.000
  118. WalkSpeed.TextWrapped = true
  119. --Walkspeed
  120. WS.MouseButton1Down:connect(function()
  121. local walkspeedplayer = game:GetService("Players").LocalPlayer
  122. local walkspeedmouse = walkspeedplayer:GetMouse()
  123.  
  124. local walkspeedenabled = false
  125.  
  126. function x_walkspeed(key)
  127. if (key == "x") then
  128. if walkspeedenabled == false then
  129. _G.WS = 150;
  130. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  131. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  132. Humanoid.WalkSpeed = _G.WS;
  133. end)
  134. Humanoid.WalkSpeed = _G.WS;
  135.  
  136. walkspeedenabled = true
  137. elseif walkspeedenabled == true then
  138. _G.WS = 16;
  139. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  140. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  141. Humanoid.WalkSpeed = _G.WS;
  142. end)
  143. Humanoid.WalkSpeed = _G.WS;
  144.  
  145. walkspeedenabled = false
  146. end
  147. end
  148. end
  149.  
  150. CrimBase.Name = "CrimBase"
  151. CrimBase.Parent = Main
  152. CrimBase.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  153. CrimBase.Position = UDim2.new(0, 0, 0.704861104, 0)
  154. CrimBase.Size = UDim2.new(0, 128, 0, 51)
  155. CrimBase.Font = Enum.Font.SourceSans
  156. CrimBase.Text = "CrimBase"
  157. CrimBase.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. CrimBase.TextScaled = true
  159. CrimBase.TextSize = 14.000
  160. CrimBase.TextWrapped = true
  161. --Criminal Base city teleport
  162. CrimBase.MouseButton1Down:connect(function()
  163. for i = 1,45 do
  164. wait(.08)
  165. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 18, 1578.80261)
  166. end
  167. end)
  168.  
  169. BTools.Name = "BTools"
  170. BTools.Parent = Main
  171. BTools.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  172. BTools.Position = UDim2.new(0.524999976, 0, 0.274305552, 0)
  173. BTools.Size = UDim2.new(0, 133, 0, 50)
  174. BTools.Font = Enum.Font.SourceSans
  175. BTools.Text = "Btools"
  176. BTools.TextColor3 = Color3.fromRGB(0, 0, 0)
  177. BTools.TextScaled = true
  178. BTools.TextSize = 14.000
  179. BTools.TextWrapped = true
  180. --btools
  181. BTools.MouseButton1Down:connect(function()
  182. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  183. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  184. if child.ClassName == "Part" then
  185. child.Locked = false
  186. end
  187. if child.ClassName == "MeshPart" then
  188. child.Locked = false
  189. end
  190. if child.ClassName == "UnionOperation" then
  191. child.Locked = false
  192. end
  193. if child.ClassName == "Model" then
  194. for index, chil in pairs(child:GetChildren()) do
  195. if chil.ClassName == "Part" then
  196. chil.Locked = false
  197. end
  198. if chil.ClassName == "MeshPart" then
  199. chil.Locked = false
  200. end
  201. if chil.ClassName == "UnionOperation" then
  202. chil.Locked = false
  203. end
  204. if chil.ClassName == "Model" then
  205. for index, childe in pairs(chil:GetChildren()) do
  206. if childe.ClassName == "Part" then
  207. childe.Locked = false
  208. end
  209. if childe.ClassName == "MeshPart" then
  210. childe.Locked = false
  211. end
  212. if childe.ClassName == "UnionOperation" then
  213. childe.Locked = false
  214. end
  215. if childe.ClassName == "Model" then
  216. for index, childeo in pairs(childe:GetChildren()) do
  217. if childeo.ClassName == "Part" then
  218. childeo.Locked = false
  219. end
  220. if childeo.ClassName == "MeshPart" then
  221. childeo.Locked = false
  222. end
  223. if childeo.ClassName == "UnionOperation" then
  224. childeo.Locked = false
  225. end
  226. if childeo.ClassName == "Model" then
  227. end
  228. end
  229. end
  230. end
  231. end
  232. end
  233. end
  234. end
  235. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  236. c.BinType = Enum.BinType.Hammer
  237. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  238. c.BinType = Enum.BinType.Clone
  239. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  240. c.BinType = Enum.BinType.Grab
  241. end)
  242.  
  243. Noclip.Name = "Noclip"
  244. Noclip.Parent = Main
  245. Noclip.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  246. Noclip.Position = UDim2.new(0.528571427, 0, 0.486111104, 0)
  247. Noclip.Size = UDim2.new(0, 132, 0, 50)
  248. Noclip.Font = Enum.Font.SourceSans
  249. Noclip.Text = "Noclip"
  250. Noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  251. Noclip.TextScaled = true
  252. Noclip.TextSize = 14.000
  253. Noclip.TextWrapped = true
  254. --noclip
  255. NoClip.MouseButton1Down:connect(function()
  256. game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  257. if obj ~= workspace.Terrain then
  258. obj.CanCollide = false
  259. wait(1)
  260. obj.CanCollide = true
  261. end
  262. end)
  263. end)
  264.  
  265. Jewelry.Name = "Jewelry"
  266. Jewelry.Parent = Main
  267. Jewelry.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  268. Jewelry.Position = UDim2.new(0.528571427, 0, 0.704861104, 0)
  269. Jewelry.Size = UDim2.new(0, 132, 0, 51)
  270. Jewelry.Font = Enum.Font.SourceSans
  271. Jewelry.Text = "Jewelry"
  272. Jewelry.TextColor3 = Color3.fromRGB(0, 0, 0)
  273. Jewelry.TextScaled = true
  274. Jewelry.TextSize = 14.000
  275. Jewelry.TextWrapped = true
  276. --jewelry teleport
  277. Jewelry.MouseButton1Down:connect(function()
  278. for i = 1,45 do
  279. wait(.08)
  280. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  281. end
  282.  
  283. Open.Name = "Open"
  284. Open.Parent = Main
  285. Open.BackgroundColor3 = Color3.fromRGB(253, 167, 28)
  286. Open.Position = UDim2.new(-0.807142854, 0, 0.659722209, 0)
  287. Open.Size = UDim2.new(0, 150, 0, 50)
  288. Open.Font = Enum.Font.SourceSans
  289. Open.Text = "JailBreak Recker V.1"
  290. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  291. Open.TextScaled = true
  292. Open.TextSize = 14.000
  293. Open.TextWrapped = true
  294. Open.MouseButton1Down:connnect(function()
  295. Open.Visible = false
  296. Main.Visible = true
  297. end)
  298. end)
Advertisement
Add Comment
Please, Sign In to add comment