Skip to content

Commit

Permalink
Update ModuleManager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AneryCoft authored Jul 30, 2022
1 parent 259733b commit af16c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Horion/Module/ModuleManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void ModuleManager::initModules() {
moduleList.push_back(std::shared_ptr<IModule>(new HudModule()));
moduleList.push_back(std::shared_ptr<IModule>(new Killaura()));
moduleList.push_back(std::shared_ptr<IModule>(new ESP()));
moduleList.push_back(std::shared_ptr<IModule>(new Jetpack()));
//moduleList.push_back(std::shared_ptr<IModule>(new Jetpack()));
moduleList.push_back(std::shared_ptr<IModule>(new Aimbot()));
moduleList.push_back(std::shared_ptr<IModule>(new TriggerBot()));
moduleList.push_back(std::shared_ptr<IModule>(new StorageESP()));
Expand Down Expand Up @@ -85,7 +85,7 @@ void ModuleManager::initModules() {
moduleList.push_back(std::shared_ptr<IModule>(new NightMode()));
moduleList.push_back(std::shared_ptr<IModule>(new NoSwing()));
//moduleList.push_back(std::shared_ptr<IModule>(new CubeGlide()));
moduleList.push_back(std::shared_ptr<IModule>(new AirStuck()));
//moduleList.push_back(std::shared_ptr<IModule>(new AirStuck()));
moduleList.push_back(std::shared_ptr<IModule>(new Zoom()));
moduleList.push_back(std::shared_ptr<IModule>(new Teams()));
moduleList.push_back(std::shared_ptr<IModule>(new Nbt()));
Expand Down

0 comments on commit af16c90

Please sign in to comment.