JS-скрипт Ищу скрипт Someone can fix this indicator (ot4)

Начинающий
Статус
Оффлайн
Регистрация
29 Авг 2021
Сообщения
10
Реакции[?]
0
Поинты[?]
0
pls fix this


Render.OutlineStringCustom = function(x, y, alignid, text, color, font) {
Render.StringCustom(x - 1, y - 1, alignid, text, [0, 0, 0, color[3]], font);
Render.StringCustom(x - 1, y, alignid, text, [0, 0, 0, color[3]], font);
Render.StringCustom(x - 1, y + 1, alignid, text, [0, 0, 0, color[3]], font);

Render.StringCustom(x, y + 1, alignid, text, [0, 0, 0, color[3]], font);
Render.StringCustom(x, y - 1, alignid, text, [0, 0, 0, color[3]], font);
Render.StringCustom(x + 1, y - 1, alignid, text, [0, 0, 0, color[3]], font);

Render.StringCustom(x + 1, y, alignid, text, [0, 0, 0, color[3]], font);
Render.StringCustom(x + 1, y + 1, alignid, text, [0, 0, 0, color[3]], font);
Render.StringCustom(x, y, alignid, text, color, font);
}

const IsDormant = function() {
enemies = Entity.GetEnemies()
for(var i in enemies)
if(Entity.IsDormant(enemies)) {
return true
}
return false
}
const Acatel = function(){
if (Entity.IsAlive(Entity.GetLocalPlayer())) {

const font_smallfonts = Render.AddFont("Small Fonts", 5, 400);
const IsLegitAA = UI.GetValue('Legit AA on E') && Input.IsKeyPressed(0x45);
var screen_size = Global.GetScreenSize();
var add_y = 0;
IsMinimumdamage = UI.IsHotkeyActive("Rage", "General", "General", "Key assignment", "Damage override");
Pulse = Math.sin(Math.abs(-3.14 + Globals.Curtime() * 1.333333333333333 % 6.28)) * 255;
IsDoubleTap = UI.IsHotkeyActive("Rage", "Exploits", "General", "Double tap");
IsOSAA = UI.IsHotkeyActive("Rage", "Exploits", "General", "Hide shots");
IsForceBaim = UI.IsHotkeyActive("Rage", "General", "General", "Key assignment", "Force body aim");
IsForceSafepoints = UI.IsHotkeyActive("Rage", "General", "General", "Key assignment", "Force safe point");
IsInverter = UI.IsHotkeyActive("Anti-Aim", "General", "Key assignment", "AA direction inverter");
IsAutopeek = UI.IsHotkeyActive("Misc", "Keys", "Keys", "Key assignment", "Auto peek")
IsChargedOrNo = Exploit.GetCharge() == 1 ? "CHARGED" : "UNCHARGED"
IsChargedOrNoColor = Exploit.GetCharge() == 1 ? [173, 209, 15, 255] : [255, 30, 30, 255]
FakeYaw = IsLegitAA ? "LEGIT AA" : IsInverter ? "R" : "L"
add_y = add_y + 8
Render.OutlineStringCustom(screen_size[0] / 2 - -1, screen_size[1] / 2 + add_y, 0, "ACATEL", [255, 255, 255, 255], font_smallfonts);
Render.OutlineStringCustom(screen_size[0] / 2 - -31, screen_size[1] / 2 + add_y, 0, "BETA", [Color[0], Color[1], Color[2], Pulse], font_smallfonts);
if (Entity.IsAlive(Entity.GetLocalPlayer())) {
add_y = add_y + 8
Render.OutlineStringCustom(screen_size[0] / 2 - -1, screen_size[1] / 2 + add_y, 0, "FAKE YAW:", [166, 196, 212, 255], font_smallfonts);
add_y = add_y + 0
Render.OutlineStringCustom(screen_size[0] / 2 - -39, screen_size[1] / 2 + add_y, 0, FakeYaw , [255, 255, 255, 255], font_smallfonts);}}
if(IsHideshots) {
add_y = add_y + 8
Render.OutlineStringCustom(screen_size[0] / 2 - -1, screen_size[1] / 2 + add_y, 0, "ONSHOT", [240, 158, 158, 255], font_smallfonts);}
if(IsDoubleTap && IsAutopeek && IsFreestanding) {
add_y = add_y + 8
Render.OutlineStringCustom(screen_size[0] / 2 - -1, screen_size[1] / 2 + add_y, 0, "IDEAL TICK:", [255, 255, 255, 255], font_smallfonts);
Render.OutlineStringCustom(screen_size[0] / 2 - -42, screen_size[1] / 2 + add_y, 0, IsChargedOrNo, IsChargedOrNoColor, font_smallfonts);
} else if(IsDoubleTap) {
add_y = add_y + 8
Render.OutlineStringCustom(screen_size[0] / 2 - -1, screen_size[1] / 2 + add_y, 0, "DT", Exploit.GetCharge() == 1 ? [173, 209, 15, 255] : [255, 30, 30, 255] , font_smallfonts);}
if (Entity.IsAlive(Entity.GetLocalPlayer())) {
add_y = add_y + 8
Render.OutlineStringCustom(screen_size[0] / 2 - -1, screen_size[1] / 2 + add_y, 0, "BAIM", IsForceBaim ? [255, 255, 255, 255] : [255, 255, 255, 155], font_smallfonts);}
if (Entity.IsAlive(Entity.GetLocalPlayer())) {
add_y = add_y + 0
Render.OutlineStringCustom(screen_size[0] / 2 - -22, screen_size[1] / 2 + add_y, 0, "SP", IsForceSafepoints ? [255, 255, 255, 255] : [255, 255, 255 ,155], font_smallfonts);}


}
Cheat.RegisterCallback("Draw", "Acatel");
 
Там хорошо, где нас нет. (Антуан де Сент-Экзюпери)
Начинающий
Статус
Оффлайн
Регистрация
20 Ноя 2019
Сообщения
183
Реакции[?]
15
Поинты[?]
6K
Забаненный
Статус
Оффлайн
Регистрация
19 Май 2020
Сообщения
124
Реакции[?]
45
Поинты[?]
1K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
11637094470911.png
 
Сверху Снизу