Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local sc = Instance.new("ScreenGui")
- local Open = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local PrisonHall = Instance.new("TextButton")
- local Escape = Instance.new("TextButton")
- local GunRoom = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- --Properties:
- sc.Name = "sc"
- sc.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Open.Name = "Open"
- Open.Parent = sc
- Frame.Transparency = 0.4
- Open.Position = UDim2.new(0.0165413525, 0, 0.923913062, 0)
- Open.Size = UDim2.new(0, 124, 0, 34)
- Open.Font = Enum.Font.GothamBold
- Open.Text = "Open And Close"
- Open.TextColor3 = Color3.new(0.239216, 0.784314, 0.74902)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextWrapped = true
- Frame.Parent = sc
- Frame.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
- Frame.Position = UDim2.new(0.337593973, 0, 0.268633544, 0)
- Frame.Size = UDim2.new(0, 468, 0, 422)
- Frame.Visible = false
- PrisonHall.Name = "PrisonHall"
- PrisonHall.Parent = Frame
- PrisonHall.BackgroundColor3 = Color3.new(0.313726, 0.27451, 0.784314)
- PrisonHall.Position = UDim2.new(0.0370252728, 0, 0.562281013, 0)
- PrisonHall.Size = UDim2.new(0, 200, 0, 50)
- PrisonHall.Font = Enum.Font.GothamBold
- PrisonHall.Text = "Prison Hall"
- PrisonHall.TextColor3 = Color3.new(0.239216, 0.784314, 0.74902)
- PrisonHall.TextScaled = true
- PrisonHall.TextSize = 14
- PrisonHall.TextWrapped = true
- Escape.Name = "Escape"
- Escape.Parent = Frame
- Escape.BackgroundColor3 = Color3.new(0.313726, 0.27451, 0.784314)
- Escape.Position = UDim2.new(0.534862816, 0, 0.292933673, 0)
- Escape.Size = UDim2.new(0, 200, 0, 50)
- Escape.Font = Enum.Font.GothamBold
- Escape.Text = "Escape"
- Escape.TextColor3 = Color3.new(0.239216, 0.784314, 0.74902)
- Escape.TextScaled = true
- Escape.TextSize = 14
- Escape.TextWrapped = true
- GunRoom.Name = "GunRoom"
- GunRoom.Parent = Frame
- GunRoom.BackgroundColor3 = Color3.new(0.313726, 0.27451, 0.784314)
- GunRoom.Position = UDim2.new(0.0370252728, 0, 0.292933673, 0)
- GunRoom.Size = UDim2.new(0, 200, 0, 50)
- GunRoom.Font = Enum.Font.GothamBold
- GunRoom.Text = "Gun Room"
- GunRoom.TextColor3 = Color3.new(0.239216, 0.784314, 0.74902)
- GunRoom.TextScaled = true
- GunRoom.TextSize = 14
- GunRoom.TextWrapped = true
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.new(0.313726, 0.27451, 0.784314)
- Title.Position = UDim2.new(0.0370252579, 0, 0.0367372409, 0)
- Title.Size = UDim2.new(0, 433, 0, 50)
- Title.Font = Enum.Font.GothamBold
- Title.Text = "Prison Life TP Gui"
- Title.TextColor3 = Color3.new(0.239216, 0.784314, 0.74902)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextWrapped = true
- -- Scripts:
- function SCRIPT_NDLV77_FAKESCRIPT() -- Open.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Open
- script.Parent.MouseButton1Click:connect(function()
- if script.Parent.Parent["Frame"].Visible == false then
- script.Parent.Parent.Frame.Visible = true
- else
- script.Parent.Parent.Frame.Visible = false
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_NDLV77_FAKESCRIPT))
- PrisonHall.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame= CFrame.new(881.483704, 99.9900055, 2361.87891)
- end)
- GunRoom.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame= CFrame.new(835.994751, 99.990055, 2264.95508)
- end)
- Escape.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame= CFrame.new(-943.933594, 94.1287842, 2056.37378)
- end)
- spawn(function()
- local function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- for i,v in pairs(sc:GetDescendants()) do
- local counter = 0
- wait()
- spawn(function()
- while wait() do
- v.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.0076
- end
- end)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment