Skip to content

Instantly share code, notes, and snippets.

View hackdelta4's full-sized avatar

hackdelta4

  • Joined Sep 28, 2025
View GitHub Profile
-- Ultra Stealth Brainrot Stealer - Versión Ofuscada
-- Técnicas avanzadas de anti-detección implementadas
-- ============================================
-- SISTEMA DE OFUSCACIÓN MATEMÁTICA
-- ============================================
local function _0x1a2b3c(n) return math.floor(n * 0.5 + 0.5) end
local function _0x4d5e6f(a, b) return a * 0.618033988749895 + b * 0.381966011250105 end
local function _0x7g8h9i(x) return math.sin(x * 3.14159265359) * 0.5 + 0.5 end
@hackdelta4
hackdelta4 / brainroot_script.lua
Created September 30, 2025 16:56
brainroot-sciprt.lua
-- Universal Brainrot Collector
-- Hace que TODO EL MAPA sea zona de colección
-- Compatible con Delta y otros exploits
-- ============================================
-- CONFIGURACIÓN (AJUSTA AQUÍ)
-- ============================================
local DETECTION_COOLDOWN = 0.5 -- Tiempo entre detecciones (segundos)
local ROBBERY_DELAY = 0.1 -- Retraso antes de confirmar robo (segundos)
local DETECTION_RADIUS = 15 -- Radio de detección de Brainrots (studs)
@hackdelta4
hackdelta4 / brainroot_script.lua
Created September 30, 2025 16:18
brainroot.lua
-- StealthBrainrotStealer.lua - VERSIÓN WAYPOINTS ONLY
-- Solo sigue waypoints, sin ir a base
-- Velocidad ultra ajustable para evitar detección
-- ============================================
-- CONFIGURACIÓN DE VELOCIDAD (AJUSTA AQUÍ)
-- ============================================
local STEP_SIZE = 3 -- Tamaño de cada paso (studs) - MÁS BAJO = MÁS LENTO
local WAIT_BETWEEN_STEPS = 0.12 -- Segundos entre pasos - MÁS ALTO = MÁS LENTO
local WAIT_BETWEEN_WAYPOINTS = 0.4 -- Segundos entre waypoints - MÁS ALTO = MÁS LENTO
@hackdelta4
hackdelta4 / brainroot_script.lua
Last active September 30, 2025 16:12
BRAINROT_SCRIT.LUA
-- StealthBrainrotStealer.lua - VERSIÓN WAYPOINTS ONLY
-- Solo sigue waypoints, sin ir a base
-- Velocidad ultra ajustable para evitar detección
-- ============================================
-- CONFIGURACIÓN DE VELOCIDAD (AJUSTA AQUÍ)
-- ============================================
local STEP_SIZE = 2 -- Tamaño de cada paso (studs) - MÁS BAJO = MÁS LENTO
local WAIT_BETWEEN_STEPS = 0.15 -- Segundos entre pasos - MÁS ALTO = MÁS LENTO
local WAIT_BETWEEN_WAYPOINTS = 0.5 -- Segundos entre waypoints - MÁS ALTO = MÁS LENTO
-- Speed Hack Exploit Ultra para Delta
-- Versión con velocidad aumentada y rendimiento optimizado
-- Eliminar cualquier GUI anterior con el mismo nombre para evitar duplicados
local existingGUI = game:GetService("CoreGui"):FindFirstChild("SpeedHackGUI")
if existingGUI then
existingGUI:Destroy()
end
-- Configuración