TheNadie

[NEW] Roblox Jailbreak Gui | NoClip / AutoRob / CtrlDelete /

Mar 27th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.02 KB | None | 0 0
  1. --Created by Wolf Cheats
  2. -- Gui to Lua
  3. -- Version: 3.2
  4.  
  5. -- Instances:
  6.  
  7. local JailBreakV1 = Instance.new("ScreenGui")
  8. local OpenFrame = Instance.new("Frame")
  9. local Open = Instance.new("TextButton")
  10. local Main = Instance.new("Frame")
  11. local TopCreddsshit = Instance.new("Frame")
  12. local JailbreakV1 = Instance.new("TextButton")
  13. local Close = Instance.new("TextButton")
  14. local Btools = Instance.new("TextButton")
  15. local Gravity = Instance.new("TextButton")
  16. local InfJump = Instance.new("TextButton")
  17. local Speed = Instance.new("TextButton")
  18. local GravityOff = Instance.new("TextButton")
  19. local InfNitro = Instance.new("TextButton")
  20. local Noclipsoon = Instance.new("TextButton")
  21. local ConrtlDelete = Instance.new("TextButton")
  22. local InfAmo = Instance.new("TextButton")
  23. local bottomCreddsshit = Instance.new("Frame")
  24. local Checkytfornewversion = Instance.new("TextButton")
  25. local CreatedbyWolfz = Instance.new("TextButton")
  26. local Updatedlast = Instance.new("TextButton")
  27.  
  28. --Properties:
  29.  
  30. JailBreakV1.Name = "JailBreak V1"
  31. JailBreakV1.Parent = game.CoreGui
  32.  
  33. OpenFrame.Name = "OpenFrame"
  34. OpenFrame.Parent = JailBreakV1
  35. OpenFrame.BackgroundColor3 = Color3.fromRGB(34, 255, 10)
  36. OpenFrame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  37. OpenFrame.BorderSizePixel = 3
  38. OpenFrame.Position = UDim2.new(0, 0, 0.457848847, 0)
  39. OpenFrame.Size = UDim2.new(0, 103, 0, 29)
  40.  
  41. Open.Name = "Open"
  42. Open.Parent = OpenFrame
  43. Open.BackgroundColor3 = Color3.fromRGB(46, 255, 0)
  44. Open.BorderSizePixel = 0
  45. Open.Size = UDim2.new(0, 94, 0, 27)
  46. Open.Font = Enum.Font.Cartoon
  47. Open.Text = "Open Gui"
  48. Open.TextColor3 = Color3.fromRGB(253, 253, 253)
  49. Open.TextSize = 25.000
  50. Open.TextWrapped = true
  51. Open.MouseButton1Down:connect(function()
  52. Main.Visible = true
  53. OpenFrame.Visible = false
  54. end)
  55.  
  56. Main.Name = "Main"
  57. Main.Parent = JailBreakV1
  58. Main.Active = true
  59. Main.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  60. Main.BorderSizePixel = 0
  61. Main.Position = UDim2.new(0.293144196, 0, 0.29729721, 0)
  62. Main.Size = UDim2.new(0, 524, 0, 290)
  63. Main.Visible = false
  64. Main.Draggable = true
  65.  
  66. TopCreddsshit.Name = "Top Credds shit"
  67. TopCreddsshit.Parent = Main
  68. TopCreddsshit.Active = true
  69. TopCreddsshit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  70. TopCreddsshit.BorderSizePixel = 0
  71. TopCreddsshit.Position = UDim2.new(-0.000614661316, 0, -0.00390751287, 0)
  72. TopCreddsshit.Size = UDim2.new(0, 524, 0, 25)
  73.  
  74. JailbreakV1.Name = "Jailbreak V1"
  75. JailbreakV1.Parent = TopCreddsshit
  76. JailbreakV1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. JailbreakV1.BorderSizePixel = 0
  78. JailbreakV1.Position = UDim2.new(0.283250839, 0, -0.00383239612, 0)
  79. JailbreakV1.Size = UDim2.new(0, 200, 0, 24)
  80. JailbreakV1.Font = Enum.Font.Cartoon
  81. JailbreakV1.Text = "Jailbreak V1"
  82. JailbreakV1.TextColor3 = Color3.fromRGB(0, 0, 0)
  83. JailbreakV1.TextSize = 22.000
  84.  
  85. Close.Name = "Close"
  86. Close.Parent = TopCreddsshit
  87. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. Close.BorderSizePixel = 0
  89. Close.Position = UDim2.new(0.951446414, 0, 0.00676506758, 0)
  90. Close.Size = UDim2.new(0, 26, 0, 24)
  91. Close.Font = Enum.Font.Cartoon
  92. Close.Text = "X"
  93. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. Close.TextSize = 22.000
  95. Close.MouseButton1Down:connect(function()
  96. OpenFrame.Visible = true
  97. Main.Visible = false
  98. end)
  99.  
  100. Btools.Name = "Btools"
  101. Btools.Parent = TopCreddsshit
  102. Btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. Btools.Position = UDim2.new(0.0248091593, 0, 1.44000006, 0)
  104. Btools.Size = UDim2.new(0, 117, 0, 50)
  105. Btools.Font = Enum.Font.SourceSans
  106. Btools.Text = "Btools"
  107. Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. Btools.TextSize = 22.000
  109. Btools.MouseButton1Down:connect(function()
  110. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  111. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  112. if child.ClassName == "Part" then
  113. child.Locked = false
  114. end
  115. if child.ClassName == "MeshPart" then
  116. child.Locked = false
  117. end
  118. if child.ClassName == "UnionOperation" then
  119. child.Locked = false
  120. end
  121. if child.ClassName == "Model" then
  122. for index, chil in pairs(child:GetChildren()) do
  123. if chil.ClassName == "Part" then
  124. chil.Locked = false
  125. end
  126. if chil.ClassName == "MeshPart" then
  127. chil.Locked = false
  128. end
  129. if chil.ClassName == "UnionOperation" then
  130. chil.Locked = false
  131. end
  132. if chil.ClassName == "Model" then
  133. for index, childe in pairs(chil:GetChildren()) do
  134. if childe.ClassName == "Part" then
  135. childe.Locked = false
  136. end
  137. if childe.ClassName == "MeshPart" then
  138. childe.Locked = false
  139. end
  140. if childe.ClassName == "UnionOperation" then
  141. childe.Locked = false
  142. end
  143. if childe.ClassName == "Model" then
  144. for index, childeo in pairs(childe:GetChildren()) do
  145. if childeo.ClassName == "Part" then
  146. childeo.Locked = false
  147. end
  148. if childeo.ClassName == "MeshPart" then
  149. childeo.Locked = false
  150. end
  151. if childeo.ClassName == "UnionOperation" then
  152. childeo.Locked = false
  153. end
  154. if childeo.ClassName == "Model" then
  155. end
  156. end
  157. end
  158. end
  159. end
  160. end
  161. end
  162. end
  163. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  164. c.BinType = Enum.BinType.Hammer
  165. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  166. c.BinType = Enum.BinType.Clone
  167. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  168. c.BinType = Enum.BinType.Grab
  169. end)
  170.  
  171. Gravity.Name = "Gravity "
  172. Gravity.Parent = TopCreddsshit
  173. Gravity.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  174. Gravity.Position = UDim2.new(0.0248091593, 0, 4.23999977, 0)
  175. Gravity.Size = UDim2.new(0, 117, 0, 50)
  176. Gravity.Font = Enum.Font.Cartoon
  177. Gravity.Text = "Gravity (On)"
  178. Gravity.TextColor3 = Color3.fromRGB(0, 0, 0)
  179. Gravity.TextSize = 18.000
  180. Gravity.MouseButton1Down:connect(function()
  181. if Gravity == true then
  182. Gravity = false
  183. game.workspace.Gravity = 90
  184. else
  185. Gravity = false
  186. game.workspace.Gravity = 45
  187. end
  188. end)
  189.  
  190. InfJump.Name = "Inf Jump"
  191. InfJump.Parent = TopCreddsshit
  192. InfJump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  193. InfJump.Position = UDim2.new(0.0248091593, 0, 7.03999996, 0)
  194. InfJump.Size = UDim2.new(0, 117, 0, 50)
  195. InfJump.Font = Enum.Font.Cartoon
  196. InfJump.Text = "Inf jump"
  197. InfJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  198. InfJump.TextSize = 20.000
  199. InfJump.MouseButton1Down:connect(function()
  200. -- //~ F to toggle ~\\ --
  201.  
  202. _G.infinjump = true
  203.  
  204. local Player = game:GetService("Players").LocalPlayer
  205. local Mouse = Player:GetMouse()
  206. Mouse.KeyDown:connect(function(k)
  207. if _G.infinjump then
  208. if k:byte() == 32 then
  209. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  210. Humanoid:ChangeState("Jumping")
  211. wait(0.1)
  212. Humanoid:ChangeState("Seated")
  213. end
  214. end
  215. end)
  216.  
  217. local Player = game:GetService("Players").LocalPlayer
  218. local Mouse = Player:GetMouse()
  219. Mouse.KeyDown:connect(function(k)
  220. k = k:lower()
  221. if k == "f" then
  222. if _G.infinjump == true then
  223. _G.infinjump = false
  224. else
  225. _G.infinjump = true
  226. end
  227. end
  228. end)
  229. end)
  230.  
  231. Speed.Name = "Speed"
  232. Speed.Parent = TopCreddsshit
  233. Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  234. Speed.Position = UDim2.new(0.362595409, 0, 1.44000006, 0)
  235. Speed.Size = UDim2.new(0, 117, 0, 50)
  236. Speed.Font = Enum.Font.Cartoon
  237. Speed.Text = "Speed (x)"
  238. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  239. Speed.TextSize = 19.000
  240. Speed.MouseButton1Down:connect(function()
  241. local walkspeedplayer = game:GetService("Players").LocalPlayer
  242. local walkspeedmouse = walkspeedplayer:GetMouse()
  243.  
  244. local walkspeedenabled = false
  245.  
  246. function x_walkspeed(key)
  247. if (key == "x") then
  248. if walkspeedenabled == false then
  249. _G.WS = 110;
  250. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  251. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  252. Humanoid.WalkSpeed = _G.WS;
  253. end)
  254. Humanoid.WalkSpeed = _G.WS;
  255.  
  256. walkspeedenabled = true
  257. elseif walkspeedenabled == true then
  258. _G.WS = 20;
  259. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  260. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  261. Humanoid.WalkSpeed = _G.WS;
  262. end)
  263. Humanoid.WalkSpeed = _G.WS;
  264.  
  265. walkspeedenabled = false
  266. end
  267. end
  268. end
  269.  
  270. walkspeedmouse.KeyDown:connect(x_walkspeed)
  271.  
  272. end)
  273.  
  274. GravityOff.Name = "Gravity Off"
  275. GravityOff.Parent = TopCreddsshit
  276. GravityOff.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  277. GravityOff.Position = UDim2.new(0.362595409, 0, 4.23999977, 0)
  278. GravityOff.Size = UDim2.new(0, 117, 0, 50)
  279. GravityOff.Font = Enum.Font.Cartoon
  280. GravityOff.Text = "Gravity (Off)"
  281. GravityOff.TextColor3 = Color3.fromRGB(0, 0, 0)
  282. GravityOff.TextSize = 18.000
  283. GravityOff.MouseButton1Down:connect(function()
  284. if Gravity == true then
  285. Gravity = false
  286. game.workspace.Gravity = 90
  287. else
  288. Gravity = true
  289. game.workspace.Gravity = 196.2
  290. end
  291. end)
  292.  
  293. InfNitro.Name = "Inf Nitro"
  294. InfNitro.Parent = TopCreddsshit
  295. InfNitro.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  296. InfNitro.Position = UDim2.new(0.362595409, 0, 7.03999996, 0)
  297. InfNitro.Size = UDim2.new(0, 117, 0, 50)
  298. InfNitro.Font = Enum.Font.Cartoon
  299. InfNitro.Text = "AutoRob"
  300. InfNitro.TextColor3 = Color3.fromRGB(0, 0, 0)
  301. InfNitro.TextSize = 19.000
  302. InfNitro.MouseButton1Down:connect(function()
  303. script=loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  304. end)
  305.  
  306. Noclipsoon.Name = "Noclip soon"
  307. Noclipsoon.Parent = TopCreddsshit
  308. Noclipsoon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  309. Noclipsoon.Position = UDim2.new(0.688931227, 0, 1.44000006, 0)
  310. Noclipsoon.Size = UDim2.new(0, 117, 0, 50)
  311. Noclipsoon.Font = Enum.Font.Cartoon
  312. Noclipsoon.Text = "Noclip"
  313. Noclipsoon.TextColor3 = Color3.fromRGB(0, 0, 0)
  314. Noclipsoon.TextSize = 22.000
  315. Noclipsoon.MouseButton1Down:connect(function()
  316. if _G.Noclip == nil or not _G.Noclip.Connected then
  317. lp = game:service'Players'.LocalPlayer
  318. _G.Noclip = game:service'RunService'.Stepped:Connect(function()
  319. lp.Character.Head.CanCollide = false
  320. lp.Character.LowerTorso.CanCollide = false
  321. lp.Character.UpperTorso.CanCollide = false
  322. lp.Character.HumanoidRootPart.CanCollide = false
  323. if lp.Character:FindFirstChild'Badge' then
  324. lp.Character.Badge.CanCollide = false
  325. end
  326. end)
  327. end
  328. end)
  329.  
  330. ConrtlDelete.Name = "Conrtl Delete"
  331. ConrtlDelete.Parent = TopCreddsshit
  332. ConrtlDelete.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. ConrtlDelete.Position = UDim2.new(0.688931227, 0, 4.23999977, 0)
  334. ConrtlDelete.Size = UDim2.new(0, 117, 0, 50)
  335. ConrtlDelete.Font = Enum.Font.Cartoon
  336. ConrtlDelete.Text = "Cntrl Delete"
  337. ConrtlDelete.TextColor3 = Color3.fromRGB(0, 0, 0)
  338. ConrtlDelete.TextSize = 19.000
  339. ConrtlDelete.MouseButton1Down:connect(function()
  340. --Hold CLTR and click to delete parts (you need to rejoin if you delete something wrong!! W/ <3 plemrbx<3
  341. local Plr = game:GetService("Players").LocalPlayer
  342. local Mouse = Plr:GetMouse()
  343.  
  344. Mouse.Button1Down:connect(function()
  345. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  346. if not Mouse.Target then return end
  347. Mouse.Target:Destroy()
  348. end)
  349. end)
  350.  
  351. InfAmo.Name = "Inf Amo"
  352. InfAmo.Parent = TopCreddsshit
  353. InfAmo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  354. InfAmo.Position = UDim2.new(0.688931227, 0, 7.03999996, 0)
  355. InfAmo.Size = UDim2.new(0, 117, 0, 50)
  356. InfAmo.Font = Enum.Font.Cartoon
  357. InfAmo.Text = "inf Ammo(Soon)"
  358. InfAmo.TextColor3 = Color3.fromRGB(0, 0, 0)
  359. InfAmo.TextSize = 16.000
  360.  
  361.  
  362. bottomCreddsshit.Name = "bottom Credds shit"
  363. bottomCreddsshit.Parent = Main
  364. bottomCreddsshit.Active = true
  365. bottomCreddsshit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  366. bottomCreddsshit.BorderSizePixel = 0
  367. bottomCreddsshit.Position = UDim2.new(0.000639145961, 0, 0.879894912, 0)
  368. bottomCreddsshit.Size = UDim2.new(0, 524, 0, 35)
  369.  
  370. Checkytfornewversion.Name = "Check yt for new version"
  371. Checkytfornewversion.Parent = bottomCreddsshit
  372. Checkytfornewversion.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  373. Checkytfornewversion.BorderSizePixel = 0
  374. Checkytfornewversion.Position = UDim2.new(0.530150831, 0, 0.562337577, 0)
  375. Checkytfornewversion.Size = UDim2.new(0, 198, 0, 10)
  376. Checkytfornewversion.Font = Enum.Font.Cartoon
  377. Checkytfornewversion.Text = "Check youtube for a newer version if available"
  378. Checkytfornewversion.TextColor3 = Color3.fromRGB(255, 255, 255)
  379. Checkytfornewversion.TextSize = 13.000
  380.  
  381. CreatedbyWolfz.Name = "Created by Wolfz"
  382. CreatedbyWolfz.Parent = bottomCreddsshit
  383. CreatedbyWolfz.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  384. CreatedbyWolfz.BorderSizePixel = 0
  385. CreatedbyWolfz.Position = UDim2.new(0.0517853647, 0, 0.140224606, 0)
  386. CreatedbyWolfz.Size = UDim2.new(0, 184, 0, 25)
  387. CreatedbyWolfz.Font = Enum.Font.Cartoon
  388. CreatedbyWolfz.Text = "Created by Wolfz Cheats"
  389. CreatedbyWolfz.TextColor3 = Color3.fromRGB(255, 255, 255)
  390. CreatedbyWolfz.TextSize = 24.000
  391.  
  392. Updatedlast.Name = "Updated last"
  393. Updatedlast.Parent = bottomCreddsshit
  394. Updatedlast.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  395. Updatedlast.BorderSizePixel = 0
  396. Updatedlast.Position = UDim2.new(0.552965939, 0, -0.0058192662, 0)
  397. Updatedlast.Size = UDim2.new(0, 173, 0, 19)
  398. Updatedlast.Font = Enum.Font.Cartoon
  399. Updatedlast.Text = "Updated 2/1/2020"
  400. Updatedlast.TextColor3 = Color3.fromRGB(255, 255, 255)
  401. Updatedlast.TextSize = 22.000
Add Comment
Please, Sign In to add comment