feat(Self): much more organized
This commit is contained in:
parent
9821a28e10
commit
317d121a04
@ -20,12 +20,15 @@ namespace big
|
|||||||
}QUEUE_JOB_END_CLAUSE
|
}QUEUE_JOB_END_CLAUSE
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::Checkbox("God Mode", &g.self.godmode);
|
if (ImGui::TreeNode("General"))
|
||||||
ImGui::Checkbox("Off Radar", &g.self.off_radar);
|
{
|
||||||
ImGui::Checkbox("Free Cam", &g.self.free_cam);
|
ImGui::Checkbox("God Mode", &g.self.godmode);
|
||||||
ImGui::Checkbox("No Clip", &g.self.noclip);
|
ImGui::Checkbox("Off Radar", &g.self.off_radar);
|
||||||
ImGui::Checkbox("No Ragdoll", &g.self.no_ragdoll);
|
ImGui::Checkbox("Free Cam", &g.self.free_cam);
|
||||||
ImGui::Checkbox("Super Run", &g.self.super_run);
|
ImGui::Checkbox("No Clip", &g.self.noclip);
|
||||||
|
ImGui::Checkbox("No Ragdoll", &g.self.no_ragdoll);
|
||||||
|
ImGui::Checkbox("Super Run", &g.self.super_run);
|
||||||
|
}
|
||||||
|
|
||||||
if (ImGui::TreeNode("Frame Flags"))
|
if (ImGui::TreeNode("Frame Flags"))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user