Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Ищу скрипт Freestand on key v3

  • Автор темы Автор темы Alixit
  • Дата начала Дата начала
JavaScript:
Expand Collapse Copy
UI.AddHotkey("Freestand")

function freestand()
{
if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "Script items" "Freestand")) {
    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", true );
} else {
    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", false );
}
}
Cheat.RegisterCallback("CreateMove", "freestand");
 
JavaScript:
Expand Collapse Copy
UI.AddHotkey("Freestand")

function freestand()
{
if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "Script items" "Freestand")) {
    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", true );
} else {
    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", false );
}
}
Cheat.RegisterCallback("CreateMove", "freestand");
i cant turn this on
 
I forgot to add ","
there is fixed script
JavaScript:
Expand Collapse Copy
UI.AddHotkey("Freestand")

function freestand()
{
if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "Script items", "Freestand")) {
    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", true );
} else {
    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", false );
}
}
Cheat.RegisterCallback("CreateMove", "freestand");
 
I forgot to add ","
there is fixed script
JavaScript:
Expand Collapse Copy
UI.AddHotkey("Freestand")

function freestand()
{
if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "Script items", "Freestand")) {
    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", true );
} else {
    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", false );
}
}
Cheat.RegisterCallback("CreateMove", "freestand");
thank <3
 
I forgot to add ","
there is fixed script
JavaScript:
Expand Collapse Copy
UI.AddHotkey("Freestand")

function freestand()
{
if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "Script items", "Freestand")) {
    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", true );
} else {
    UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", false );
}
}
Cheat.RegisterCallback("CreateMove", "freestand");
Спасибо большое за сломанный скрипт, который зафиксировал яв на 180, и всё.
 
Назад
Сверху Снизу