lyric
-
Автор темы
- #1
ss:
script:
Как и в прошлой теме, нет скринсайза, поэтому enQ_broken давай)
Если хотите добавить функции то:
script:
JavaScript:
// 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")
Если хотите добавить функции то:
JavaScript:
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 );
}
Последнее редактирование: