ZaPaster Начинающий Z Начинающий Статус Оффлайн Регистрация 24 Июн 2021 Сообщения 4 Реакции 0 15 Фев 2023 #1 Some anti-aim luas protect item:get_override() and make it return something silly. how do we get past this?
Some anti-aim luas protect item:get_override() and make it return something silly. how do we get past this?
enQ_broken Дизайнер E Дизайнер Статус Оффлайн Регистрация 18 Авг 2017 Сообщения 1,924 Реакции 2,244 15 Фев 2023 #2 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
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