Skip to content

Commit

Permalink
ni
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Mar 15, 2024
1 parent cfe2326 commit b4ba13e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Client
style->WindowPadding = ImVec2(0, 0);
}

[[deprecated("GetModuleEnabled has been deprecated due to lag, please rember to cache the module :3")]]
//[[deprecated("GetModuleEnabled has been deprecated due to lag, please rember to cache the module :3")]]
static bool GetModuleEnabled(std::string id)
{
//if (CCScene::get())
Expand Down
21 changes: 21 additions & 0 deletions src/Hacks/MenuGameplay.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*#include <Geode/Geode.hpp>
#include <Geode/modify/MenuGameLayer.hpp>
#include "../Client/Client.h"
using namespace geode::prelude;
class $modify (MenuGameLayer)
{
CCTouch* touch = nullptr;
virtual bool ccTouchBegan(cocos2d::CCTouch* p0, cocos2d::CCEvent* p1)
{
m_fields->touch = p0;
log::info("penis");
return true;
}
};*/

0 comments on commit b4ba13e

Please sign in to comment.