feat(Aimbot): modified aimbot max distance (#1490)
This commit is contained in:
parent
9936e81bf3
commit
c577258c0d
@ -177,7 +177,7 @@ namespace big
|
||||
}
|
||||
ImGui::PushItemWidth(350);
|
||||
ImGui::SliderFloat("FOV", &g.weapons.aimbot.fov, 1.f, 360.f, "%.0f");
|
||||
ImGui::SliderFloat("Distance", &g.weapons.aimbot.distance, 1.f, 350.f, "%.0f");
|
||||
ImGui::SliderFloat("Distance", &g.weapons.aimbot.distance, 1.f, 1000.f, "%.0f");
|
||||
ImGui::PopItemWidth();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user