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

Начинающий
Статус
Оффлайн
Регистрация
24 Июн 2021
Сообщения
4
Реакции[?]
0
Поинты[?]
0
Some anti-aim luas protect item:get_override() and make it return something silly.

how do we get past this?
 
Дизайнер
Статус
Оффлайн
Регистрация
18 Авг 2017
Сообщения
1,924
Реакции[?]
2,245
Поинты[?]
146K
Товары в продаже
1
code_language.lua:
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
 
Сверху Снизу