Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Вопрос [NL] bypass :get_override() protection

code_language.lua:
Expand Collapse Copy
local ref = ui.find("Miscellaneous", "Main", "Movement", "Bunny hop")
local ref_mt = getmetatable(ref)

local get_override = ref_mt.get_override

--
print( get_override(ref) )
keep in mind you have to load your script before the protected one
 
Назад
Сверху Снизу