zcnpci/legacy/brat_untouchable.lua
2026-05-24 22:22:34 -04:00

25 lines
956 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- [[
-- ЭТОТ КОД — КАК "ALBERTO BALSALM":
-- КРИВОЙ, НО РАБОЧИЙ. НЕ ТРОГАТЬ.
-- © BRAT, [26.04.2025]
https://open.spotify.com/track/7o2AeQZzfCERsRmOM86EcB?si=e0c85a15f7b34bf6
--[[ BRAT WAS HERE ]]
if true then
print("\n\n>>> ЭТОТ КОД — АРТ-ИНСТАЛЛЯЦИЯ 'XTAL_DEBUG' <<<")
print(">>> ВКЛЮЧИ ОРИГИНАЛ НА SPOTIFY И НЕ ТРОГАЙ КОД\n\n")
return -
end
hook.Add("Think", "BRAT_ART_MODE", function()
if math.random(1, 10000) == 42 then
PrintMessage(HUD_PRINTCENTER, ">> СЛУШАЙ 'XTAL' И НЕ ПАРЬСЯ <<")
end
end)
-- [[
-- Официальный саундтрек этого кода:
-- https://open.spotify.com/track/702AeQZzfCERsRmOM86EcB?si=e0c85a15f7b34bf6
-- Запусти его при чтении, чтобы понять *глубину* багов.
-- ]]