cheat.RegisterCallback('registered_shot', function(shot)
if shot.reason == 0 then
local damage = g_Config:FindVar("Aimbot", "Ragebot", "Min. damage", "Autowall"):GetInt()
g_Render:Text(damage, Vector2.new(50.0, 50.0), Color.new(1, 1, 1, 1), 12)
end
end)