DT peek assist

  • 4
  • 2
Контакты для связи отсутствуют.
JavaScript:
var awp_chance = UI.GetValue("Rage", "AWP", "Accuracy", "Hitchance")

var awp_stop = UI.GetValue("Rage", "AWP", "Accuracy", "Auto stop mode")

var scout_chance = UI.GetValue("Rage", "SCOUT", "Accuracy", "Hitchance")

var scout_stop = UI.GetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode")

var scout_prefer = UI.GetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point")

function freestand(){

if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Auto peek")){

    UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", true)

    UI.SetValue("Rage", "SCOUT", "Accuracy", "Hitchance", 62)

    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", true )

    UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", 8)

    UI.SetValue("Rage", "AWP", "Accuracy", "Hitchance", 75)

    UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", 8)

    } else {

    UI.SetValue("Rage", "SCOUT", "Accuracy", "Hitchance", scout_chance)

    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", false )

    UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", scout_stop)

    UI.SetValue("Rage", "AWP", "Accuracy", "Hitchance", awp_chance)

    UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", awp_stop)

    UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", scout_prefer)

   }

}



Cheat.RegisterCallback("CreateMove", "freestand")
 
Последнее редактирование модератором:
Сверху Снизу