Add script patcher and update protections (#588)
This commit is contained in:
@ -44,5 +44,8 @@ namespace big
|
||||
ImGui::Checkbox("Disable Filter", &g->session.disable_chat_filter);
|
||||
ImGui::Checkbox("Log Chat Messages", &g->session.log_chat_messages);
|
||||
ImGui::Checkbox("Log Text Messages", &g->session.log_text_messages);
|
||||
|
||||
components::sub_title("Decloak");
|
||||
components::script_patch_checkbox("Reveal OTR Players", &g->session.decloak_players);
|
||||
}
|
||||
}
|
||||
|
@ -52,8 +52,9 @@ namespace big
|
||||
ImGui::Text("Rockstar ID:");
|
||||
ImGui::InputScalar("##rockstar_id_input", ImGuiDataType_U64, &g->spoofing.rockstar_id);
|
||||
|
||||
components::sub_title("Proofs");
|
||||
components::sub_title("Hide Features");
|
||||
ImGui::Checkbox("Hide God Mode", &g->spoofing.spoof_hide_god);
|
||||
ImGui::Checkbox("Hide Spectate", &g->spoofing.spoof_hide_spectate);
|
||||
|
||||
components::sub_title("Crew");
|
||||
|
||||
|
Reference in New Issue
Block a user