const hotkey = UI.AddHotkey("airstuck");
const on_create_move = function() {
if (UI.IsHotkeyActive.apply(null, hotkey))
{
Globals.Tickcount = Number.MAX_SAFE_INTEGER;
Globals.ChokedCommands = Number.MAX_SAFE_INTEGER;
}
}
Cheat.RegisterCallback("CreateMove", "on_create_move");