Privatny p100 DT Airlag Break LC Teleport Exploit
-
Автор темы
- #1
Тот самый новый "эксплоит" в пару строк на приватное отжатие дт.
Код:
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)
Последнее редактирование: