LUA скрипт [NL] Privatny p100 DT Airlag Break LC Teleport Exploit

she/her
Пользователь
Статус
Оффлайн
Регистрация
29 Сен 2022
Сообщения
294
Реакции[?]
118
Поинты[?]
27K
поприватнее код будет

code_language.lua:
-- @package exploit
local exploit = {}; do
    -- @private
    local group = ui.create("teleport", "gamesense.dll")
    local master = group:switch("Exploit [Air]")
    local slider = group:slider("Exploit [Speed]", 10, 60, 10)

    -- @public
    function exploit:on_setup_command(cmd)
        local localplayer = entity.get_local_player()

        if not localplayer then
            return
        end

        if master:get() then
            if bit.band(localplayer.m_fFlags, bit.lshift(1, 0)) == 0 or cmd.in_jump then
                if globals.tickcount % slider:get() > 1 then
                    cmd.force_defensive = true
                    ui.find("Aimbot","Ragebot","Main","Double Tap","Fake Lag Limit"):override(math.random(10))
                    rage.exploit:force_teleport()
                else
                    rage.exploit:force_charge()
                end
            end
        else
            ui.find("Aimbot","Ragebot","Main","Double Tap","Fake Lag Limit"):override()
        end
    end
end

-- @events
events.createmove:set(function(cmd)
    exploit:on_setup_command(cmd)
end)
можеш помочь я так и не разобрался че тут public а че privat
 
Privatny p100 DT Airlag Break LC Teleport Exploit
Read Only
Статус
Оффлайн
Регистрация
27 Янв 2021
Сообщения
951
Реакции[?]
150
Поинты[?]
74K
Privatny p100 DT Airlag Break LC Teleport Exploit
Read Only
Статус
Оффлайн
Регистрация
27 Янв 2021
Сообщения
951
Реакции[?]
150
Поинты[?]
74K
UPDATE!
Чутка обновил логику, теперь телепортирует правильнее + появилась возможность нормально тепаться не только с дт, но и с хайдшотсами.
 
ППХУДЕР
Начинающий
Статус
Оффлайн
Регистрация
10 Фев 2020
Сообщения
406
Реакции[?]
23
Поинты[?]
6K
Тот самый новый "эксплоит" в пару строк на приватное отжатие дт.

Код:
group = ui.create("teleport-sense", "gamesense.dll")
mega_exploit = group:switch("$$$ Ya Teleportiruus V Aire Exploit $$$")
function dt_airlag_breaklc_teleport_mega_premium_exploit(cmd)
    ui.find("Aimbot","Ragebot","Main","Double Tap","Fake Lag Limit"):override()
    if not mega_exploit:get() then return end
    local localplayer = entity.get_local_player()
    if not localplayer then return end
  
    --секретные технологии
    if bit.band(localplayer.m_fFlags, bit.lshift(1,0)) == 0 then
        if globals.tickcount % 10 == 0 and cmd.in_jump then
            cmd.force_defensive = true
            ui.find("Aimbot","Ragebot","Main","Double Tap","Fake Lag Limit"):override(math.random(10))
            rage.exploit:force_teleport()
            rage.exploit:allow_charge(false)
        else--if rage.exploit:get() == 0 then
            rage.exploit:allow_charge(true)
            rage.exploit:force_charge()
        end
    end
end

events.createmove:set(dt_airlag_breaklc_teleport_mega_premium_exploit)
pod skeet est?
 
Privatny p100 DT Airlag Break LC Teleport Exploit
Read Only
Статус
Оффлайн
Регистрация
27 Янв 2021
Сообщения
951
Реакции[?]
150
Поинты[?]
74K
ППХУДЕР
Начинающий
Статус
Оффлайн
Регистрация
10 Фев 2020
Сообщения
406
Реакции[?]
23
Поинты[?]
6K
Сверху Снизу