Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 26, 2024
1 parent 6acc921 commit b1a8001
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions about.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <cp>QOLMod</c>

<co>Note:</c> This mod only has a mobile <cl>UI</c> currently, if you want a <cp>Mega Hack</c> like menu, wait for the update to release
<co>Note:</c> This mod only has a mobile <cl>UI</c> currently, if you want a Mega Hack like menu, wait for the update to release

<cp>QOLMod</c> is THE mod menu for android, it has a <cj>Mobile Optimised</c> <cl>UI</c> with many features to improve your mobile <cg>Geometry Dash</c> experience such as a <cl>Speedhack</c>, <cb>Copy hack</c>, <cj>Slider limit hack</c> (Android only <cr>sad</c>) and <cp>Unlock item hack</c>.
<cp>QOLMod</c> is **THE** mod menu for android, it has a Mobile Optimised <cl>UI</c> with many features to improve your mobile <cg>Geometry Dash</c> experience such as a <cl>Speedhack</c>, <cL>Copy hack</c>, <cL>Slider limit hack</c> (Android only <cr>sad</c>) and <cL>Unlock item hack</c>.

While <cp>QOLMod</c> has only a few <cr>mods</c> right now, it will be updated regularly future with <cr>more</c> mods.
While <cp>QOLMod</c> has only a few mods right now, it will be updated regularly future with <cr>more</c> mods.
9 changes: 5 additions & 4 deletions src/Hacks/UnlockHacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ class $modify (GameStatsManager)
{
bool isItemUnlocked(UnlockType type, int id)
{
/*if (Client::GetModuleEnabled("icon-bypass"))
if (Client::GetModuleEnabled("icon-bypass"))
{
if (type != UnlockType::GJItem)
if (type == UnlockType::GJItem)
{
return true;
if (id == 18 || id == 20)
return true;
}
}*/
}

if (id == 16 && Client::GetModuleEnabled("music-bypass"))
{
Expand Down

0 comments on commit b1a8001

Please sign in to comment.