function hp() {
targetHp = Entity.GetProp(Ragebot.GetTarget(), 'CBasePlayer', 'm_iHealth')
if (UI.IsHotkeyActive('Rage', 'GENERAL', 'Exploits', 'Double tap')) {
Ragebot.ForceTargetMinimumDamage(Ragebot.GetTarget(), targetHp / 2)
}
}
Cheat.RegisterCallback('CreateMove', 'hp')