Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local GUIBody = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local JailShitter = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local OpenMain = Instance.new("Frame")
- local OpenButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- GUIBody.Name = "GUIBody"
- GUIBody.Parent = ScreenGui
- GUIBody.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- GUIBody.Position = UDim2.new(0.247040257, 0, 0.205159709, 0)
- GUIBody.Size = UDim2.new(0, 640, 0, 480)
- GUIBody.Active = true
- GUIBody.Draggable = true
- ImageLabel.Parent = GUIBody
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.Size = UDim2.new(0, 640, 0, 480)
- ImageLabel.Image = "rbxassetid://5518260950"
- JailShitter.Name = "JailShitter"
- JailShitter.Parent = GUIBody
- JailShitter.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- JailShitter.Position = UDim2.new(0.34375, 0, 0.208333328, 0)
- JailShitter.Size = UDim2.new(0, 200, 0, 50)
- JailShitter.Font = Enum.Font.ArialBold
- JailShitter.Text = "Auto Break"
- JailShitter.TextColor3 = Color3.fromRGB(0, 0, 0)
- JailShitter.TextSize = 25.000
- JailShitter.TextWrapped = true
- JailShitter.MouseButton1Down:connect(function()JailShitter.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- end)
- JailShitter.MouseButton1Down:connect(function()
- -- Everything below is the auto break script
- local GUI = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local TextOben = Instance.new("TextLabel")
- local TextUnten = Instance.new("TextLabel")
- local Start = Instance.new("TextButton")
- local Stop = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Oben = Instance.new("Frame")
- local Unten = Instance.new("Frame")
- GUI.Name = "GUI"
- GUI.Parent = game.CoreGui
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = GUI
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- OpenFrame.Position = UDim2.new(0, 0, 0.539840639, 0)
- OpenFrame.Size = UDim2.new(0, 114, 0, 30)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.0370370373, 0, 0.13333334, 0)
- Open.Size = UDim2.new(0, 104, 0, 22)
- Open.Font = Enum.Font.SciFi
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextSize = 20
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- OpenFrame.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = GUI
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
- Main.BackgroundTransparency = 0.20000000298023
- Main.BorderColor3 = Color3.new(0, 0, 0)
- Main.Position = UDim2.new(0.393034846, 0, 0.288844645, 0)
- Main.Size = UDim2.new(0, 172, 0, 211)
- Main.Draggable = true
- TextOben.Name = "TextOben"
- TextOben.Parent = Main
- TextOben.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- TextOben.BorderColor3 = Color3.new(0, 0, 0)
- TextOben.Position = UDim2.new(-0.116279073, 0, -0.0900473967, 0)
- TextOben.Size = UDim2.new(0, 212, 0, 31)
- TextOben.Font = Enum.Font.SciFi
- TextOben.Text = ""
- TextOben.TextColor3 = Color3.new(0, 0, 0)
- TextOben.TextSize = 30
- TextUnten.Name = "TextUnten"
- TextUnten.Parent = Main
- TextUnten.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- TextUnten.Position = UDim2.new(-0.116279073, 0, 0.928909957, 0)
- TextUnten.Size = UDim2.new(0, 212, 0, 31)
- TextUnten.Font = Enum.Font.SciFi
- TextUnten.Text = ""
- TextUnten.TextColor3 = Color3.new(0, 0, 0)
- TextUnten.TextSize = 24
- Start.Name = "Start"
- Start.Parent = Main
- Start.BackgroundColor3 = Color3.new(1, 1, 1)
- Start.BackgroundTransparency = 1
- Start.BorderSizePixel = 0
- Start.Position = UDim2.new(0.0755813941, 0, 0.113744073, 0)
- Start.Size = UDim2.new(0, 146, 0, 54)
- Start.Font = Enum.Font.Cartoon
- Start.Text = "Start"
- Start.TextColor3 = Color3.new(0, 0, 0)
- Start.TextSize = 40
- Start.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2207, 128, -374)
- end)
- Start.MouseButton1Down:connect(function()
- plr = game:GetService('Players').LocalPlayer
- torso = plr.Character.UpperTorso
- hum = plr.Character.Humanoid
- mouse = plr:GetMouse()
- stop = false
- while stop == false do
- local bp = Instance.new('BodyPosition')
- bp.MaxForce = Vector3.new(999999,999999,999999)
- bp.Position = torso.Position
- bp.Parent = torso
- local bav = Instance.new('BodyAngularVelocity')
- bav.MaxTorque = Vector3.new(999999,999999,999999)
- bav.AngularVelocity = Vector3.new(200,200,200)
- bav.Parent = torso
- wait()
- end
- end)
- Start.MouseButton1Down:connect(function()
- local VirtualUser=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- VirtualUser:CaptureController()
- VirtualUser:ClickButton2(Vector2.new())
- end)
- -- No longer the auto break script
- end)
- Stop.Name = "Stop"
- Stop.Parent = Main
- Stop.BackgroundColor3 = Color3.new(1, 1, 1)
- Stop.BackgroundTransparency = 1
- Stop.BorderSizePixel = 0
- Stop.Position = UDim2.new(0.0755813941, 0, 0.369668275, 0)
- Stop.Size = UDim2.new(0, 146, 0, 54)
- Stop.Font = Enum.Font.Cartoon
- Stop.Text = "Stop"
- Stop.TextColor3 = Color3.new(0, 0, 0)
- Stop.TextSize = 40
- Stop.MouseButton1Down:connect(function()
- local player = game.Players.LocalPlayer.Name
- game.workspace[player]:BreakJoints()
- end)
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.0755813941, 0, 0.654028475, 0)
- Close.Size = UDim2.new(0, 145, 0, 45)
- Close.Font = Enum.Font.SciFi
- Close.Text = "Close"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextSize = 25
- Close.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- Main.Visible = false
- end)
- Oben.Name = "Oben"
- Oben.Parent = Main
- Oben.BackgroundColor3 = Color3.new(1, 1, 1)
- Oben.BackgroundTransparency = 1
- Oben.BorderSizePixel = 0
- Oben.Position = UDim2.new(-0.116279066, 0, -0.0900473967, 0)
- Oben.Size = UDim2.new(0, 213, 0, 30)
- Unten.Name = "Unten"
- Unten.Parent = Main
- Unten.BackgroundColor3 = Color3.new(1, 1, 1)
- Unten.BackgroundTransparency = 1
- Unten.BorderSizePixel = 0
- Unten.Position = UDim2.new(-0.116279073, 0, 0.933649242, 0)
- Unten.Size = UDim2.new(0, 212, 0, 30)
- end)
- Close.Name = "Close"
- Close.Parent = GUIBody
- Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- Close.Position = UDim2.new(0.953125, 0, 0, 0)
- Close.Size = UDim2.new(0, 30, 0, 30)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- GUIBody.Visible = false
- OpenMain.Visible = true
- end)
- OpenMain.Name = "OpenMain"
- OpenMain.Parent = ScreenGui
- OpenMain.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
- OpenMain.Position = UDim2.new(0, 0, 0.444717467, 0)
- OpenMain.Size = UDim2.new(0, 80, 0, 60)
- OpenMain.Draggable = true
- OpenMain.Active = true
- OpenButton.Name = "OpenButton"
- OpenButton.Parent = OpenMain
- OpenButton.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
- OpenButton.Size = UDim2.new(0, 80, 0, 40)
- OpenButton.Font = Enum.Font.SourceSans
- OpenButton.Text = "Open"
- OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- OpenButton.TextSize = 14.000
- OpenButton.MouseButton1Down:connect(function()
- GUIBody.Visible = true
- OpenMain.Visible = false
- end)
- -- end of broken bones script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement