AlexRobKitYT

[Patched] Adding Bypasses JailScripter

Jul 14th, 2019
23,363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.05 KB | None | 0 0
  1. --FREE VERSION --ADDING ANTI-KICK SISTEM
  2.                                                                                                                                                                                                                                                                   --[[
  3. -==Is Roblox, Is Adventure==-
  4. CopyRight
  5. Use this exploit only for exploiting
  6. If you wanna publish it, you can
  7. contact:
  8. COMING SOON...- Discord
  9.  
  10. Roblox - Jailbreak Gui
  11.  
  12. 25 m of exploit creation
  13.                                                                                                                                                                                                                                                              ]]--
  14.  
  15. -- Instances:
  16. local JailScripter = Instance.new("ScreenGui")
  17. local Title = Instance.new("TextLabel")
  18. local MainGui = Instance.new("Frame")
  19. local WS = Instance.new("TextButton")
  20. local CrimBase = Instance.new("TextButton")
  21. local NoClip = Instance.new("TextButton")
  22. local Bank = Instance.new("TextButton")
  23. local BTools = Instance.new("TextButton")
  24. local Jewel = Instance.new("TextButton")
  25. local ClickTP = Instance.new("TextButton")
  26. local Delete = Instance.new("TextButton")
  27. local OPENCLOSE = Instance.new("TextButton")
  28. --Properties:
  29. JailScripter.Name = "JailScripter"
  30. JailScripter.Parent = game.CoreGui
  31.  
  32. Title.Name = "Title"
  33. Title.Parent = JailScripter
  34. Title.AnchorPoint = Vector2.new(0.5, 0.5)
  35. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  36. Title.BorderSizePixel = 0
  37. Title.Position = UDim2.new(0.811735868, 0, 0.548880994, 0)
  38. Title.Size = UDim2.new(0.376527995, 0, 0.0585012883, 0)
  39. Title.Font = Enum.Font.Code
  40. Title.Text = "JailScripter"
  41. Title.TextColor3 = Color3.new(1, 1, 1)
  42. Title.TextScaled = true
  43. Title.TextSize = 14
  44. Title.TextWrapped = true
  45. Title.Active = true
  46. Title.Draggable = true
  47.  
  48. MainGui.Name = "MainGui"
  49. MainGui.Parent = Title
  50. MainGui.AnchorPoint = Vector2.new(0.5, 0.5)
  51. MainGui.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  52. MainGui.BackgroundTransparency = 0.5
  53. MainGui.BorderSizePixel = 0
  54. MainGui.Position = UDim2.new(0.49999994, 0, 4.61936188, 0)
  55. MainGui.Size = UDim2.new(1, 0, 7.25764894, 0)
  56.  
  57. WS.Name = "WS"
  58. WS.Parent = MainGui
  59. WS.AnchorPoint = Vector2.new(0.5, 0.5)
  60. WS.BackgroundColor3 = Color3.new(1, 1, 1)
  61. WS.Position = UDim2.new(0.162337705, 0, 0.0693539083, 0)
  62. WS.Size = UDim2.new(0.324675411, 0, 0.138707817, 0)
  63. WS.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  64. WS.Font = Enum.Font.SourceSans
  65. WS.Text = "WalkSpeed [X]"
  66. WS.TextColor3 = Color3.new(0, 0, 0)
  67. WS.TextScaled = true
  68. WS.TextSize = 14
  69. WS.TextWrapped = true
  70.  
  71. CrimBase.Name = "CrimBase"
  72. CrimBase.Parent = MainGui
  73. CrimBase.AnchorPoint = Vector2.new(0.5, 0.5)
  74. CrimBase.BackgroundColor3 = Color3.new(1, 1, 1)
  75. CrimBase.Position = UDim2.new(0.162337705, 0, 0.208061725, 0)
  76. CrimBase.Size = UDim2.new(0.324675411, 0, 0.138707817, 0)
  77. CrimBase.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  78. CrimBase.Font = Enum.Font.SourceSans
  79. CrimBase.Text = "CrimBase"
  80. CrimBase.TextColor3 = Color3.new(0, 0, 0)
  81. CrimBase.TextScaled = true
  82. CrimBase.TextSize = 14
  83. CrimBase.TextWrapped = true
  84.  
  85. NoClip.Name = "NoClip"
  86. NoClip.Parent = MainGui
  87. NoClip.AnchorPoint = Vector2.new(0.5, 0.5)
  88. NoClip.BackgroundColor3 = Color3.new(1, 1, 1)
  89. NoClip.Position = UDim2.new(0.487013102, 0, 0.0693539083, 0)
  90. NoClip.Size = UDim2.new(0.324675411, 0, 0.138707817, 0)
  91. NoClip.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  92. NoClip.Font = Enum.Font.SourceSans
  93. NoClip.Text = "NoClip [B] [Disabled]"
  94. NoClip.TextColor3 = Color3.new(0, 0, 0)
  95. NoClip.TextScaled = true
  96. NoClip.TextSize = 14
  97. NoClip.TextWrapped = true
  98.  
  99. Bank.Name = "Bank"
  100. Bank.Parent = MainGui
  101. Bank.AnchorPoint = Vector2.new(0.5, 0.5)
  102. Bank.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Bank.Position = UDim2.new(0.487013102, 0, 0.208061725, 0)
  104. Bank.Size = UDim2.new(0.324675411, 0, 0.138707817, 0)
  105. Bank.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  106. Bank.Font = Enum.Font.SourceSans
  107. Bank.Text = "Bank"
  108. Bank.TextColor3 = Color3.new(0, 0, 0)
  109. Bank.TextScaled = true
  110. Bank.TextSize = 14
  111. Bank.TextWrapped = true
  112.  
  113. BTools.Name = "BTools"
  114. BTools.Parent = MainGui
  115. BTools.AnchorPoint = Vector2.new(0.5, 0.5)
  116. BTools.BackgroundColor3 = Color3.new(1, 1, 1)
  117. BTools.Position = UDim2.new(0.811688542, 0, 0.0693539083, 0)
  118. BTools.Size = UDim2.new(0.324675411, 0, 0.138707817, 0)
  119. BTools.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  120. BTools.Font = Enum.Font.SourceSans
  121. BTools.Text = "BTools"
  122. BTools.TextColor3 = Color3.new(0, 0, 0)
  123. BTools.TextScaled = true
  124. BTools.TextSize = 14
  125. BTools.TextWrapped = true
  126.  
  127. Jewel.Name = "Jewel"
  128. Jewel.Parent = MainGui
  129. Jewel.AnchorPoint = Vector2.new(0.5, 0.5)
  130. Jewel.BackgroundColor3 = Color3.new(1, 1, 1)
  131. Jewel.Position = UDim2.new(0.811688542, 0, 0.208061725, 0)
  132. Jewel.Size = UDim2.new(0.324675411, 0, 0.138707817, 0)
  133. Jewel.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  134. Jewel.Font = Enum.Font.SourceSans
  135. Jewel.Text = "Jewel"
  136. Jewel.TextColor3 = Color3.new(0, 0, 0)
  137. Jewel.TextScaled = true
  138. Jewel.TextSize = 14
  139. Jewel.TextWrapped = true
  140.  
  141. ClickTP.Name = "ClickTP"
  142. ClickTP.Parent = MainGui
  143. ClickTP.AnchorPoint = Vector2.new(0.5, 0.5)
  144. ClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
  145. ClickTP.Position = UDim2.new(0.162337691, 0, 0.438316673, 0)
  146. ClickTP.Size = UDim2.new(0.324675411, 0, 0.138707817, 0)
  147. ClickTP.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  148. ClickTP.Font = Enum.Font.SourceSans
  149. ClickTP.Text = "COMING SOON ClickTP"
  150. ClickTP.TextColor3 = Color3.new(0, 0, 0)
  151. ClickTP.TextScaled = true
  152. ClickTP.TextSize = 14
  153. ClickTP.TextWrapped = true
  154.  
  155. Delete.Name = "Delete"
  156. Delete.Parent = Title
  157. Delete.AnchorPoint = Vector2.new(0.5, 0.5)
  158. Delete.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Delete.BackgroundTransparency = 1
  160. Delete.Position = UDim2.new(0.124051221, 0, 0.497388721, 0)
  161. Delete.Size = UDim2.new(0.248872712, 0, 1.00522387, 0)
  162. Delete.Font = Enum.Font.Cartoon
  163. Delete.Text = "Delete"
  164. Delete.TextColor3 = Color3.new(1, 0, 0)
  165. Delete.TextScaled = true
  166. Delete.TextSize = 14
  167. Delete.TextWrapped = true
  168.  
  169. OPENCLOSE.Name = "OPEN/CLOSE"
  170. OPENCLOSE.Parent = Title
  171. OPENCLOSE.AnchorPoint = Vector2.new(0.5, 0.5)
  172. OPENCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  173. OPENCLOSE.BackgroundTransparency = 1
  174. OPENCLOSE.Position = UDim2.new(0.865241587, 0, 0.499979198, 0)
  175. OPENCLOSE.Size = UDim2.new(0.266729832, 0, 0.999957979, 0)
  176. OPENCLOSE.Font = Enum.Font.Cartoon
  177. OPENCLOSE.Text = "CLOSE"
  178. OPENCLOSE.TextColor3 = Color3.new(1, 0, 0)
  179. OPENCLOSE.TextScaled = true
  180. OPENCLOSE.TextSize = 14
  181. OPENCLOSE.TextWrapped = true
  182. -- Scripts:
  183. function SCRIPT_CLQU86_FAKESCRIPT() -- WS.LocalScript
  184.     local script = Instance.new('LocalScript')
  185.     script.Parent = WS
  186.     local WS = script.Parent
  187.    
  188.     WS.MouseButton1Down:connect(function()
  189.         local walkspeedplayer = game:GetService("Players").LocalPlayer
  190.         local walkspeedmouse = walkspeedplayer:GetMouse()
  191.        
  192.         local walkspeedenabled = false
  193.        
  194.         function xwalkspeed(key)
  195.             if (key == "x") then
  196.                 if walkspeedenabled == false then
  197.                     _G.WS = 110;
  198.                     local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  199.                     Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  200.                     Humanoid.WalkSpeed = _G.WS;
  201.                     end)
  202.                     Humanoid.WalkSpeed = _G.WS;
  203.                    
  204.                     walkspeedenabled = true
  205.                 elseif walkspeedenabled == true then
  206.                     _G.WS = 20;
  207.                     local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  208.                     Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  209.                     Humanoid.WalkSpeed = _G.WS;
  210.                     end)
  211.                     Humanoid.WalkSpeed = _G.WS;
  212.                    
  213.                     walkspeedenabled = false
  214.                 end
  215.             end
  216.         end
  217.        
  218.         walkspeedmouse.KeyDown:connect(xwalkspeed)
  219.        
  220.     end)
  221.    
  222.    
  223.    
  224.  
  225. end
  226. coroutine.resume(coroutine.create(SCRIPT_CLQU86_FAKESCRIPT))
  227. function SCRIPT_ZBCM73_FAKESCRIPT() -- CrimBase.LocalScript
  228.     local script = Instance.new('LocalScript')
  229.     script.Parent = CrimBase
  230.     local CrimBase = script.Parent
  231.    
  232.     CrimBase.MouseButton1Down:connect(function()
  233.         for i = 1,45 do
  234.     wait(.08)
  235.     game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 18, 1578.80261)
  236.     end
  237.     end)
  238.  
  239. end
  240. coroutine.resume(coroutine.create(SCRIPT_ZBCM73_FAKESCRIPT))
  241. function SCRIPT_MOSE67_FAKESCRIPT() -- NoClip.LocalScript
  242.     local script = Instance.new('LocalScript')
  243.     script.Parent = NoClip
  244.     --local NoClipEnabled_ = false
  245.     --local NoClip = script.Parent
  246.     --NoClip.MouseButton1Down:connect(function()
  247.     --game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  248.     --if obj ~= workspace.Terrain then
  249.     --obj.CanCollide = false
  250.     --wait(1)
  251.     --obj.CanCollide = true
  252.     --end
  253.     --end)
  254.     --end)
  255.    
  256.    
  257.    
  258.         local noclipplayer = game:GetService("Players").LocalPlayer
  259.         local noclipmouse = noclipplayer:GetMouse()
  260.    
  261.     function noclip(key)
  262.         if (key == "b") then
  263.             if NoClipEnabled_ == true then
  264.                     script.Parent.Text='NoClip [B] [Enabled]'
  265.         game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  266.             if obj ~= workspace.Terrain then
  267.             obj.CanCollide = true
  268.             end
  269.         end)
  270.    
  271.     else
  272.         script.Parent.Text='NoClip [B] [Disabled]'
  273.         game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  274.             if obj ~= workspace.Terrain then
  275.         obj.CanCollide = false
  276.         end
  277.         end)
  278.             end
  279.         end
  280.             end
  281.    
  282.        
  283.    
  284.    
  285.     noclipmouse.KeyDown:connect(noclip)
  286.  
  287. end
  288. coroutine.resume(coroutine.create(SCRIPT_MOSE67_FAKESCRIPT))
  289. function SCRIPT_TLMJ67_FAKESCRIPT() -- Bank.LocalScript
  290.     local script = Instance.new('LocalScript')
  291.     script.Parent = Bank
  292.     local Bank = script.Parent
  293.    
  294.     Bank.MouseButton1Down:connect(function()
  295.         for i = 1,45 do
  296.     wait(.08)
  297.     game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  298.     end
  299.     end)
  300.  
  301. end
  302. coroutine.resume(coroutine.create(SCRIPT_TLMJ67_FAKESCRIPT))
  303. function SCRIPT_VLXD67_FAKESCRIPT() -- BTools.LocalScript
  304.     local script = Instance.new('LocalScript')
  305.     script.Parent = BTools
  306.     local BTools = script.Parent
  307.     BTools.MouseButton1Down:connect(function()
  308.         game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  309.     for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  310.        if child.ClassName == "Part" then
  311.            child.Locked = false
  312.        end
  313.        if child.ClassName == "MeshPart" then
  314.            child.Locked = false
  315.        end
  316.        if child.ClassName == "UnionOperation" then
  317.            child.Locked = false
  318.        end
  319.        if child.ClassName == "Model" then
  320.            for index, chil in pairs(child:GetChildren()) do
  321.                if chil.ClassName == "Part" then
  322.                    chil.Locked = false
  323.                end
  324.                if chil.ClassName == "MeshPart" then
  325.                    chil.Locked = false
  326.                end
  327.                if chil.ClassName == "UnionOperation" then
  328.                    chil.Locked = false
  329.                end
  330.                if chil.ClassName == "Model" then
  331.                    for index, childe in pairs(chil:GetChildren()) do
  332.                        if childe.ClassName == "Part" then
  333.                            childe.Locked = false
  334.                        end
  335.                        if childe.ClassName == "MeshPart" then
  336.                            childe.Locked = false
  337.                        end
  338.                        if childe.ClassName == "UnionOperation" then
  339.                            childe.Locked = false
  340.                        end
  341.                        if childe.ClassName == "Model" then
  342.                            for index, childeo in pairs(childe:GetChildren()) do
  343.                                if childeo.ClassName == "Part" then
  344.                                    childeo.Locked = false
  345.                                end
  346.                                if childeo.ClassName == "MeshPart" then
  347.                                    childeo.Locked = false
  348.                                end
  349.                                if childeo.ClassName == "UnionOperation" then
  350.                                    childeo.Locked = false
  351.                                end
  352.                                if childeo.ClassName == "Model" then
  353.                                end
  354.                            end
  355.                        end
  356.                    end
  357.                end
  358.            end
  359.        end
  360.     end
  361.     c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  362.     c.BinType = Enum.BinType.Hammer
  363.     c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  364.     c.BinType = Enum.BinType.Clone
  365.     c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  366.     c.BinType = Enum.BinType.Grab
  367.     end)
  368.      
  369.  
  370. end
  371. coroutine.resume(coroutine.create(SCRIPT_VLXD67_FAKESCRIPT))
  372. function SCRIPT_PYSO82_FAKESCRIPT() -- Jewel.LocalScript
  373.     local script = Instance.new('LocalScript')
  374.     script.Parent = Jewel
  375.     local Jewelry = script.Parent
  376.    
  377.     Jewelry.MouseButton1Down:connect(function()
  378.         for i = 1,45 do
  379.     wait(.08)
  380.     game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  381.     end
  382.     end)
  383.  
  384. end
  385. coroutine.resume(coroutine.create(SCRIPT_PYSO82_FAKESCRIPT))
  386. function SCRIPT_DKDD76_FAKESCRIPT() -- MainGui.ClickTP
  387.     local script = Instance.new('LocalScript')
  388.     script.Parent = MainGui
  389.     local Plr = game:GetService("Players").LocalPlayer
  390.     local Mouse = Plr:GetMouse()
  391.    
  392.     Mouse.Button1Down:connect(function()
  393.     if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  394.     if not Mouse.Target then return end
  395.     Plr.Character:MoveTo(Mouse.Hit.p)
  396.     end)
  397.    
  398.    
  399.  
  400. end
  401. coroutine.resume(coroutine.create(SCRIPT_DKDD76_FAKESCRIPT))
  402. function SCRIPT_EPSR65_FAKESCRIPT() -- MainGui.ControlPressed
  403.     local script = Instance.new('LocalScript')
  404.     script.Parent = MainGui
  405.     function onKeyPress(inputObject, gameProcessedEvent)
  406.         if inputObject.KeyCode == Enum.KeyCode.LeftControl then
  407.         script.Parent.ClickTP.Text='ClickTP[Control][Clicked]'
  408.         else   
  409.         script.Parent.ClickTP.Text='ClickTP[Control][]'
  410.            
  411.     end
  412.     end
  413.    
  414.     game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  415.  
  416. end
  417. coroutine.resume(coroutine.create(SCRIPT_EPSR65_FAKESCRIPT))
  418. function SCRIPT_DLXR69_FAKESCRIPT() -- Delete.LocalScript
  419.     local script = Instance.new('LocalScript')
  420.     script.Parent = Delete
  421.     script.Parent.MouseButton1Click:connect(function()
  422.     game.CoreGui.JailScripter:Destroy()
  423.    
  424.     end)
  425.  
  426. end
  427. coroutine.resume(coroutine.create(SCRIPT_DLXR69_FAKESCRIPT))
  428. function SCRIPT_HVDG88_FAKESCRIPT() -- OPENCLOSE.LocalScript
  429.     local script = Instance.new('LocalScript')
  430.     script.Parent = OPENCLOSE
  431.     local visible = true
  432.    
  433.     script.Parent.MouseButton1Click:connect(function()
  434.         if visible == true then
  435.             visible = false
  436.             script.Parent.Parent.Parent.Title.MainGui.Visible = false
  437.             script.Parent.Text='OPEN'
  438.         else
  439.             visible = true
  440.             script.Parent.Parent.Parent.Title.MainGui.Visible = true
  441.             script.Parent.Text='CLOSE'
  442.         end
  443.        
  444.     end)
  445.  
  446. end
  447. coroutine.resume(coroutine.create(SCRIPT_HVDG88_FAKESCRIPT))
Add Comment
Please, Sign In to add comment