я в джакузи это факт
-
Автор темы
- #1
function skeet_keys()
{
//
//
//
var str = [];
if (UI.IsHotkeyActive("Rage", "GENERAL", "Exploits", "Doubletap"))
{
str.push("Double tap")
}
if (UI.IsHotkeyActive("Rage", "GENERAL", "Exploits", "Hide shots"))
{
str.push("On-shot")
}
if (UI.IsHotkeyActive("Rage", "GENERAL", "General", "Force body aim"))
{
str.push("Body aim")
}
if (UI.IsHotkeyActive("Rage", "GENERAL", "General", "Force safe point"))
{
str.push("Safe points")
}
if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Auto peek"))
{
str.push("Auto peek")
}
if (UI.IsHotkeyActive("Visual", "WORLD", "View", "Thirdperson"))
{
str.push("Third person")
}
if (UI.IsHotkeyActive("Anti-Aim", "Extra", "Fake duck"))
{
str.push("Fake duck")
}
if (UI.IsHotkeyActive("Anti-Aim", "Extra", "Slow walk"))
{
str.push("Slow walk")
}
if (UI.IsHotkeyActive("Anti-Aim", "Fake angles", "Inverter"))
{
str.push("AA Invented")
}
//
//
const x = UI.GetValue("Misc", "JAVASCRIPT", "Script items", "x offset[hotkey]")
const y = UI.GetValue("Misc", "JAVASCRIPT", "Script items", "y offset[hotkey]")
Render.FilledRect(x, y, 190, 25, [0,0,0,150])
Render.FilledRect(x, y, 190, 2, UI.GetColor("Misc", "JAVASCRIPT", "Script items", "Color"))
Render.FilledRect(x, y + 24, 190, 20 + 18 * (str.length - 1), [0,0,10,28]) //cikl + hotkeys
Render.String(x + 90, y + 7, 3, "hotkey list", [255,255,255,255], 10)
for (i = 0; i < str.length; i++)
{
Render.String(x + 8, y + 31 + 15 * i, 0, str, [255,255,255,255], 10)
Render.String(x + 145, y + 31 + 15 * i, 3, "[toggled]", [255,255,255,255], 10)
}
}
{
//
//
//
var str = [];
if (UI.IsHotkeyActive("Rage", "GENERAL", "Exploits", "Doubletap"))
{
str.push("Double tap")
}
if (UI.IsHotkeyActive("Rage", "GENERAL", "Exploits", "Hide shots"))
{
str.push("On-shot")
}
if (UI.IsHotkeyActive("Rage", "GENERAL", "General", "Force body aim"))
{
str.push("Body aim")
}
if (UI.IsHotkeyActive("Rage", "GENERAL", "General", "Force safe point"))
{
str.push("Safe points")
}
if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Auto peek"))
{
str.push("Auto peek")
}
if (UI.IsHotkeyActive("Visual", "WORLD", "View", "Thirdperson"))
{
str.push("Third person")
}
if (UI.IsHotkeyActive("Anti-Aim", "Extra", "Fake duck"))
{
str.push("Fake duck")
}
if (UI.IsHotkeyActive("Anti-Aim", "Extra", "Slow walk"))
{
str.push("Slow walk")
}
if (UI.IsHotkeyActive("Anti-Aim", "Fake angles", "Inverter"))
{
str.push("AA Invented")
}
//
//
const x = UI.GetValue("Misc", "JAVASCRIPT", "Script items", "x offset[hotkey]")
const y = UI.GetValue("Misc", "JAVASCRIPT", "Script items", "y offset[hotkey]")
Render.FilledRect(x, y, 190, 25, [0,0,0,150])
Render.FilledRect(x, y, 190, 2, UI.GetColor("Misc", "JAVASCRIPT", "Script items", "Color"))
Render.FilledRect(x, y + 24, 190, 20 + 18 * (str.length - 1), [0,0,10,28]) //cikl + hotkeys
Render.String(x + 90, y + 7, 3, "hotkey list", [255,255,255,255], 10)
for (i = 0; i < str.length; i++)
{
Render.String(x + 8, y + 31 + 15 * i, 0, str, [255,255,255,255], 10)
Render.String(x + 145, y + 31 + 15 * i, 3, "[toggled]", [255,255,255,255], 10)
}
}