Skip to content

Instantly share code, notes, and snippets.

task.wait(1)
-- ============================================
-- ЗАЩИТА ОТ АНТИЧИТА
-- ============================================
if not getgenv().__UNIVERSAL_AC_BYPASS then
local old_debug_info = clonefunction and clonefunction(debug.info) or debug.info
local old_debug_getinfo = clonefunction and clonefunction(debug.getinfo) or debug.getinfo
if hookfunction and newcclosure then