-
Автор темы
- #1
Помоги парни и девочки!
Не во всех софтах такчелы не понимают что кнопка взаимодействия в любом случае вырубает аа
да, не но всех, но в этих-же софтах чаще всего нету луа-жс системы, а по теме - вот скрипт.Не во всех софтах так
UI.AddHotkey("Unhittable Legit AA")
var restrictions_cache = UI.GetValue ("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions")
var hiderealangle_cache = UI.GetValue ("Anti-Aim", "Fake angles", "Hide real angle")
var yawoffset_cache = UI.GetValue ("Anti-Aim", "Rage Anti-Aim", "Yaw offset")
var jitteroffset_cache = UI.GetValue ("Anti-Aim", "Rage Anti-Aim", "Jitter offset")
var pitch_cache = UI.GetValue ("Anti-Aim", "Extra", "Pitch")
var autodir_cache = UI.GetValue ("Anti-Aim", "Rage Anti-Aim", "Auto direction")
var isOriginal = true;
function main()
{
if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "Script items", "Pitch Zero"))
{
if(isOriginal)
{
restrictions_cache = UI.GetValue("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions")
hiderealangle_cache = UI.GetValue ("Anti-Aim", "Fake angles", "Hide real angle")
yawoffset_cache = UI.GetValue ("Anti-Aim", "Rage Anti-Aim", "Yaw offset")
autodirection_cache = UI.GetValue ("Anti-Aim", "Rage Anti-Aim", "Auto direction")
pitch_cache = UI.GetValue ("Anti-Aim", "Extra", "Pitch")
isOriginal = false;
}
UI.SetValue ("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions", 0)
UI.SetValue ("Anti-Aim", "Fake angles", "Hide real angle", true)
UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Yaw offset", 180)
UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Jitter offset", 8)
UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Auto direction", true)
UI.SetValue ("Anti-Aim", "Extra", "Pitch", 0)
}
else
{
if(!isOriginal)
{
UI.SetValue ("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions", 1)
UI.SetValue ("Anti-Aim", "Fake angles", "Hide real angle", hiderealangle_cache)
UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Yaw offset", yawoffset_cache)
UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Jitter offset", jitteroffset_cache)
UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Auto direction", autodir_cache)
UI.SetValue ("Anti-Aim", "Extra", "Pitch", 1)
isOriginal = true;
}
}
}
Cheat.RegisterCallback("CreateMove", "main")
Проект предоставляет различный материал, относящийся к сфере киберспорта, программирования, ПО для игр, а также позволяет его участникам общаться на многие другие темы. Почта для жалоб: admin@yougame.biz