0% found this document useful (0 votes)
5K views4 pages

Prison Life Script

This document contains the code for a GUI hub for the game Prison Life. The GUI has several tabs that allow the user to modify their player's stats like speed and jump power, access weapons and combat abilities, use admin commands, teleport to different locations, and enable troll abilities like flying cars. It also provides credits for the scripts.

Uploaded by

Lampas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5K views4 pages

Prison Life Script

This document contains the code for a GUI hub for the game Prison Life. The GUI has several tabs that allow the user to modify their player's stats like speed and jump power, access weapons and combat abilities, use admin commands, teleport to different locations, and enable troll abilities like flying cars. It also provides credits for the scripts.

Uploaded by

Lampas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

setclipboard("https://discord.

gg/pTSg34Jz3n")
print("copied the discord")
if game.PlaceId == 155615604 then
local Library =
loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/
main/source.lua"))()
local Window = Library.CreateLib("Teddy hub", "Serpent")
local Credits = Window:NewTab("Main")
local CreditsSection = Credits:NewSection("Credits")
CreditsSection:NewLabel("Scripts Made By: Teddy")
CreditsSection:NewLabel("and thank to mdr to help me on it!)")

local Tab = Window:NewTab("Ui")


local UiSection = Tab:NewSection("Toggle")
UiSection:NewKeybind("Toggle Ui", "this will hide the ui(does not inculde
animation)", Enum.KeyCode.RightControl, function()
Library:ToggleUI()
end)

local Tab = Window:NewTab("LocalPlayer")


local LocalPlayerSection = Tab:NewSection("Movement")
LocalPlayerSection:NewSlider("Walkspeed", "if you sprint, you have to adjust
again", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
end)
LocalPlayerSection:NewSlider("JumpPower", "Turns you into a pogostick.", 500, 50,
function(s) -- 500 (MaxValue) | 0 (MinValue)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
end)

local Tab = Window:NewTab("Combat")


local CombatSection = Tab:NewSection("Combat")
CombatSection:NewButton("Become a american!", "M4A1 Not inculded.", function()
print("All Weapons Given!")

workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington
870"].ITEMPICKUP)

workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver.M9.ITEMPICKU
P)

workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.single.Hammer.ITEM
PICKUP)

workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["AK-
47"].ITEMPICKUP)
print(currentOption)
end)
CombatSection:NewButton("HitboxExpander", "Hitbox Ui", function()

loadstring(game:HttpGet(("https://gameovers.net/Scripts/Free/HitboxExpander/
main.lua"),true))()
end)
local Misc = Window:NewTab("Miscellaneous")
local MiscSection = Misc:NewSection("Miscellaneous")
MiscSection:NewButton("Remove all Doors", "Removes Every Door!",
function()
for i,d in pairs(game.Workspace.Doors:GetChildren()) do
if d.ClassName == "Model" then
d:Destroy()
end
end
end)
MiscSection:NewButton("Remove All Fences", "All Fences Will Be
Removed!", function()
for i,l in pairs(game.Workspace["Prison_Fences"]:GetChildren()) do
if l.Name == "fence" then
l:Destroy()
end
end
end)

MiscSection:NewButton("Remove All Gates", "All Fences Will Be


Removed!", function()
game.Workspace["Prison_Fences"]["Prison_Gate"]:Destroy()
game.Workspace["Prison_Fences"]["gate"]:Destroy()
end)

local Tab = Window:NewTab("Admin")


local AdminSection = Tab:NewSection("madness")
AdminSection:NewButton("Septex", "Gives You Commands!", function()

loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/
Main/PrisonLife'),true))()
end)
AdminSection:NewButton("PrisonBreaker V1.5", "Prisonbreaker GUI",
function()

loadstring(game:HttpGet(('https://pastebin.com/raw/QcNge4QY'),true))()
end)
AdminSection:NewButton("Inf Yield", "gives you more cmds", function()

loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/
master/source'),true))()
end)
local AdminSection = Tab:NewSection("Septex Commands")
AdminSection:NewLabel(":rank player - gives player commands")
AdminSection:NewLabel(":kill player - kills player")
AdminSection:NewLabel(":sa player - spam arrest player")
AdminSection:NewLabel(":crim player - makes player criminal")
AdminSection:NewLabel(":bring player - brings player")
AdminSection:NewLabel(":goto player - makes you go to player")
AdminSection:NewLabel(":void player - voids player")
AdminSection:NewLabel(":key player - gives player keycard")
AdminSection:NewLabel(":cuffs player - gives player handcuffs")
AdminSection:NewLabel(":trap player - traps player")
AdminSection:NewLabel(":yard player - brings player to yard")
AdminSection:NewLabel(":base player - brings player to criminal base")
AdminSection:NewLabel(":prison player - brings player to prison")
AdminSection:NewLabel(":lk - loopkills player")
AdminSection:NewLabel(":aura - gives player kill aura")
AdminSection:NewLabel(":virus - makes anyone who touch player dies")
AdminSection:NewLabel(":oof - kills everyone")
AdminSection:NewLabel(":spike - lag spike")
AdminSection:NewLabel(":bspike - big lag spike")
AdminSection:NewLabel(":lag - lags the server")
AdminSection:NewLabel(":crash - crashes the server")
AdminSection:NewLabel(":tk player - teleport you to player and kills
them")
AdminSection:NewLabel(":ltk player - loops tpkill")
AdminSection:NewLabel(":logs - prints all used cmds")
local Tab = Window:NewTab("Troll")
local TrollSection = Tab:NewSection("FLY")
TrollSection:NewButton("Flycar (AirWav)", "superman but car",
function()

loadstring(game:HttpGet(('https://pastebin.com/raw/VLBwAgwT'),true))()
end)

local TrollSection = Tab:NewSection("Dances")


TrollSection:NewButton("NullWare V3", "i went through links for you",
function()

loadstring(game:HttpGet(('https://pastebin.com/raw/jUxDxBsp'),true))()
end)

local Tab = Window:NewTab("Teleports")


local TeleportsSection = Tab:NewSection("be even faster than flash")
TeleportsSection:NewButton("Outside of prison", "Teleports You outside of the
prison!", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(451.6684265136719, 98.0399169921875, 2216.338134765625)
end)
TeleportsSection:NewButton("Prison Yard", "Teleports You to the Prison
Yard", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(736.4671630859375, 97.99992370605469, 2517.583740234375)
end)
TeleportsSection:NewButton("Kitchen", "Teleports You to the Kitchen!",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(906.641845703125, 99.98993682861328, 2237.67333984375)
end)
TeleportsSection:NewButton("Prison Cells", "Teleports You to the Prison
Cells!", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(919.5551147460938, 99.98998260498047, 2441.700927734375)
end)
TeleportsSection:NewButton("Surveilance Room", "Teleports You to the
Surveilance Room!", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(795.251953125, 99.98998260498047, 2327.720703125)
end)
TeleportsSection:NewButton("Break Room", "Teleports You to the Break
Room!", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(800.0896606445312, 99.98998260498047, 2266.71630859375)
end)
TeleportsSection:NewButton("Police Armory", "Teleports You to the
Police Armory!", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(837.2889404296875, 99.98998260498047, 2270.99658203125)
end)
TeleportsSection:NewButton("Police Room", "Teleports to to the Police
Room", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(836.5386352539062, 99.98998260498047, 2320.604248046875)
end)
TeleportsSection:NewButton("Cafeteria", "Teleports you to the
Cafeteria!", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(918.994873046875, 99.98993682861328, 2325.73095703125)
end)
TeleportsSection:NewButton("Criminal Base Inside", "Teleports you to
the Criminal Base Inside!", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(-975.8451538085938, 109.32379150390625, 2053.11376953125)
end)

coroutine.wrap(UVUZD_fake_script)()
game.Player.LocalPlayer:kick("go to prison bro")

else

end

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy