Advertisement
Wolfz_Cheats

JailBreakhaxx2

Mar 1st, 2020
2,345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.67 KB | None | 0 0
  1. local JailbreakHaxx2 = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Noclip = Instance.new("TextButton")
  4. local Speed = Instance.new("TextButton")
  5. local InfJump = Instance.new("TextButton")
  6. local AltDelete = Instance.new("TextButton")
  7. local Btools = Instance.new("TextButton")
  8. local JailedCat = Instance.new("TextButton")
  9. local AutoRob = Instance.new("TextButton")
  10. local AntiKick = Instance.new("TextButton")
  11. local ChatSpy = Instance.new("TextButton")
  12. local Jailbreak = Instance.new("TextLabel")
  13. local Haxx = Instance.new("TextLabel")
  14. local Status1 = Instance.new("TextLabel")
  15. local Status2 = Instance.new("TextLabel")
  16. local LabelH = Instance.new("TextLabel")
  17. local LabelJ = Instance.new("TextLabel")
  18. local Close = Instance.new("TextButton")
  19. local UpdatedLast = Instance.new("TextLabel")
  20. local OpenFrame = Instance.new("Frame")
  21. local Open = Instance.new("TextButton")
  22.  
  23. --Properties:
  24. game.StarterGui:SetCore("SendNotification", {
  25. Title = "JailbreakHaxx2!";
  26. Text = "Injected :D";
  27. Icon = "";
  28. Duration = 5;
  29. Callback = bindableFunction;
  30. Button1 = "";
  31. Button2 = "";
  32. })
  33.  
  34. game.StarterGui:SetCore("SendNotification", {
  35. Title = "JailbreakHaxx2!";
  36. Text = "Reccommended to use level 7 exploit for best performance";
  37. Icon = "";
  38. Duration = 5;
  39. Callback = bindableFunction;
  40. Button1 = "";
  41. Button2 = "";
  42. })
  43.  
  44. JailbreakHaxx2.Name = "JailbreakHaxx2"
  45. JailbreakHaxx2.Parent = game.CoreGui
  46. JailbreakHaxx2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  47.  
  48. Main.Name = "Main"
  49. Main.Parent = JailbreakHaxx2
  50. Main.Active = true
  51. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  52. Main.Position = UDim2.new(0.294879675, 0, 0.0528255515, 0)
  53. Main.Size = UDim2.new(0, 524, 0, 220)
  54. Main.Draggable = true
  55.  
  56. Noclip.Name = "Noclip"
  57. Noclip.Parent = Main
  58. Noclip.BackgroundColor3 = Color3.fromRGB(185, 6, 255)
  59. Noclip.Position = UDim2.new(0.0226438008, 0, 0.15875499, 0)
  60. Noclip.Size = UDim2.new(0, 157, 0, 35)
  61. Noclip.Font = Enum.Font.Arial
  62. Noclip.Text = "Noclip"
  63. Noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  64. Noclip.TextSize = 18.000
  65. Noclip.MouseButton1Down:connect(function()
  66. game.StarterGui:SetCore("SendNotification", {
  67. Title = "JailbreakHaxx2!";
  68. Text = "Noclip Enabled";
  69. Icon = "";
  70. Duration = 5;
  71. Callback = bindableFunction;
  72. Button1 = "";
  73. Button2 = "";
  74. })
  75. loadstring(game:HttpGet("https://pastebin.com/raw/cZedvY8Q"))();
  76. end)
  77.  
  78. Speed.Name = "Speed"
  79. Speed.Parent = Main
  80. Speed.BackgroundColor3 = Color3.fromRGB(185, 6, 255)
  81. Speed.Position = UDim2.new(0.0226438008, 0, 0.422391325, 0)
  82. Speed.Size = UDim2.new(0, 157, 0, 35)
  83. Speed.Font = Enum.Font.Arial
  84. Speed.Text = "Speed(X)"
  85. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. Speed.TextSize = 18.000
  87. Speed.MouseButton1Down:connect(function()
  88. game.StarterGui:SetCore("SendNotification", {
  89. Title = "JailbreakHaxx2!";
  90. Text = "Speed Enabled use X to toggle";
  91. Icon = "";
  92. Duration = 5;
  93. Callback = bindableFunction;
  94. Button1 = "";
  95. Button2 = "";
  96. })
  97.  
  98. local walkspeedplayer = game:GetService("Players").LocalPlayer
  99. local walkspeedmouse = walkspeedplayer:GetMouse()
  100.  
  101. local walkspeedenabled = false
  102.  
  103. function x_walkspeed(key)
  104. if (key == "x") then
  105. if walkspeedenabled == false then
  106. _G.WS = 110;
  107. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  108. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  109. Humanoid.WalkSpeed = _G.WS;
  110. end)
  111. Humanoid.WalkSpeed = _G.WS;
  112.  
  113. walkspeedenabled = true
  114. elseif walkspeedenabled == true then
  115. _G.WS = 20;
  116. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  117. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  118. Humanoid.WalkSpeed = _G.WS;
  119. end)
  120. Humanoid.WalkSpeed = _G.WS;
  121.  
  122. walkspeedenabled = false
  123. end
  124. end
  125. end
  126.  
  127. walkspeedmouse.KeyDown:connect(x_walkspeed)
  128.  
  129. end)
  130.  
  131. InfJump.Name = "InfJump"
  132. InfJump.Parent = Main
  133. InfJump.BackgroundColor3 = Color3.fromRGB(185, 6, 255)
  134. InfJump.Position = UDim2.new(0.0226438008, 0, 0.681482196, 0)
  135. InfJump.Size = UDim2.new(0, 157, 0, 35)
  136. InfJump.Font = Enum.Font.Arial
  137. InfJump.Text = "InfJump"
  138. InfJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. InfJump.TextSize = 18.000
  140. InfJump.MouseButton1Down:connect(function()
  141. InfiniteJumpEnabled = true
  142. game:GetService("UserInputService").JumpRequest:connect(function()
  143. if InfiniteJumpEnabled then
  144. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  145. end
  146. end)
  147. end)
  148.  
  149. AltDelete.Name = "AltDelete"
  150. AltDelete.Parent = Main
  151. AltDelete.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  152. AltDelete.BorderColor3 = Color3.fromRGB(255, 255, 255)
  153. AltDelete.Position = UDim2.new(0.348979682, 0, 0.422391325, 0)
  154. AltDelete.Size = UDim2.new(0, 157, 0, 35)
  155. AltDelete.Font = Enum.Font.Arial
  156. AltDelete.Text = "AltDelete"
  157. AltDelete.TextColor3 = Color3.fromRGB(255, 255, 255)
  158. AltDelete.TextSize = 18.000
  159. AltDelete.MouseButton1Down:connect(function()
  160. local Plr = game:GetService("Players").LocalPlayer
  161. local Mouse = Plr:GetMouse()
  162. Mouse.Button1Down:connect(function()
  163. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftAlt) then return end
  164. if not Mouse.Target then return end
  165. Mouse.Target:Destroy()
  166. end)
  167. end)
  168.  
  169. Btools.Name = "Btools"
  170. Btools.Parent = Main
  171. Btools.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  172. Btools.BorderColor3 = Color3.fromRGB(255, 255, 255)
  173. Btools.Position = UDim2.new(0.348979682, 0, 0.681482196, 0)
  174. Btools.Size = UDim2.new(0, 157, 0, 35)
  175. Btools.Font = Enum.Font.Arial
  176. Btools.Text = "Btools"
  177. Btools.TextColor3 = Color3.fromRGB(255, 255, 255)
  178. Btools.TextSize = 18.000
  179. Btools.MouseButton1Down:connect(function()
  180. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  181. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  182. if child.ClassName == "Part" then
  183. child.Locked = false
  184. end
  185. if child.ClassName == "MeshPart" then
  186. child.Locked = false
  187. end
  188. if child.ClassName == "UnionOperation" then
  189. child.Locked = false
  190. end
  191. if child.ClassName == "Model" then
  192. for index, chil in pairs(child:GetChildren()) do
  193. if chil.ClassName == "Part" then
  194. chil.Locked = false
  195. end
  196. if chil.ClassName == "MeshPart" then
  197. chil.Locked = false
  198. end
  199. if chil.ClassName == "UnionOperation" then
  200. chil.Locked = false
  201. end
  202. if chil.ClassName == "Model" then
  203. for index, childe in pairs(chil:GetChildren()) do
  204. if childe.ClassName == "Part" then
  205. childe.Locked = false
  206. end
  207. if childe.ClassName == "MeshPart" then
  208. childe.Locked = false
  209. end
  210. if childe.ClassName == "UnionOperation" then
  211. childe.Locked = false
  212. end
  213. if childe.ClassName == "Model" then
  214. for index, childeo in pairs(childe:GetChildren()) do
  215. if childeo.ClassName == "Part" then
  216. childeo.Locked = false
  217. end
  218. if childeo.ClassName == "MeshPart" then
  219. childeo.Locked = false
  220. end
  221. if childeo.ClassName == "UnionOperation" then
  222. childeo.Locked = false
  223. end
  224. if childeo.ClassName == "Model" then
  225. end
  226. end
  227. end
  228. end
  229. end
  230. end
  231. end
  232. end
  233. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  234. c.BinType = Enum.BinType.Hammer
  235. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  236. c.BinType = Enum.BinType.Clone
  237. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  238. c.BinType = Enum.BinType.Grab
  239. end)
  240.  
  241. JailedCat.Name = "JailedCat"
  242. JailedCat.Parent = Main
  243. JailedCat.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  244. JailedCat.Position = UDim2.new(0.686765909, 0, 0.422391325, 0)
  245. JailedCat.Size = UDim2.new(0, 157, 0, 35)
  246. JailedCat.Font = Enum.Font.Arial
  247. JailedCat.Text = "JailedCat"
  248. JailedCat.TextColor3 = Color3.fromRGB(0, 0, 0)
  249. JailedCat.TextSize = 18.000
  250. JailedCat.MouseButton1Down:connect(function()
  251. loadstring(game:HttpGet("https://pastebin.com/raw/yvmWLNP0", true))()
  252. end)
  253.  
  254. AutoRob.Name = "AutoRob"
  255. AutoRob.Parent = Main
  256. AutoRob.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  257. AutoRob.Position = UDim2.new(0.686765909, 0, 0.681482255, 0)
  258. AutoRob.Size = UDim2.new(0, 157, 0, 35)
  259. AutoRob.Font = Enum.Font.Arial
  260. AutoRob.Text = "AutoRob"
  261. AutoRob.TextColor3 = Color3.fromRGB(0, 0, 0)
  262. AutoRob.TextSize = 18.000
  263. AutoRob.MouseButton1Down:connect(function()
  264. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  265. end)
  266.  
  267. AntiKick.Name = "AntiKick"
  268. AntiKick.Parent = Main
  269. AntiKick.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  270. AntiKick.Position = UDim2.new(0.686765909, 0, 0.158755004, 0)
  271. AntiKick.Size = UDim2.new(0, 157, 0, 35)
  272. AntiKick.Font = Enum.Font.Arial
  273. AntiKick.Text = "AntiKick(beta)"
  274. AntiKick.TextColor3 = Color3.fromRGB(0, 0, 0)
  275. AntiKick.TextSize = 18.000
  276. AntiKick.MouseButton1Down:connect(function()
  277. game.StarterGui:SetCore("SendNotification", {
  278. Title = "AntiKick";
  279. Text = "Bypassed";
  280. Icon = "";
  281. Duration = 5;
  282. Callback = bindableFunction;
  283. Button1 = "";
  284. Button2 = "";
  285. })
  286. local mt = getrawmetatable(game)
  287. local oldNamecall = mt.__namecall
  288. if setreadonly then setreadonly(mt, false) else make_writeable(mt, true) end
  289. local namecallMethod = getnamecallmethod or get_namecall_method
  290. local newClose = newcclosure or function(f) return f end
  291.  
  292. mt.__namecall = newClose(function(self, ...)
  293. local method = namecallMethod()
  294. local args = {...}
  295.  
  296. if method == "Kick" then
  297. warn('Kick Attempt')
  298. wait(math.huge)
  299. end
  300. return oldNamecall(self, unpack(args))
  301. end)
  302. if setreadonly then setreadonly(mt, true) else make_writeable(mt, false) end
  303. end)
  304.  
  305. ChatSpy.Name = "ChatSpy"
  306. ChatSpy.Parent = Main
  307. ChatSpy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  308. ChatSpy.BorderColor3 = Color3.fromRGB(255, 255, 255)
  309. ChatSpy.Position = UDim2.new(0.348979682, 0, 0.15875499, 0)
  310. ChatSpy.Size = UDim2.new(0, 157, 0, 35)
  311. ChatSpy.Font = Enum.Font.Arial
  312. ChatSpy.Text = "Chat Spy"
  313. ChatSpy.TextColor3 = Color3.fromRGB(255, 255, 255)
  314. ChatSpy.TextSize = 18.000
  315. ChatSpy.MouseButton1Down:connect(function()
  316. loadstring(game:HttpGet("https://pastebin.com/raw/Ux4W3V5K"))();
  317. end)
  318.  
  319. Jailbreak.Name = "Jailbreak"
  320. Jailbreak.Parent = Main
  321. Jailbreak.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  322. Jailbreak.BackgroundTransparency = 1.000
  323. Jailbreak.Position = UDim2.new(0.347328216, 0, 0.0318181813, 0)
  324. Jailbreak.Size = UDim2.new(0, 74, 0, 27)
  325. Jailbreak.Font = Enum.Font.Arial
  326. Jailbreak.Text = "Jailbreak"
  327. Jailbreak.TextColor3 = Color3.fromRGB(255, 0, 251)
  328. Jailbreak.TextSize = 28.000
  329.  
  330. Haxx.Name = "Haxx"
  331. Haxx.Parent = Main
  332. Haxx.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. Haxx.BackgroundTransparency = 1.000
  334. Haxx.Position = UDim2.new(0.520992279, 0, 0.0318181813, 0)
  335. Haxx.Size = UDim2.new(0, 74, 0, 27)
  336. Haxx.Font = Enum.Font.Arial
  337. Haxx.Text = "Haxx2"
  338. Haxx.TextColor3 = Color3.fromRGB(234, 255, 0)
  339. Haxx.TextSize = 28.000
  340.  
  341. Status1.Name = "Status1"
  342. Status1.Parent = Main
  343. Status1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  344. Status1.BackgroundTransparency = 1.000
  345. Status1.Position = UDim2.new(0.347328216, 0, 0.877272725, 0)
  346. Status1.Size = UDim2.new(0, 74, 0, 27)
  347. Status1.Font = Enum.Font.Arial
  348. Status1.Text = "Statu"
  349. Status1.TextColor3 = Color3.fromRGB(255, 0, 251)
  350. Status1.TextSize = 28.000
  351.  
  352. Status2.Name = "Status2"
  353. Status2.Parent = Main
  354. Status2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  355. Status2.BackgroundTransparency = 1.000
  356. Status2.Position = UDim2.new(0.561068654, 0, 0.877272725, 0)
  357. Status2.Size = UDim2.new(0, 74, 0, 27)
  358. Status2.Font = Enum.Font.Arial
  359. Status2.Text = "s : Undetected"
  360. Status2.TextColor3 = Color3.fromRGB(234, 255, 0)
  361. Status2.TextSize = 28.000
  362.  
  363. LabelH.Name = "LabelH"
  364. LabelH.Parent = Main
  365. LabelH.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  366. LabelH.BackgroundTransparency = 1.000
  367. LabelH.Position = UDim2.new(0.900763333, 0, 0.0318181515, 0)
  368. LabelH.Size = UDim2.new(0, 74, 0, 27)
  369. LabelH.Font = Enum.Font.Arial
  370. LabelH.Text = "H"
  371. LabelH.TextColor3 = Color3.fromRGB(234, 255, 0)
  372. LabelH.TextSize = 35.000
  373.  
  374. LabelJ.Name = "LabelJ"
  375. LabelJ.Parent = Main
  376. LabelJ.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  377. LabelJ.BackgroundTransparency = 1.000
  378. LabelJ.Position = UDim2.new(-2.98023224e-08, 0, 0.0272727273, 0)
  379. LabelJ.Size = UDim2.new(0, 33, 0, 27)
  380. LabelJ.Font = Enum.Font.Arial
  381. LabelJ.Text = "J"
  382. LabelJ.TextColor3 = Color3.fromRGB(255, 0, 251)
  383. LabelJ.TextSize = 35.000
  384.  
  385. Close.Name = "Close"
  386. Close.Parent = Main
  387. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  388. Close.BackgroundTransparency = 1.000
  389. Close.Position = UDim2.new(0.874045968, 0, 0.0272727273, 0)
  390. Close.Size = UDim2.new(0, 38, 0, 26)
  391. Close.Font = Enum.Font.Arial
  392. Close.Text = "-"
  393. Close.TextColor3 = Color3.fromRGB(225, 218, 0)
  394. Close.TextSize = 35.000
  395. Close.MouseButton1Down:connect(function()
  396. OpenFrame.Visible = true
  397. Main.Visible = false
  398. end)
  399.  
  400. UpdatedLast.Name = "UpdatedLast"
  401. UpdatedLast.Parent = Main
  402. UpdatedLast.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  403. UpdatedLast.BackgroundTransparency = 1.000
  404. UpdatedLast.Position = UDim2.new(0.0209923666, 0, 0.863636374, 0)
  405. UpdatedLast.Size = UDim2.new(0, 119, 0, 30)
  406. UpdatedLast.Font = Enum.Font.Arial
  407. UpdatedLast.Text = "Updated 3/9/20"
  408. UpdatedLast.TextColor3 = Color3.fromRGB(217, 1, 255)
  409. UpdatedLast.TextSize = 18.000
  410.  
  411. OpenFrame.Name = "OpenFrame"
  412. OpenFrame.Parent = JailbreakHaxx2
  413. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  414. OpenFrame.Position = UDim2.new(0, 0, 0.280007482, 0)
  415. OpenFrame.Size = UDim2.new(0, 100, 0, 23)
  416. OpenFrame.Visible = false
  417.  
  418. Open.Name = "Open"
  419. Open.Parent = OpenFrame
  420. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  421. Open.BorderSizePixel = 0
  422. Open.Position = UDim2.new(0, 0, 6.63425624e-07, 0)
  423. Open.Size = UDim2.new(0, 100, 0, 22)
  424. Open.Font = Enum.Font.Arial
  425. Open.Text = "Open"
  426. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  427. Open.TextSize = 20.000
  428. Open.MouseButton1Down:connect(function()
  429. Main.Visible = true
  430. OpenFrame.Visible = false
  431. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement