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

JS-скрипт Methamphetamine.solutions keybinds a.k.a minimalistic

lyric
Участник
Участник
Статус
Оффлайн
Регистрация
29 Дек 2018
Сообщения
1,421
Реакции
158
ss:
1604231400134.png

script:
JavaScript:
Expand Collapse Copy
// by 5ug4r#7306 \\
// Enjoy uwu \\

function methamphetamine()
{
    font = Render.AddFont( "Verdana", 7, 100);
    Render.StringCustom( 2, 2, 0, "[methamphetamine.solutions]", [ 255, 255, 255, 255 ], font );
    if (UI.IsHotkeyActive("Rage", "Exploits", "Doubletap")) {
    Render.StringCustom( 2, 15, 0, "doubletap: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 15, 0, "doubletap: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Rage", "Exploits", "Hide shots")) {
       Render.StringCustom( 2, 27, 0, "hideshots: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 27, 0, "hideshots: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Rage", "General", "Force body aim")) {
       Render.StringCustom( 2, 39, 0, "baim: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 39, 0, "baim: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Rage", "General", "Force safe point")) {
       Render.StringCustom( 2, 51, 0, "safepoint: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 51, 0, "safepoint: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Rage", "General", "Resolver override")) {
       Render.StringCustom( 2, 63, 0, "resolveroverride: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 63, 0, "resolveroverride: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Auto peek")) {
       Render.StringCustom( 2, 75, 0, "autopeek: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 75, 0, "autopeek: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Edge jump")) {
       Render.StringCustom( 2, 87, 0, "edgejump: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 87, 0, "edgejump: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "Script items", "override hotkey")) {
       Render.StringCustom( 2, 99, 0, "mindamageoverride: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 99, 0, "mindamageoverride: off", [ 255, 255, 255, 255 ], font );
    }
}
Cheat.RegisterCallback("Draw", "methamphetamine")

Как и в прошлой теме, нет скринсайза, поэтому @enQ давай)
Если хотите добавить функции то:

JavaScript:
Expand Collapse Copy
    if (UI.IsHotkeyActive(путь до этой части)) {
       Render.StringCustom( 2, 99 //+12, 0, "название функции", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 99 // +12, 0, "название функции", [ 255, 255, 255, 255 ], font );
    }
 
Последнее редактирование:
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Мтх круто конечно , но нихуя не похоже
 
Как и в прошлой теме, нет скринсайза, поэтому @enQ давай)
Интересно, а нахуй он нужен? Тип отсчет идет от левого верхнего угла, а в прошлой теме надо было по середине для каждого разрешения
 
Интересно, а нахуй он нужен? Тип отсчет идет от левого верхнего угла, а в прошлой теме надо было по середине для каждого разрешения
я типо про то чтоб это можно было двигать, а не статик
 
ss:
Посмотреть вложение 109703
script:
JavaScript:
Expand Collapse Copy
// by 5ug4r#7306 \\
// Enjoy uwu \\

function methamphetamine()
{
    font = Render.AddFont( "Verdana", 7, 100);
    Render.StringCustom( 2, 2, 0, "[methamphetamine.solutions]", [ 255, 255, 255, 255 ], font );
    if (UI.IsHotkeyActive("Rage", "Exploits", "Doubletap")) {
    Render.StringCustom( 2, 15, 0, "doubletap: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 15, 0, "doubletap: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Rage", "Exploits", "Hide shots")) {
       Render.StringCustom( 2, 27, 0, "hideshots: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 27, 0, "hideshots: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Rage", "General", "Force body aim")) {
       Render.StringCustom( 2, 39, 0, "baim: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 39, 0, "baim: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Rage", "General", "Force safe point")) {
       Render.StringCustom( 2, 51, 0, "safepoint: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 51, 0, "safepoint: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Rage", "General", "Resolver override")) {
       Render.StringCustom( 2, 63, 0, "resolveroverride: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 63, 0, "resolveroverride: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Auto peek")) {
       Render.StringCustom( 2, 75, 0, "autopeek: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 75, 0, "autopeek: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Edge jump")) {
       Render.StringCustom( 2, 87, 0, "edgejump: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 87, 0, "edgejump: off", [ 255, 255, 255, 255 ], font );
    }
    if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "Script items", "override hotkey")) {
       Render.StringCustom( 2, 99, 0, "mindamageoverride: on", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 99, 0, "mindamageoverride: off", [ 255, 255, 255, 255 ], font );
    }
}
Cheat.RegisterCallback("Draw", "methamphetamine")

Как и в прошлой теме, нет скринсайза, поэтому @enQ давай)
Если хотите добавить функции то:

JavaScript:
Expand Collapse Copy
    if (UI.IsHotkeyActive(путь до этой части)) {
       Render.StringCustom( 2, 99 //+12, 0, "название функции", [ 255, 255, 255, 255 ], font );
    } else {
    Render.StringCustom( 2, 99 // +12, 0, "название функции", [ 255, 255, 255, 255 ], font );
    }
как x22 cheats бтв
 
Назад
Сверху Снизу