LUA скрипт LEGIT AA by pressing the "e" button / Lw v4

Начинающий
Статус
Оффлайн
Регистрация
12 Мар 2021
Сообщения
14
Реакции[?]
4
Поинты[?]
0
1615729967820.png эту штуку надо будет забиндить по холду на ешку


code_language.lua:
local function legitaa()
local aa = menu.get_key_bind_state("anti_aim.manual_forward_key")
    if aa then
    console.execute("unbind e")
    menu.set_int("anti_aim.pitch", 0)
    menu.set_int("anti_aim.yaw_offset", 180)
    elseif not aa then
    console.execute("unbind e +use")
    menu.set_int("anti_aim.pitch", 1)
    menu.set_int("anti_aim.yaw_offset", 0)
    console.execute("-use")
    end
end
client.add_callback("create_move", legitaa)
 
Сверху Снизу