0% found this document useful (0 votes)
66 views7 pages

Hacks

Download as txt, pdf, or txt
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 7

--Hercules Exploitz--//

local ScreenGui = Instance.new("ScreenGui")


local Welcome = Instance.new("Frame")
local UICorner = Instance.new("UICorner")
local TextLabel = Instance.new("TextLabel")
local TextButton = Instance.new("TextButton")
local UICorner_2 = Instance.new("UICorner")
local MFrame = Instance.new("Frame")
local UICorner_3 = Instance.new("UICorner")
local TextLabel_2 = Instance.new("TextLabel")
local WalkSpeedButton = Instance.new("TextButton")
local UICorner_4 = Instance.new("UICorner")
local TextLabel_3 = Instance.new("TextLabel")
local JumpPowerButton = Instance.new("TextButton")
local UICorner_5 = Instance.new("UICorner")
local JumpPowerButton_2 = Instance.new("TextButton")
local UICorner_6 = Instance.new("UICorner")
local TextButton_2 = Instance.new("TextButton")
local WalkSpeedFrame = Instance.new("Frame")
local TextLabel_4 = Instance.new("TextLabel")
local UICorner_7 = Instance.new("UICorner")
local WalkSpeedReader = Instance.new("TextLabel")
local AdditionWalkSpeed = Instance.new("TextButton")
local MinusWalkSpeed = Instance.new("TextButton")
local CloseWalk = Instance.new("TextButton")
local JumpPowerFrame = Instance.new("Frame")
local TextLabel_5 = Instance.new("TextLabel")
local UICorner_8 = Instance.new("UICorner")
local JumpPowerReader = Instance.new("TextLabel")
local AdditionJumpPower = Instance.new("TextButton")
local MinusJumpPower = Instance.new("TextButton")
local CloseJump = Instance.new("TextButton")

--Properties:

ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
ScreenGui.ResetOnSpawn = false

Welcome.Name = "Welcome"
Welcome.Parent = ScreenGui
Welcome.Active = true
Welcome.AnchorPoint = Vector2.new(0.5, 0.5)
Welcome.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
Welcome.Position = UDim2.new(0.5, 0, -0.899999976, 0)
Welcome.Size = UDim2.new(0, 265, 0, 169)
Welcome:TweenPosition(
UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.5, false
)

UICorner.Parent = Welcome

TextLabel.Parent = Welcome
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.Position = UDim2.new(0.0226415098, 0, 0, 0)
TextLabel.Size = UDim2.new(0, 269, 0, 50)
TextLabel.Font = Enum.Font.SourceSansBold
TextLabel.Text = "Welcome,"
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true
TextLabel.Text = "Welcome,"..game.Players.LocalPlayer.Name

TextButton.Parent = Welcome
TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton.BackgroundTransparency = 0.900
TextButton.Position = UDim2.new(0.120754719, 0, 0.497041434, 0)
TextButton.Size = UDim2.new(0, 200, 0, 50)
TextButton.Font = Enum.Font.Unknown
TextButton.Text = "Continue"
TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
TextButton.TextScaled = true
TextButton.TextSize = 14.000
TextButton.TextWrapped = true
TextButton.MouseButton1Click:Connect(function()
TextButton.Text = "Loading."
wait(0.35)
TextButton.Text = "Loading.."
wait(0.35)
TextButton.Text = "Loading.."
wait(0.35)
TextButton.Text = "Loading..."
wait(0.35)
TextButton.Text = "Loaded"
wait(0.2)
Welcome:TweenPosition(
UDim2.new(0.5,0,-0.9,0), "In", "Linear", 0.6, false
)
wait(0.65)
MFrame:TweenPosition(
UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.5, false
)
end)
TextButton.MouseEnter:Connect(function()
TextButton:TweenSizeAndPosition(
UDim2.new( 0, 219 , 0, 54 ), UDim2.new( 0.09, 0 , 0.497, 0 ), "Out",
"Linear", 0.21, false
)
end)
TextButton.MouseLeave:Connect(function()
TextButton:TweenSizeAndPosition(
UDim2.new( 0, 200 , 0, 50 ), UDim2.new( 0.121, 0 , 0.497, 0 ), "In",
"Linear", 0.21, false
)
end)

UICorner_2.Parent = TextButton

MFrame.Name = "MFrame"
MFrame.Parent = ScreenGui
MFrame.AnchorPoint = Vector2.new(0.5, 0.5)
MFrame.BackgroundColor3 = Color3.fromRGB(115, 115, 115)
MFrame.Position = UDim2.new(0.5, 0, -0.899999976, 0)
MFrame.Size = UDim2.new(0, 324, 0, 199)
UICorner_3.Parent = MFrame

TextLabel_2.Parent = MFrame
TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.BackgroundTransparency = 1.000
TextLabel_2.Size = UDim2.new(0, 272, 0, 50)
TextLabel_2.Font = Enum.Font.Unknown
TextLabel_2.Text = "Prison Life Hacks"
TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.TextScaled = true
TextLabel_2.TextSize = 14.000
TextLabel_2.TextWrapped = true

WalkSpeedButton.Name = "WalkSpeedButton"
WalkSpeedButton.Parent = MFrame
WalkSpeedButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
WalkSpeedButton.BackgroundTransparency = 1.000
WalkSpeedButton.Position = UDim2.new(0.0432098731, 0, 0.301507533, 0)
WalkSpeedButton.Size = UDim2.new(0, 119, 0, 50)
WalkSpeedButton.Font = Enum.Font.Unknown
WalkSpeedButton.Text = "WalkSpeed"
WalkSpeedButton.TextColor3 = Color3.fromRGB(255, 255, 255)
WalkSpeedButton.TextScaled = true
WalkSpeedButton.TextSize = 14.000
WalkSpeedButton.TextWrapped = true
WalkSpeedButton.MouseButton1Click:Connect(function()
WalkSpeedFrame:TweenPosition(
UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.5, false
)
end)
UICorner_4.Parent = WalkSpeedButton

TextLabel_3.Parent = MFrame
TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_3.BorderSizePixel = 0
TextLabel_3.Position = UDim2.new(0, 0, 0.231155783, 0)
TextLabel_3.Size = UDim2.new(0, 324, 0, 4)
TextLabel_3.Font = Enum.Font.Unknown
TextLabel_3.Text = ""
TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_3.TextScaled = true
TextLabel_3.TextSize = 14.000
TextLabel_3.TextWrapped = true

JumpPowerButton.Name = "JumpPowerButton"
JumpPowerButton.Parent = MFrame
JumpPowerButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
JumpPowerButton.BackgroundTransparency = 1.000
JumpPowerButton.Position = UDim2.new(0.595678985, 0, 0.301507533, 0)
JumpPowerButton.Size = UDim2.new(0, 119, 0, 50)
JumpPowerButton.Font = Enum.Font.Unknown
JumpPowerButton.Text = "Jump Power"
JumpPowerButton.TextColor3 = Color3.fromRGB(255, 255, 255)
JumpPowerButton.TextScaled = true
JumpPowerButton.TextSize = 14.000
JumpPowerButton.TextWrapped = true
JumpPowerButton.MouseButton1Click:Connect(function()
JumpPowerFrame:TweenPosition(
UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.4, false
)
end)
JumpPowerFrame.Selectable = true
JumpPowerFrame.Draggable = true
JumpPowerFrame.Active = true
WalkSpeedFrame.Selectable = true
WalkSpeedFrame.Draggable = true
WalkSpeedFrame.Active = true
MFrame.Selectable = true
MFrame.Draggable = true
MFrame.Active = true
UICorner_5.Parent = JumpPowerButton

JumpPowerButton_2.Name = "JumpPowerButton"
JumpPowerButton_2.Parent = MFrame
JumpPowerButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
JumpPowerButton_2.BackgroundTransparency = 1.000
JumpPowerButton_2.Position = UDim2.new(0.231481493, 0, 0.653266311, 0)
JumpPowerButton_2.Size = UDim2.new(0, 174, 0, 50)
JumpPowerButton_2.Font = Enum.Font.Unknown
JumpPowerButton_2.Text = "Remove Doors"
JumpPowerButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
JumpPowerButton_2.TextScaled = true
JumpPowerButton_2.TextSize = 14.000
JumpPowerButton_2.TextWrapped = true
JumpPowerButton_2.MouseButton1Click:Connect(function()
game.workspace.Doors:Destroy()
end)
UICorner_6.Parent = JumpPowerButton_2

TextButton_2.Parent = MFrame
TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_2.BackgroundTransparency = 1.000
TextButton_2.Position = UDim2.new(0.842592597, 0, 0, 0)
TextButton_2.Size = UDim2.new(0, 51, 0, 50)
TextButton_2.Font = Enum.Font.Unknown
TextButton_2.Text = "X"
TextButton_2.TextColor3 = Color3.fromRGB(255, 0, 0)
TextButton_2.TextScaled = true
TextButton_2.TextSize = 14.000
TextButton_2.TextWrapped = true
TextButton_2.MouseButton1Click:Connect(function()
MFrame:TweenPosition(
UDim2.new(0.5,0,-0.9,0), "In", "Linear", 0.5, false
)
end)

WalkSpeedFrame.Name = "WalkSpeedFrame"
WalkSpeedFrame.Parent = ScreenGui
WalkSpeedFrame.AnchorPoint = Vector2.new(0.5, 0.5)
WalkSpeedFrame.BackgroundColor3 = Color3.fromRGB(106, 106, 106)
WalkSpeedFrame.Position = UDim2.new(0.5, 0, -0.899999976, 0)
WalkSpeedFrame.Size = UDim2.new(0, 272, 0, 143)

TextLabel_4.Parent = WalkSpeedFrame
TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_4.BackgroundTransparency = 1.000
TextLabel_4.Size = UDim2.new(0, 273, 0, 34)
TextLabel_4.Font = Enum.Font.Unknown
TextLabel_4.Text = "WalkSpeed"
TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_4.TextScaled = true
TextLabel_4.TextSize = 14.000
TextLabel_4.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_4.TextWrapped = true

UICorner_7.Parent = WalkSpeedFrame

WalkSpeedReader.Name = "WalkSpeedReader"
WalkSpeedReader.Parent = WalkSpeedFrame
WalkSpeedReader.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
WalkSpeedReader.BackgroundTransparency = 1.000
WalkSpeedReader.Position = UDim2.new(0.375, 0, 0.398601413, 0)
WalkSpeedReader.Size = UDim2.new(0, 68, 0, 50)
WalkSpeedReader.Font = Enum.Font.SourceSans
WalkSpeedReader.Text = "16"
WalkSpeedReader.TextColor3 = Color3.fromRGB(0, 0, 0)
WalkSpeedReader.TextScaled = true
WalkSpeedReader.TextSize = 14.000
WalkSpeedReader.TextWrapped = true

AdditionWalkSpeed.Name = "AdditionWalkSpeed"
AdditionWalkSpeed.Parent = WalkSpeedFrame
AdditionWalkSpeed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
AdditionWalkSpeed.BackgroundTransparency = 1.000
AdditionWalkSpeed.Position = UDim2.new(0.680147052, 0, 0.46853146, 0)
AdditionWalkSpeed.Size = UDim2.new(0, 57, 0, 32)
AdditionWalkSpeed.Font = Enum.Font.Unknown
AdditionWalkSpeed.Text = "+"
AdditionWalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
AdditionWalkSpeed.TextScaled = true
AdditionWalkSpeed.TextSize = 14.000
AdditionWalkSpeed.TextWrapped = true

MinusWalkSpeed.Name = "MinusWalkSpeed"
MinusWalkSpeed.Parent = WalkSpeedFrame
MinusWalkSpeed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
MinusWalkSpeed.BackgroundTransparency = 1.000
MinusWalkSpeed.Position = UDim2.new(0.128676474, 0, 0.405594409, 0)
MinusWalkSpeed.Size = UDim2.new(0, 57, 0, 49)
MinusWalkSpeed.Font = Enum.Font.Unknown
MinusWalkSpeed.Text = "-"
MinusWalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
MinusWalkSpeed.TextScaled = true
MinusWalkSpeed.TextSize = 14.000
MinusWalkSpeed.TextWrapped = true

CloseWalk.Name = "CloseWalk"
CloseWalk.Parent = WalkSpeedFrame
CloseWalk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
CloseWalk.BackgroundTransparency = 1.000
CloseWalk.Position = UDim2.new(0.852941155, 0, 0.0139860138, 0)
CloseWalk.Size = UDim2.new(0, 40, 0, 32)
CloseWalk.Font = Enum.Font.Unknown
CloseWalk.Text = "X"
CloseWalk.TextColor3 = Color3.fromRGB(255, 0, 0)
CloseWalk.TextScaled = true
CloseWalk.TextSize = 14.000
CloseWalk.TextWrapped = true
CloseWalk.MouseButton1Click:Connect(function()
WalkSpeedFrame:TweenPosition(
UDim2.new(0.5,0,-0.9,0), "In", "Linear", 0.45, false
)
end)
JumpPowerFrame.Name = "JumpPowerFrame"
JumpPowerFrame.Parent = ScreenGui
JumpPowerFrame.AnchorPoint = Vector2.new(0.5, 0.5)
JumpPowerFrame.BackgroundColor3 = Color3.fromRGB(106, 106, 106)
JumpPowerFrame.Position = UDim2.new(0.5, 0, -0.899999976, 0)
JumpPowerFrame.Size = UDim2.new(0, 272, 0, 143)

TextLabel_5.Parent = JumpPowerFrame
TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_5.BackgroundTransparency = 1.000
TextLabel_5.Size = UDim2.new(0, 273, 0, 34)
TextLabel_5.Font = Enum.Font.Unknown
TextLabel_5.Text = "Jump Power"
TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_5.TextScaled = true
TextLabel_5.TextSize = 14.000
TextLabel_5.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_5.TextWrapped = true

UICorner_8.Parent = JumpPowerFrame

JumpPowerReader.Name = "JumpPowerReader"
JumpPowerReader.Parent = JumpPowerFrame
JumpPowerReader.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
JumpPowerReader.BackgroundTransparency = 1.000
JumpPowerReader.Position = UDim2.new(0.375, 0, 0.398601413, 0)
JumpPowerReader.Size = UDim2.new(0, 68, 0, 50)
JumpPowerReader.Font = Enum.Font.SourceSans
JumpPowerReader.Text = "0"
JumpPowerReader.TextColor3 = Color3.fromRGB(0, 0, 0)
JumpPowerReader.TextScaled = true
JumpPowerReader.TextSize = 14.000
JumpPowerReader.TextWrapped = true

AdditionJumpPower.Name = "AdditionJumpPower"
AdditionJumpPower.Parent = JumpPowerFrame
AdditionJumpPower.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
AdditionJumpPower.BackgroundTransparency = 1.000
AdditionJumpPower.Position = UDim2.new(0.680147052, 0, 0.46853146, 0)
AdditionJumpPower.Size = UDim2.new(0, 57, 0, 32)
AdditionJumpPower.Font = Enum.Font.Unknown
AdditionJumpPower.Text = "+"
AdditionJumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
AdditionJumpPower.TextScaled = true
AdditionJumpPower.TextSize = 14.000
AdditionJumpPower.TextWrapped = true

MinusJumpPower.Name = "MinusJumpPower"
MinusJumpPower.Parent = JumpPowerFrame
MinusJumpPower.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
MinusJumpPower.BackgroundTransparency = 1.000
MinusJumpPower.Position = UDim2.new(0.128676474, 0, 0.405594409, 0)
MinusJumpPower.Size = UDim2.new(0, 57, 0, 49)
MinusJumpPower.Font = Enum.Font.Unknown
MinusJumpPower.Text = "-"
MinusJumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
MinusJumpPower.TextScaled = true
MinusJumpPower.TextSize = 14.000
MinusJumpPower.TextWrapped = true
MinusJumpPower.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower =
game.Players.LocalPlayer.Character.Humanoid.JumpPower - 1
end)
AdditionJumpPower.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower =
game.Players.LocalPlayer.Character.Humanoid.JumpPower + 1
end)
AdditionWalkSpeed.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed =
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed + 1
end)
MinusWalkSpeed.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed =
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed - 1

end)
CloseJump.Name = "CloseJump"
CloseJump.Parent = JumpPowerFrame
CloseJump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
CloseJump.BackgroundTransparency = 1.000
CloseJump.Position = UDim2.new(0.852941155, 0, 0.0139860138, 0)
CloseJump.Size = UDim2.new(0, 40, 0, 32)
CloseJump.Font = Enum.Font.Unknown
CloseJump.Text = "X"
CloseJump.TextColor3 = Color3.fromRGB(255, 0, 0)
CloseJump.TextScaled = true
CloseJump.TextSize = 14.000
CloseJump.TextWrapped = true
CloseJump.MouseButton1Click:Connect(function()
JumpPowerFrame:TweenPosition(
UDim2.new(0.5,0,-0.9,0), "In", "Linear", 0.55, false
)
end)
while wait(0.3) do
JumpPowerReader.Text = game.Players.LocalPlayer.Character.Humanoid.JumpPower
WalkSpeedReader.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
end

You might also like