This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Free Admin fake para Brookhaven (KRNL) | |
local Key = "V1" | |
-- Tela de key | |
local ScreenGui = Instance.new("ScreenGui") | |
local KeyFrame = Instance.new("Frame") | |
KeyFrame.Size = UDim2.new(0,300,0,150) | |
KeyFrame.Position = UDim2.new(0.5,-150,0.5,-75) | |
KeyFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30) | |
KeyFrame.Parent = ScreenGui |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Delta Full Admin Script by Snow9393 & Copilot | |
TODAS as funções clássicas de admin, menu e chat. | |
Coloque seu nome de admin na lista ADMIN_USERS! | |
]] | |
local ADMIN_USERS = {"Ax7_Coolkid", "Snow9393"} -- Adicione seus nicks aqui | |
local Players = game:GetService("Players") | |
local LocalPlayer = Players.LocalPlayer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ Admin Brookhaven Script by ChatGPT para Ax7_Coolkid ]]-- | |
-- CONFIGURAÇÃO DE ADMINS | |
local ADMINS = { ["Ax7_Coolkid"] = true } | |
local Players = game:GetService("Players") | |
local lp = Players.LocalPlayer | |
local mouse = lp:GetMouse() | |
local ChatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents") | |
local prefix = ":" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Painel de Controle v21 - Modelo de Estudo com Correções de Câmera e Estabilidade | |
Funções: Minimizador, Anti-Lag, Câmera, ESP, Speed, Jump, God, Anti-Kick, Jump Infinito. | |
AVISO DE BANIMENTO: As funções de cheat são detectáveis e causarão BANIMENTO. | |
]] | |
-- =================================== | |
-- ===== SERVIÇOS E VARIÃVEIS GLOBAIS ===== | |
-- =================================== | |
local players = game:GetService("Players") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Painel de Controle v21 - Modelo de Estudo com Correções de Câmera e Estabilidade | |
Funções: Minimizador, Anti-Lag, Câmera, ESP, Speed, Jump, God, Anti-Kick, Jump Infinito. | |
AVISO DE BANIMENTO: As funções de cheat são detectáveis e causarão BANIMENTO. | |
]] | |
-- =================================== | |
-- ===== SERVIÇOS E VARIÃVEIS GLOBAIS ===== | |
-- =================================== | |
local players = game:GetService("Players") |
NewerOlder