add some new modules, kill off alt manager, clean up other code

This commit is contained in:
kawaiizenbo 2023-10-12 10:34:17 -07:00
parent 4b1e0b4fa9
commit 3ad5af7ea7
13 changed files with 120 additions and 95 deletions

View file

@ -19,7 +19,9 @@ public class ModuleManager
new Fullbright(),
new Speed(),
new ModulesList(),
new TestModule()
new ChatSpammer(),
new Rotation(),
new AutoJump()
);
}