UI.AddHotkey('Enable Better Prediction')
function betterPrediction() {
if (UI.GetValue('Misc', 'JAVASCRIPT', 'Script items', 'Enable Better Prediction')) {
UI.SetValue('Rage', 'GENERAL', 'General', 'Enable Rage bot', false)
} else {
UI.SetValue('Rage', 'GENERAL', 'General', 'Enable Rage bot', true)
}
}
Cheat.RegisterCallback('Draw', 'betterPrediction')