Ищу скрипт Dormant aimbot onetap v4

Начинающий
Статус
Оффлайн
Регистрация
26 Дек 2018
Сообщения
98
Реакции[?]
28
Поинты[?]
0
JavaScript:
UI.AddHotkey(["Rage", "General", "General", "Key assignment"], "Dormant Aimbot", "Dormant Aimbot")
function check(){
    // enenies arr
    var e = Entity.GetEnemies()
    // filter as only dormant, alive and hittable enemies
    var d = e.filter(function(e){
        return Entity.IsDormant(e) && Entity.IsAlive(e) && Trace.Bullet(Entity.GetLocalPlayer(), e, Entity.GetEyePosition(Entity.GetLocalPlayer()), va(Entity.GetRenderOrigin(e), [0, 0, 45]))[1] > 1
    })
    // sort hittable by damage
    var c = d.sort(function(a, b){
        return Trace.Bullet(Entity.GetLocalPlayer(), a, Entity.GetEyePosition(Entity.GetLocalPlayer()), va(Entity.GetRenderOrigin(a), [0, 0, 45]))[1] - Trace.Bullet(Entity.GetLocalPlayer(), b, Entity.GetEyePosition(Entity.GetLocalPlayer()), va(Entity.GetRenderOrigin(b), [0, 0, 45]))[1]
    })[0]
    // if no enemies return
    if(!c) return;
    var weapon_index = Entity.GetWeapon(Entity.GetLocalPlayer()); 
    var m_flNextPrimaryAttack = Entity.GetProp(weapon_index,"DT_BaseCombatWeapon","m_flNextPrimaryAttack")//gets time until next attack
    var viewangle = VectorAngles(subtract(va(Entity.GetRenderOrigin(c), [0, 0, 45]),Entity.GetEyePosition(Entity.GetLocalPlayer())))
    if(!can_shoot(Entity.GetLocalPlayer()))//checks if you can shoot
        return;
    if(UI.GetValue(["Rage", "General", "General", "Key assignment", "Dormant Aimbot"])){
        if( Globals.Curtime() - m_flNextPrimaryAttack > 0.1){
        UserCMD.SetViewAngles(viewangle, true)
        UserCMD.SetButtons((1 << 0) | UserCMD.GetButtons())
        dmg = Trace.Bullet(Entity.GetLocalPlayer(), c, Entity.GetEyePosition(Entity.GetLocalPlayer()), va(Entity.GetRenderOrigin(c), [0, 0, 45]))[1]
        // log shot
        Cheat.PrintLog("Dormant aimed at " + Entity.GetName(c) + " for " +dmg + " dmg", UI.GetColor(["Config", "Cheat", "General", "Log color"]))
        }
    }
}
Cheat.RegisterCallback("CreateMove", "check")
я хуй знает вроде оно
 
Начинающий
Статус
Оффлайн
Регистрация
8 Май 2021
Сообщения
53
Реакции[?]
8
Поинты[?]
0
JavaScript:
UI.AddHotkey(["Rage", "General", "General", "Key assignment"], "Dormant Aimbot", "Dormant Aimbot")
function check(){
    // enenies arr
    var e = Entity.GetEnemies()
    // filter as only dormant, alive and hittable enemies
    var d = e.filter(function(e){
        return Entity.IsDormant(e) && Entity.IsAlive(e) && Trace.Bullet(Entity.GetLocalPlayer(), e, Entity.GetEyePosition(Entity.GetLocalPlayer()), va(Entity.GetRenderOrigin(e), [0, 0, 45]))[1] > 1
    })
    // sort hittable by damage
    var c = d.sort(function(a, b){
        return Trace.Bullet(Entity.GetLocalPlayer(), a, Entity.GetEyePosition(Entity.GetLocalPlayer()), va(Entity.GetRenderOrigin(a), [0, 0, 45]))[1] - Trace.Bullet(Entity.GetLocalPlayer(), b, Entity.GetEyePosition(Entity.GetLocalPlayer()), va(Entity.GetRenderOrigin(b), [0, 0, 45]))[1]
    })[0]
    // if no enemies return
    if(!c) return;
    var weapon_index = Entity.GetWeapon(Entity.GetLocalPlayer());
    var m_flNextPrimaryAttack = Entity.GetProp(weapon_index,"DT_BaseCombatWeapon","m_flNextPrimaryAttack")//gets time until next attack
    var viewangle = VectorAngles(subtract(va(Entity.GetRenderOrigin(c), [0, 0, 45]),Entity.GetEyePosition(Entity.GetLocalPlayer())))
    if(!can_shoot(Entity.GetLocalPlayer()))//checks if you can shoot
        return;
    if(UI.GetValue(["Rage", "General", "General", "Key assignment", "Dormant Aimbot"])){
        if( Globals.Curtime() - m_flNextPrimaryAttack > 0.1){
        UserCMD.SetViewAngles(viewangle, true)
        UserCMD.SetButtons((1 << 0) | UserCMD.GetButtons())
        dmg = Trace.Bullet(Entity.GetLocalPlayer(), c, Entity.GetEyePosition(Entity.GetLocalPlayer()), va(Entity.GetRenderOrigin(c), [0, 0, 45]))[1]
        // log shot
        Cheat.PrintLog("Dormant aimed at " + Entity.GetName(c) + " for " +dmg + " dmg", UI.GetColor(["Config", "Cheat", "General", "Log color"]))
        }
    }
}
Cheat.RegisterCallback("CreateMove", "check")
я хуй знает вроде оно
не работает проверил
 
Забаненный
Статус
Оффлайн
Регистрация
16 Мар 2019
Сообщения
39
Реакции[?]
6
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Нашел нормальный дормант? Я тоже не могу найти
 
Похожие темы
Сверху Снизу