Skip to content

Commit

Permalink
mark unmod hidden detected
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciremun committed May 4, 2024
1 parent 4d6f540 commit c84b46d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mod ui should appear in top left corner of the osu! window, see [controls](#cont
- Mods:
* Score Multiplier Changer
* Unmod Flashlight
* Unmod Hidden
* Unmod Hidden (**Detected**)

- Misc:
* Set Font Size
Expand Down
4 changes: 4 additions & 0 deletions freedom/ui/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,10 @@ void update_ui()
cfg_hidden_remover_enabled ? enable_hidden_remover_hooks() : disable_hidden_remover_hooks();
ImGui::SaveIniSettingsToDisk(ImGui::GetIO().IniFilename);
}
ImGui::SameLine();
ImGui::PushStyleColor(ImGuiCol_Text, LOG_ERROR);
ImGui::Text("(Detected!)");
ImGui::PopStyleColor();
if (!unmod_hidden_found)
ImGui::EndDisabled();
ImGui::Dummy(ImVec2(.0f, 5.f));
Expand Down
4 changes: 2 additions & 2 deletions include/baked_utils_dll.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ static const unsigned int utils_dll_data[9728/4] =
{
0x00905a4d, 0x00000003, 0x00000004, 0x0000ffff, 0x000000b8, 0x00000000, 0x00000040, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000080, 0x0eba1f0e, 0xcd09b400, 0x4c01b821, 0x685421cd, 0x70207369, 0x72676f72, 0x63206d61, 0x6f6e6e61,
0x65622074, 0x6e757220, 0x206e6920, 0x20534f44, 0x65646f6d, 0x0a0d0d2e, 0x00000024, 0x00000000, 0x00004550, 0x0003014c, 0x66359d24, 0x00000000,
0x65622074, 0x6e757220, 0x206e6920, 0x20534f44, 0x65646f6d, 0x0a0d0d2e, 0x00000024, 0x00000000, 0x00004550, 0x0003014c, 0x66359f3c, 0x00000000,
0x00000000, 0x202200e0, 0x0030010b, 0x00001e00, 0x00000600, 0x00000000, 0x00003c26, 0x00002000, 0x00004000, 0x10000000, 0x00002000, 0x00000200,
0x00000004, 0x00000000, 0x00000004, 0x00000000, 0x00008000, 0x00000200, 0x00000000, 0x85400003, 0x00100000, 0x00001000, 0x00100000, 0x00001000,
0x00000000, 0x00000010, 0x00000000, 0x00000000, 0x00003bd4, 0x0000004f, 0x00004000, 0x00000298, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
Expand Down Expand Up @@ -148,7 +148,7 @@ static const unsigned int utils_dll_data[9728/4] =
0x00300054, 0x003d006f, 0x00233f00, 0x007a003d, 0x00300045, 0x00440056, 0x0066005a, 0x004a0077, 0x00480045, 0x007a0033, 0x00440036, 0x00580033,
0x00710047, 0x0054006d, 0x0044006b, 0x00460052, 0x0077006b, 0x00470066, 0x3f000100, 0x003d0023, 0x004e007a, 0x00740044, 0x00300073, 0x00360067,
0x0058004a, 0x00240045, 0x005f0059, 0x00700059, 0x00650068, 0x00760053, 0x00670062, 0x007a007a, 0x007a0068, 0x006f0070, 0x17000051, 0x003d0023,
0x004f007a, 0x00710035, 0x0062006d, 0x00550070, 0x0000003d, 0xcf116fc1, 0x4a0395b2, 0xaf0b35b2, 0x71e13c3a, 0x01200400, 0x20030801, 0x20050100,
0x004f007a, 0x00710035, 0x0062006d, 0x00550070, 0x0000003d, 0xc779ea61, 0x4c7df35a, 0xcb1da480, 0x6565c905, 0x01200400, 0x20030801, 0x20050100,
0x11110101, 0x01012005, 0x07041d11, 0x04311101, 0x65120000, 0x12012005, 0x20050e35, 0x0e391201, 0x11002004, 0x00200331, 0x01000418, 0x07061808,
0x112d1102, 0x1215072d, 0x110e0229, 0x0120052d, 0x06001302, 0x01130120, 0x00050013, 0x08181802, 0x11020007, 0x71111c2d, 0x01022007, 0x01130013,
0x11010704, 0x0307082d, 0x0824111d, 0x20032411, 0x20030e00, 0x070e0800, 0x113d1106, 0x113d113d, 0x41121d3d, 0x00200408, 0x20043d11, 0x04591100,
Expand Down

0 comments on commit c84b46d

Please sign in to comment.