From b1a80013868350bf7596ba8ccf7c0f4183a240d5 Mon Sep 17 00:00:00 2001 From: Explodingbill Date: Fri, 26 Jan 2024 20:08:36 +1100 Subject: [PATCH] asdf --- about.md | 6 +++--- src/Hacks/UnlockHacks.cpp | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/about.md b/about.md index 7758950..fb699b5 100644 --- a/about.md +++ b/about.md @@ -1,7 +1,7 @@ # QOLMod -Note: This mod only has a mobile UI currently, if you want a Mega Hack like menu, wait for the update to release +Note: This mod only has a mobile UI currently, if you want a Mega Hack like menu, wait for the update to release -QOLMod is THE mod menu for android, it has a Mobile Optimised UI with many features to improve your mobile Geometry Dash experience such as a Speedhack, Copy hack, Slider limit hack (Android only sad) and Unlock item hack. +QOLMod is **THE** mod menu for android, it has a Mobile Optimised UI with many features to improve your mobile Geometry Dash experience such as a Speedhack, Copy hack, Slider limit hack (Android only sad) and Unlock item hack. -While QOLMod has only a few mods right now, it will be updated regularly future with more mods. \ No newline at end of file +While QOLMod has only a few mods right now, it will be updated regularly future with more mods. \ No newline at end of file diff --git a/src/Hacks/UnlockHacks.cpp b/src/Hacks/UnlockHacks.cpp index 7fd9ac1..fdbed37 100644 --- a/src/Hacks/UnlockHacks.cpp +++ b/src/Hacks/UnlockHacks.cpp @@ -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")) {