Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

i can't make script work, i made it for like a hour lmao can someone help?

Asked by 3 years ago

first of all, i do not exploit i was just curious about the anticheat of prison life lmao, so i want to do dis, but............ my script wont work..

Someone please fix it :)

SCRIPT BELOW

-- Objects

local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Title = Instance.new("TextLabel") local Walkspeed = Instance.new("TextButton") local jp = Instance.new("TextButton") local hh = Instance.new("TextButton") local crimbase = Instance.new("TextButton") local TextButton = Instance.new("TextButton") local print = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel")

-- Properties

ScreenGui.Parent = game.CoreGui

Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.new(1, 1, 1) Frame.Position = UDim2.new(0.571303606, 0, 0.465299726, 0) Frame.Size = UDim2.new(0, 355, 0, 279) Frame.Visible = false Frame.Active = true Frame.Draggable = true

Title.Name = "Title" Title.Parent = ScreenGui Title.BackgroundColor3 = Color3.new(1, 0.333333, 0) Title.Position = UDim2.new(0.569553792, 0, 0.466876954, 0) Title.Size = UDim2.new(0, 355, 0, 50) Title.Font = Enum.Font.SciFi Title.Text = "Prison Life Gui 1.0" Title.TextColor3 = Color3.new(0, 0, 0) Title.TextSize = 14 Title.TextWrapped = true

Walkspeed.Name = "Walkspeed" Walkspeed.Parent = ScreenGui Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1) Walkspeed.Position = UDim2.new(0.569553792, 0, 0.54574126, 0) Walkspeed.Size = UDim2.new(0, 138, 0, 50) Walkspeed.Font = Enum.Font.SciFi Walkspeed.Text = "Walkspeed" Walkspeed.TextColor3 = Color3.new(0, 0, 0) Walkspeed.TextSize = 14 Walkspeed.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150 end)

jp.Name = "jp" jp.Parent = ScreenGui jp.BackgroundColor3 = Color3.new(1, 1, 1) jp.Position = UDim2.new(0.687664032, 0, 0.54574126, 0) jp.Size = UDim2.new(0, 84, 0, 50) jp.Font = Enum.Font.SciFi jp.Text = "Jump Power" jp.TextColor3 = Color3.new(0, 0, 0) jp.TextSize = 14 jp..MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150 end)

hh.Name = "hh" hh.Parent = ScreenGui hh.BackgroundColor3 = Color3.new(1, 1, 1) hh.Position = UDim2.new(0.763779521, 0, 0.54574126, 0) hh.Size = UDim2.new(0, 133, 0, 50) hh.Font = Enum.Font.SourceSans hh.Text = "Hip Height (dont use lmao)" hh.TextColor3 = Color3.new(0, 0, 0) hh.TextSize = 14 hh.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.Humanoid.HipHeight = 20 end)

crimbase.Name = "crimbase" crimbase.Parent = ScreenGui crimbase.BackgroundColor3 = Color3.new(1, 1, 1) crimbase.Position = UDim2.new(0.569553792, 0, 0.623028338, 0) crimbase.Size = UDim2.new(0, 138, 0, 50) crimbase.Font = Enum.Font.SciFi crimbase.Text = "Criminal Base" crimbase.TextColor3 = Color3.new(0, 0, 0) crimbase.TextSize = 14 crimbase.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.488281, 94.1287842, 2056.34204) + Vector3.new(1,0,0) end)

TextButton.Parent = ScreenGui TextButton.BackgroundColor3 = Color3.new(1, 1, 1) TextButton.Position = UDim2.new(0.690288723, 0, 0.623028338, 0) TextButton.Size = UDim2.new(0, 84, 0, 50) TextButton.Font = Enum.Font.SciFi TextButton.Text = "Prison" TextButton.TextColor3 = Color3.new(0, 0, 0) TextButton.TextSize = 14 TextButton.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(947.463623, 99.9900055, 2388.82056) + Vector3.new(1,0,0) end)

print.Name = "print" print.Parent = ScreenGui print.BackgroundColor3 = Color3.new(1, 1, 1) print.Position = UDim2.new(0.763779521, 0, 0.623028398, 0) print.Size = UDim2.new(0, 133, 0, 50) print.Font = Enum.Font.SourceSans print.Text = "secret ;)" print.TextColor3 = Color3.new(0, 0, 0) print.TextSize = 14 print.MouseButton1Down:connect(function() print 'noob' end)

TextLabel.Parent = ScreenGui TextLabel.BackgroundColor3 = Color3.new(1, 0.333333, 0) TextLabel.Position = UDim2.new(0.571303546, 0, 0.701892734, 0) TextLabel.Size = UDim2.new(0, 353, 0, 129) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "more coming soon OK??????" TextLabel.TextColor3 = Color3.new(0.333333, 0.333333, 1) TextLabel.TextScaled = true TextLabel.TextSize = 14 TextLabel.TextWrapped = true

0
Use the dang code blocks. Cynical_Innovation 595 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

Here try this:

 -- Objects

local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local Walkspeed = Instance.new("TextButton")
local jp = Instance.new("TextButton")
local hh = Instance.new("TextButton")
local crimbase = Instance.new("TextButton")
local TextButton = Instance.new("TextButton")
local print = Instance.new("TextButton")
local TextLabel = Instance.new("TextLabel")

-- Properties

ScreenGui.Parent = game.CoreGui

Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.new(1, 1, 1)
Frame.Position = UDim2.new(0.571303606, 0, 0.465299726, 0)
Frame.Size = UDim2.new(0, 355, 0, 279)
Frame.Visible = false
Frame.Active = true
Frame.Draggable = true

Title.Name = "Title"
Title.Parent = ScreenGui
Title.BackgroundColor3 = Color3.new(1, 0.333333, 0)
Title.Position = UDim2.new(0.569553792, 0, 0.466876954, 0)
Title.Size = UDim2.new(0, 355, 0, 50)
Title.Font = Enum.Font.SciFi
Title.Text = "Prison Life Gui 1.0"
Title.TextColor3 = Color3.new(0, 0, 0)
Title.TextSize = 14 Title.TextWrapped = true

Walkspeed.Name = "Walkspeed"
Walkspeed.Parent = ScreenGui
Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
Walkspeed.Position = UDim2.new(0.569553792, 0, 0.54574126, 0)
Walkspeed.Size = UDim2.new(0, 138, 0, 50)
Walkspeed.Font = Enum.Font.SciFi
Walkspeed.Text = "Walkspeed"
Walkspeed.TextColor3 = Color3.new(0, 0, 0)
Walkspeed.TextSize = 1
Walkspeed.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
end)
jp.Name = "jp"
jp.Parent = ScreenGui
jp.BackgroundColor3 = Color3.new(1, 1, 1)
jp.Position = UDim2.new(0.687664032, 0, 0.54574126, 0)
jp.Size = UDim2.new(0, 84, 0, 50)
jp.Font = Enum.Font.SciFi
jp.Text = "Jump Power"
jp.TextColor3 = Color3.new(0, 0, 0)
jp.TextSize = 14
jp.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
end)

hh.Name = "hh"
hh.Parent = ScreenGui
hh.BackgroundColor3 = Color3.new(1, 1, 1)
hh.Position = UDim2.new(0.763779521, 0, 0.54574126, 0)
hh.Size = UDim2.new(0, 133, 0, 50)
hh.Font = Enum.Font.SourceSans
hh.Text = "Hip Height (dont use lmao)"
hh.TextColor3 = Color3.new(0, 0, 0)
hh.TextSize = 14
hh.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.Humanoid.HipHeight = 20
end)

crimbase.Name = "crimbase"
crimbase.Parent = ScreenGui
crimbase.BackgroundColor3 = Color3.new(1, 1, 1)
crimbase.Position = UDim2.new(0.569553792, 0, 0.623028338, 0)
crimbase.Size = UDim2.new(0, 138, 0, 50)
crimbase.Font = Enum.Font.SciFi
crimbase.Text = "Criminal Base"
crimbase.TextColor3 = Color3.new(0, 0, 0)
crimbase.TextSize = 14
crimbase.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.488281, 94.1287842, 2056.34204) + Vector3.new(1,0,0)
end)

TextButton.Parent = ScreenGui
TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
TextButton.Position = UDim2.new(0.690288723, 0, 0.623028338, 0)
TextButton.Size = UDim2.new(0, 84, 0, 50)
TextButton.Font = Enum.Font.SciFi TextButton.Text = "Prison"
TextButton.TextColor3 = Color3.new(0, 0, 0) TextButton.TextSize = 14
TextButton.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(947.463623, 99.9900055, 2388.82056) + Vector3.new(1,0,0)
end)

print.Name = "print"
print.Parent = ScreenGui
print.BackgroundColor3 = Color3.new(1, 1, 1)
print.Position = UDim2.new(0.763779521, 0, 0.623028398, 0)
print.Size = UDim2.new(0, 133, 0, 50)
print.Font = Enum.Font.SourceSans
print.Text = "secret ;)"
print.TextColor3 = Color3.new(0, 0, 0)
print.TextSize = 14
print.MouseButton1Down:connect(function()
print 'noob'
end)

TextLabel.Parent = ScreenGui
TextLabel.BackgroundColor3 = Color3.new(1, 0.333333, 0)
TextLabel.Position = UDim2.new(0.571303546, 0, 0.701892734, 0)
TextLabel.Size = UDim2.new(0, 353, 0, 129)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "more coming soon OK??????"
TextLabel.TextColor3 = Color3.new(0.333333, 0.333333, 1)
TextLabel.TextScaled = true
TextLabel.TextSize = 14
TextLabel.TextWrapped = true
Ad

Answer this question