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

Privatny p100 DT Airlag Break LC Teleport Exploit
Участник
Участник
Статус
Оффлайн
Регистрация
27 Янв 2021
Сообщения
1,229
Реакции
218
Тот самый новый "эксплоит" в пару строк на приватное отжатие дт.

Код:
Expand Collapse Copy
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)
 
Последнее редактирование:
включил 0 крашей но автор реализовал неправильно так что лучшеб крашнуло not approved by krolik :imp:
 
поприватнее код будет

code_language.lua:
Expand Collapse Copy
-- @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)
 
поприватнее код будет

code_language.lua:
Expand Collapse Copy
-- @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)
какой же ты
-- @@musor
 
+реп лучше чем ваша хистерия ебаная
LUA СКРИПТ [NL] Privatny p100 DT Airlag Break LC Teleport Exploit > hysteria
 
Назад
Сверху Снизу