Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- This is for Prison Life (Cars fixed!) --
- -- I made the GUI --
- -- This is a Open Source Hack for Prison Life using Prison Ware --
- -- You can change team , remove buildings , fly , teleport --
- -- Spawn Weapon for yourself and others , aim bot --
- -- Spawn a special sword (1 hit , 1 kill) --
- -- You can loop kill / loop taze a player or whole server --
- -- But do not use both at same time as Roblox Client may Crash --
- -- Good luck using this script --
- -- This script should be paid but now it's free :p --
- local SKIDDEDV2 = Instance.new("ScreenGui")
- local TopBar = Instance.new("Frame")
- local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
- local TopText = Instance.new("TextLabel")
- local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
- local PrisonLife = Instance.new("TextButton")
- local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
- local UIAspectRatioConstraint_12 = Instance.new("UIAspectRatioConstraint")
- local BottomBar = Instance.new("Frame")
- local UIAspectRatioConstraint_13 = Instance.new("UIAspectRatioConstraint")
- local Bottomtext = Instance.new("TextLabel")
- local UIAspectRatioConstraint_14 = Instance.new("UIAspectRatioConstraint")
- --Properties:
- SKIDDEDV2.Name = "Prison Life Hack"
- SKIDDEDV2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- SKIDDEDV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- TopBar.Name = "TopBar"
- TopBar.Parent = SKIDDEDV2
- TopBar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TopBar.BackgroundTransparency = 0.500
- TopBar.Position = UDim2.new(0.719543099, 0, 0.713759243, 0)
- TopBar.Size = UDim2.new(0, 427, 0, 179)
- UIAspectRatioConstraint.Parent = TopBar
- UIAspectRatioConstraint.AspectRatio = 2.385
- TopText.Name = "TopText"
- TopText.Parent = SKIDDEDV2
- TopText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TopText.BackgroundTransparency = 1.000
- TopText.Position = UDim2.new(0.791243613, 0, 0.713759243, 0)
- TopText.Size = UDim2.new(0, 200, 0, 25)
- TopText.Font = Enum.Font.GothamBlack
- TopText.Text = "Skidded V2"
- TopText.TextColor3 = Color3.fromRGB(255, 255, 255)
- TopText.TextSize = 14.000
- UIAspectRatioConstraint_2.Parent = TopText
- UIAspectRatioConstraint_2.AspectRatio = 8.000
- PrisonLife.Name = "Prison Life"
- PrisonLife.Parent = SKIDDEDV2
- PrisonLife.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- PrisonLife.BorderSizePixel = 0
- PrisonLife.Position = UDim2.new(0.863578677, 0, 0.902948439, 0)
- PrisonLife.Size = UDim2.new(0, 200, 0, 25)
- PrisonLife.Font = Enum.Font.GothamBold
- PrisonLife.Text = "Prison Life"
- PrisonLife.TextColor3 = Color3.fromRGB(255, 255, 255)
- PrisonLife.TextSize = 20.000
- PrisonLife.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Denverrz/scripts/master/PRISONWARE_v1.3.txt"))();
- end)
- UIAspectRatioConstraint_3.Parent = PrisonLife
- UIAspectRatioConstraint_3.AspectRatio = 8.001
- BottomBar.Name = "BottomBar"
- BottomBar.Parent = SKIDDEDV2
- BottomBar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- BottomBar.BackgroundTransparency = 0.500
- BottomBar.Position = UDim2.new(0.718908608, 0, 0.933660924, 0)
- BottomBar.Size = UDim2.new(0, 427, 0, 29)
- UIAspectRatioConstraint_13.Parent = BottomBar
- UIAspectRatioConstraint_13.AspectRatio = 14.724
- Bottomtext.Name = "Bottomtext"
- Bottomtext.Parent = SKIDDEDV2
- Bottomtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Bottomtext.BackgroundTransparency = 1.000
- Bottomtext.Position = UDim2.new(0.791243672, 0, 0.938575029, 0)
- Bottomtext.Size = UDim2.new(0, 200, 0, 24)
- Bottomtext.Font = Enum.Font.GothamBlack
- Bottomtext.Text = "GUI made by everett#9541 , wut_lah"
- Bottomtext.TextColor3 = Color3.fromRGB(255, 255, 255)
- Bottomtext.TextSize = 14.000
- UIAspectRatioConstraint_14.Parent = Bottomtext
- UIAspectRatioConstraint_14.AspectRatio = 8.333
- --This Script was not made by Domsoi. All credits go to the owner.
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement