Itsyabroooo

JailBreak Ruiner V.1

Mar 12th, 2020
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3. -- Waring this script may not work cause its 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.MouseButton1Down:connect(function()
  102. for i = 1,45 do
  103. wait(.08)
  104. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  105. end
  106.  
  107. WalkSpeed.Name = "WalkSpeed"
  108. WalkSpeed.Parent = Main
  109. WalkSpeed.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  110. WalkSpeed.Position = UDim2.new(0, 0, 0.486111104, 0)
  111. WalkSpeed.Size = UDim2.new(0, 128, 0, 50)
  112. WalkSpeed.Font = Enum.Font.SourceSans
  113. WalkSpeed.Text = "WalkSpeed"
  114. WalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. WalkSpeed.TextScaled = true
  116. WalkSpeed.TextSize = 14.000
  117. WalkSpeed.TextWrapped = true
  118. --Walkspeed
  119. WS.MouseButton1Down:connect(function()
  120. local walkspeedplayer = game:GetService("Players").LocalPlayer
  121. local walkspeedmouse = walkspeedplayer:GetMouse()
  122.  
  123. local walkspeedenabled = false
  124.  
  125. function x_walkspeed(key)
  126. if (key == "x") then
  127. if walkspeedenabled == false then
  128. _G.WS = 150;
  129. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  130. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  131. Humanoid.WalkSpeed = _G.WS;
  132. end)
  133. Humanoid.WalkSpeed = _G.WS;
  134.  
  135. walkspeedenabled = true
  136. elseif walkspeedenabled == true then
  137. _G.WS = 16;
  138. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  139. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  140. Humanoid.WalkSpeed = _G.WS;
  141. end)
  142. Humanoid.WalkSpeed = _G.WS;
  143.  
  144. WalSeedenabled = false
  145. end
  146. end
  147. end
  148.  
  149. CrimBase.Name = "CrimBase"
  150. CrimBase.Parent = Main
  151. CrimBase.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  152. CrimBase.Position = UDim2.new(0, 0, 0.704861104, 0)
  153. CrimBase.Size = UDim2.new(0, 128, 0, 51)
  154. CrimBase.Font = Enum.Font.SourceSans
  155. CrimBase.Text = "CrimBase"
  156. CrimBase.TextColor3 = Color3.fromRGB(0, 0, 0)
  157. CrimBase.TextScaled = true
  158. CrimBase.TextSize = 14.000
  159. CrimBase.TextWrapped = true
  160. --Criminal Base city teleport
  161. CrimBase.MouseButton1Down:connect(function()
  162. for i = 1,45 do
  163. wait(.08)
  164. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 18, 1578.80261)
  165. end
  166. end)
  167.  
  168. BTools.Name = "BTools"
  169. BTools.Parent = Main
  170. BTools.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  171. BTools.Position = UDim2.new(0.524999976, 0, 0.274305552, 0)
  172. BTools.Size = UDim2.new(0, 133, 0, 50)
  173. BTools.Font = Enum.Font.SourceSans
  174. BTools.Text = "Btools"
  175. BTools.TextColor3 = Color3.fromRGB(0, 0, 0)
  176. BTools.TextScaled = true
  177. BTools.TextSize = 14.000
  178. BTools.TextWrapped = true
  179. --btools
  180. BTools.MouseButton1Down:connect(function()
  181. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  182. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  183. if child.ClassName == "Part" then
  184. child.Locked = false
  185. end
  186. if child.ClassName == "MeshPart" then
  187. child.Locked = false
  188. end
  189. if child.ClassName == "UnionOperation" then
  190. child.Locked = false
  191. end
  192. if child.ClassName == "Model" then
  193. for index, chil in pairs(child:GetChildren()) do
  194. if chil.ClassName == "Part" then
  195. chil.Locked = false
  196. end
  197. if chil.ClassName == "MeshPart" then
  198. chil.Locked = false
  199. end
  200. if chil.ClassName == "UnionOperation" then
  201. chil.Locked = false
  202. end
  203. if chil.ClassName == "Model" then
  204. for index, childe in pairs(chil:GetChildren()) do
  205. if childe.ClassName == "Part" then
  206. childe.Locked = false
  207. end
  208. if childe.ClassName == "MeshPart" then
  209. childe.Locked = false
  210. end
  211. if childe.ClassName == "UnionOperation" then
  212. childe.Locked = false
  213. end
  214. if childe.ClassName == "Model" then
  215. for index, childeo in pairs(childe:GetChildren()) do
  216. if childeo.ClassName == "Part" then
  217. childeo.Locked = false
  218. end
  219. if childeo.ClassName == "MeshPart" then
  220. childeo.Locked = false
  221. end
  222. if childeo.ClassName == "UnionOperation" then
  223. childeo.Locked = false
  224. end
  225. if childeo.ClassName == "Model" then
  226. end
  227. end
  228. end
  229. end
  230. end
  231. end
  232. end
  233. end
  234. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  235. c.BinType = Enum.BinType.Hammer
  236. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  237. c.BinType = Enum.BinType.Clone
  238. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  239. c.BinType = Enum.BinType.Grab
  240. end)
  241.  
  242. Noclip.Name = "Noclip"
  243. Noclip.Parent = Main
  244. Noclip.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  245. Noclip.Position = UDim2.new(0.528571427, 0, 0.486111104, 0)
  246. Noclip.Size = UDim2.new(0, 132, 0, 50)
  247. Noclip.Font = Enum.Font.SourceSans
  248. Noclip.Text = "Noclip"
  249. Noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  250. Noclip.TextScaled = true
  251. Noclip.TextSize = 14.000
  252. Noclip.TextWrapped = true
  253. --noclip
  254. NoClip.MouseButton1Down:connect(function()
  255. game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  256. if obj ~= workspace.Terrain then
  257. obj.CanCollide = false
  258. wait(1)
  259. obj.CanCollide = true
  260. end
  261. end)
  262. end)
  263.  
  264. Jewelry.Name = "Jewelry"
  265. Jewelry.Parent = Main
  266. Jewelry.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
  267. Jewelry.Position = UDim2.new(0.528571427, 0, 0.704861104, 0)
  268. Jewelry.Size = UDim2.new(0, 132, 0, 51)
  269. Jewelry.Font = Enum.Font.SourceSans
  270. Jewelry.Text = "Jewelry"
  271. Jewelry.TextColor3 = Color3.fromRGB(0, 0, 0)
  272. Jewelry.TextScaled = true
  273. Jewelry.TextSize = 14.000
  274. Jewelry.TextWrapped = true
  275. --jewelry teleport
  276. Jewelry.MouseButton1Down:connect(function()
  277. for i = 1,45 do
  278. wait(.08)
  279. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  280. end
  281.  
  282. Open.Name = "Open"
  283. Open.Parent = Main
  284. Open.BackgroundColor3 = Color3.fromRGB(253, 167, 28)
  285. Open.Position = UDim2.new(-0.807142854, 0, 0.659722209, 0)
  286. Open.Size = UDim2.new(0, 150, 0, 50)
  287. Open.Font = Enum.Font.SourceSans
  288. Open.Text = "JailBreak Recker V.1"
  289. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  290. Open.TextScaled = true
  291. Open.TextSize = 14.000
  292. Open.TextWrapped = true
  293. Open.MouseButton1Down:connnect(function()
  294. Open.Visible = false
  295. Main.Visible = true
  296. end)
  297. end)
Advertisement
Add Comment
Please, Sign In to add comment