Ищу DT peek helper на v3

  • 348
  • 11
Контакты для связи отсутствуют.
UI.AddCheckbox("Peek Helper for AWP/Scout");

autostopmodescout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode");
autostopmodeawp = UI.GetValue("Rage", "AWP", "Accuracy", "Auto stop mode");
safepointscout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point");
safepointawp = UI.GetValue("Rage", "AWP", "Accuracy", "Prefer safe point");
bodyaimscout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim");
bodyaimawp = UI.GetValue("Rage", "AWP", "Accuracy", "Prefer body aim");
function helper() {

if (UI.GetValue("Script items", "Peek Helper for AWP/Scout", true)) {
if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Auto peek") && UI.IsHotkeyActive("Rage", "GENERAL", "Exploits", "Doubletap")) {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", false);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", false);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", true);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", true);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", true);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", true);
} else {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
} else {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
}
function unloadhelper() {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
Cheat.RegisterCallback("Draw", "helper");
Cheat.RegisterCallback("Unload", "unloadhelper");
 
  • 88
  • 9
UI.AddCheckbox("Peek Helper for AWP/Scout");

autostopmodescout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode");
autostopmodeawp = UI.GetValue("Rage", "AWP", "Accuracy", "Auto stop mode");
safepointscout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point");
safepointawp = UI.GetValue("Rage", "AWP", "Accuracy", "Prefer safe point");
bodyaimscout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim");
bodyaimawp = UI.GetValue("Rage", "AWP", "Accuracy", "Prefer body aim");
function helper() {

if (UI.GetValue("Script items", "Peek Helper for AWP/Scout", true)) {
if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Auto peek") && UI.IsHotkeyActive("Rage", "GENERAL", "Exploits", "Doubletap")) {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", false);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", false);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", true);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", true);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", true);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", true);
} else {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
} else {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
}
function unloadhelper() {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
Cheat.RegisterCallback("Draw", "helper");
Cheat.RegisterCallback("Unload", "unloadhelper");
Код:
Код: я для тебя какая-та шутка?!
(p.s вставить, код)
1620670093912.png
 
  • 160
  • 6
JavaScript:
UI.AddCheckbox("Peek Helper for AWP/Scout");

autostopmodescout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode");
autostopmodeawp = UI.GetValue("Rage", "AWP", "Accuracy", "Auto stop mode");
safepointscout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point");
safepointawp = UI.GetValue("Rage", "AWP", "Accuracy", "Prefer safe point");
bodyaimscout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim");
bodyaimawp = UI.GetValue("Rage", "AWP", "Accuracy", "Prefer body aim");
function helper() {

if (UI.GetValue("Script items", "Peek Helper for AWP/Scout", true)) {
if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Auto peek") && UI.IsHotkeyActive("Rage", "GENERAL", "Exploits", "Doubletap")) {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", false);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", false);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", true);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", true);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", true);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", true);
} else {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
} else {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
}
function unloadhelper() {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
Cheat.RegisterCallback("Draw", "helper");
Cheat.RegisterCallback("Unload", "unloadhelper");
P.S from YDE
 
  • 1
  • 0
Контакты для связи отсутствуют.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
JavaScript:
UI.AddCheckbox("Peek Helper for AWP/Scout");

autostopmodescout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode");
autostopmodeawp = UI.GetValue("Rage", "AWP", "Accuracy", "Auto stop mode");
safepointscout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point");
safepointawp = UI.GetValue("Rage", "AWP", "Accuracy", "Prefer safe point");
bodyaimscout = UI.GetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim");
bodyaimawp = UI.GetValue("Rage", "AWP", "Accuracy", "Prefer body aim");
function helper() {

if (UI.GetValue("Script items", "Peek Helper for AWP/Scout", true)) {
if (UI.IsHotkeyActive("Misc", "GENERAL", "Movement", "Auto peek") && UI.IsHotkeyActive("Rage", "GENERAL", "Exploits", "Doubletap")) {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", false);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", false);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", true);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", true);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", true);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", true);
} else {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
} else {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
}
function unloadhelper() {
UI.SetValue("Rage", "SCOUT", "Accuracy", "Auto stop mode", autostopmodescout);
UI.SetValue("Rage", "AWP", "Accuracy", "Auto stop mode", autostopmodeawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer safe point", safepointscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer safe point", safepointawp);
UI.SetValue("Rage", "SCOUT", "Accuracy", "Prefer body aim", bodyaimscout);
UI.SetValue("Rage", "AWP", "Accuracy", "Prefer body aim", bodyaimawp);
}
Cheat.RegisterCallback("Draw", "helper");
Cheat.RegisterCallback("Unload", "unloadhelper");
P.S from YDE
Thnx
 
Активность
Пока что здесь никого нет
Сверху Снизу