Skip to content

Commit

Permalink
someday i will disappear
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Nov 13, 2024
1 parent 84eabe6 commit 5fa4862
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions src/Hacks/AutoClicker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,4 @@ class $modify (AutoBaseGameLayer, GJBaseGameLayer)
player1 = as<InputModule*>(clicker->options[2]);
player2 = as<InputModule*>(clicker->options[3]);
});

log::info("c");
}
2 changes: 0 additions & 2 deletions src/Hacks/HidePauseMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ class $modify (PauseLayer)
}
};
});

log::info("d");
}
2 changes: 0 additions & 2 deletions src/Hacks/Patches/EditorExtension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ using namespace geode::prelude;
Client::GetModule("editor-extension")->addPatch(patch);
}
});

log::info("gassg");
};
2 changes: 0 additions & 2 deletions src/Hacks/PitchShifter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,4 @@ class PitchChangedDelegate : public ModuleChangeDelegate
updatePitch();
});
});

log::info("g");
}
2 changes: 0 additions & 2 deletions src/Hacks/ScaleTextInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,4 @@ class $modify (InputScaleControl, GJScaleControl)
}
};
});

log::info("asf");
}
2 changes: 0 additions & 2 deletions src/Hacks/Show Trajectory/Trajectory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,4 @@ void TrajectoryBGL::simulateTrajectory(bool press, PlayerObject* player)
}
};
});

log::info("gsa");
}
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ void migrateData()
Client::instance = client;

ClientUtils::Setup(android);

log::info("a");
}

bool v = false;
Expand Down

0 comments on commit 5fa4862

Please sign in to comment.