Skip to content

Instantly share code, notes, and snippets.

-- Script: Jogador Gigante Goleiro
-- Executor: KRNL ou outro compatível com loadstring
-- Efeito: Torna o corpo muito gordo para cobrir o gol inteiro
local plr = game.Players.LocalPlayer
local char = plr.Character or plr.CharacterAdded:Wait()
local humanoid = char:WaitForChild("Humanoid")
-- Espera carregar partes
repeat wait() until char:FindFirstChild("HumanoidRootPart") and char:FindFirstChild("UpperTorso") or char:FindFirstChild("Torso")
-- Free Admin Script V1
-- Config
local KEY = "V1"
local prefixes = {":",";"}
-- UI Setup (ScreenGui + frames + buttons/styling)
local player = game.Players.LocalPlayer
local gui = Instance.new("ScreenGui", player:WaitForChild("PlayerGui"))
gui.Name = "FreeAdminUI"
-- 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
-- Brookhaven "Admin" by ChatGPT
-- Script por Laura (KRNL/Delta)
-- Funções: Jail, Kick, Kill, etc.
local AdminUser = "SeuNomeAqui" -- Troque pelo seu nome
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
-- Utilitários
-- Script universal para virar admin automaticamente
local plr = game.Players.LocalPlayer
for _,v in pairs(getgc(true)) do
if type(v) == "table" then
if rawget(v, "admins") and typeof(v.admins) == "table" then
table.insert(v.admins, plr.Name)
end
if rawget(v, "Admins") and typeof(v.Admins) == "table" then
table.insert(v.Admins, plr.Name)
--[[
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
--[[ 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 = ":"
-- [[ Menu e Funções para Roube um Brainrot por Snow9393 ]] --
-- Serviços
local Players = game:GetService("Players")
local TweenService = game:GetService("TweenService")
local LocalPlayer = Players.LocalPlayer
local CoreGui = game:GetService("CoreGui")
local StarterGui = game:GetService("StarterGui")
-- Função para criar UI sem conflitos
--[[
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")
--[[
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")