Execution_Runtime = tick() PLadmin_Settings = { DefaultPrefix = "?", JoinNotify = false, AutoRespawn = true, --Automatically loadcharacter when dying AntiVoid = true, --Automatically teleport up when falling into void AntiTase = false, --Prevents you from being tased (100% no getconnections used because its absolute garbage) AntiArrest = false, --Prevents you from being arrested (100% no getconnections used because its absolute garbage) AntiShoot = false, --Kills player who tries to shoot you (Will be delayed if you have shitty ping, *COUGH* PLDT Users) AntiPunch = false, --Instantly kill players who try to punch you AntiFling = false, --Prevent exploiters from flinging you AntiShield = false, --stop pay2win people and bypass their shields AntiBring = false, --Prevent other exploiter(s) from bringing you SilentAim = false, --Makes you shoot without missing a target AutoGuns = false, --Automatically get all guns OldItemMethod = false, --Use teleport for getting items (USE THIS IF PRISON LIFE PATCHES THE TABLE METHOD) Fullbright = false, --Enable fullbrightness WhitelistRanked = false, --Automatically whitelist ranked players (DO NOT USE WHEN RANKING ALL PLAYERS) RankedNukeCmds = true, --Allow ranked players to use nuke commands (Very annoying) RankedMultiCmd = true, --Allow ranked players to use the arguments: "all, and team", EX: ?kill all RankedOutput = true, --Chat the output commands of ranked players WhisperToRanked = true, --Use whisper for outputing commands for ranked players } wait() Instance.new("Folder", game:GetService("Workspace")).Name = "PLADMIN LOADED SUCCESS" local PLAdmin = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local ScriptName = Instance.new("TextLabel") local ExecBar = Instance.new("TextBox") local CloseButton = Instance.new("TextButton") local MinimizeButton = Instance.new("TextButton") local SettingButton = Instance.new("ImageButton") local Toggles_Frame = Instance.new("ScrollingFrame") local CMDS_Frame = Instance.new("ScrollingFrame") local UIListLayout = Instance.new("UIListLayout") local UIListLayout2 = Instance.new("UIListLayout") local UnloadScript = nil local Unloaded = false PLAdmin.Name = "PLAdmin" PLAdmin.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") PLAdmin.ZIndexBehavior = Enum.ZIndexBehavior.Sibling PLAdmin.ResetOnSpawn = false MainFrame.Name = "MainFrame" MainFrame.Parent = PLAdmin MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MainFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) MainFrame.BorderSizePixel = 2 MainFrame.AnchorPoint = Vector2.new(0.5, 0.5) MainFrame.Position = UDim2.new(0.5, 0, 0.5, 0) MainFrame.Size = UDim2.new(0, 250, 0, 155) MainFrame.Active = true MainFrame.Visible = false ScriptName.Name = "ScriptName" ScriptName.Parent = MainFrame ScriptName.BackgroundColor3 = Color3.fromRGB(0, 0, 0) ScriptName.BorderColor3 = Color3.fromRGB(0, 0, 0) ScriptName.BorderSizePixel = 0 ScriptName.Size = UDim2.new(0, 250, 0, 17) ScriptName.Font = Enum.Font.SourceSans ScriptName.Text = " PRIZZLIFE > CMDSLIST" ScriptName.TextColor3 = Color3.fromRGB(255, 255, 255) ScriptName.TextSize = 13.000 ScriptName.TextXAlignment = Enum.TextXAlignment.Left ExecBar.Name = "ExecBar" ExecBar.Parent = MainFrame ExecBar.BackgroundColor3 = Color3.fromRGB(45, 45, 45) ExecBar.BorderColor3 = Color3.fromRGB(0, 0, 0) ExecBar.BorderSizePixel = 2 ExecBar.Position = UDim2.new(-1.22070318e-07, 0, 0.833333313, 0) ExecBar.Size = UDim2.new(0, 250, 0, 25) ExecBar.Font = Enum.Font.SourceSans ExecBar.TextColor3 = Color3.fromRGB(255, 255, 255) ExecBar.Text = "" ExecBar.PlaceholderText = "Command Bar" ExecBar.TextSize = 14.000 ExecBar.ClearTextOnFocus = false CloseButton.Name = "CloseButton" CloseButton.Parent = MainFrame CloseButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) CloseButton.BorderColor3 = Color3.fromRGB(0, 0, 0) CloseButton.BorderSizePixel = 0 CloseButton.Position = UDim2.new(0.930000007, 0, -0.00100000005, 0) CloseButton.Size = UDim2.new(0, 19, 0, 17) CloseButton.Font = Enum.Font.SourceSans CloseButton.Text = "X" CloseButton.TextColor3 = Color3.fromRGB(255, 255, 255) CloseButton.TextSize = 14.000 MinimizeButton.Name = "MinimizeButton" MinimizeButton.Parent = MainFrame MinimizeButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) MinimizeButton.BorderColor3 = Color3.fromRGB(0, 0, 0) MinimizeButton.BorderSizePixel = 0 MinimizeButton.Position = UDim2.new(0.850000024, 0, -0.00100000005, 0) MinimizeButton.Size = UDim2.new(0, 19, 0, 17) MinimizeButton.Font = Enum.Font.SourceSans MinimizeButton.Text = "-" MinimizeButton.TextColor3 = Color3.fromRGB(255, 255, 255) MinimizeButton.TextSize = 14.000 SettingButton.Name = "SettingButton" SettingButton.Parent = MainFrame SettingButton.BackgroundColor3