Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Coccocoahelper authored Jun 13, 2024
1 parent 5fb6def commit 79fbbb8
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,207 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ public CommandManager() {
this.addCommand(new Clear());
this.addCommand(new Cname());
this.addCommand(new Debug());
this.addCommand(new Duels());
this.addCommand(new Fakechat());
this.addCommand(new Nick());
this.addCommand(new Ping());
this.addCommand(new Shoutout());
this.addCommand(new Uwu());
this.addCommand(new Friends());
this.addCommand(new VersionCommand());
this.addCommand(new F3Name());
Expand Down
80 changes: 0 additions & 80 deletions src/main/java/keystrokesmod/client/command/commands/Duels.java

This file was deleted.

23 changes: 0 additions & 23 deletions src/main/java/keystrokesmod/client/command/commands/Nick.java

This file was deleted.

44 changes: 0 additions & 44 deletions src/main/java/keystrokesmod/client/command/commands/Uwu.java

This file was deleted.

8 changes: 0 additions & 8 deletions src/main/java/keystrokesmod/client/module/ModuleManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,12 @@ public ModuleManager() {
addModule(new HitBox());
addModule(new Reach());
addModule(new Velocity());
addModule(new Boost());
addModule(new InvMove());
addModule(new KeepSprint());
addModule(new NoSlow());
addModule(new Speed());
addModule(new Sprint());
addModule(new StopMotion());
addModule(new Timer());
addModule(new VClip());
addModule(new AutoJump());
addModule(new AutoPlace());
addModule(new FastPlace());
addModule(new NoFall());
Expand All @@ -57,13 +53,10 @@ public ModuleManager() {
addModule(new Tracers());
addModule(new HUD());
addModule(new Xray());
addModule(new BridgeInfo());
addModule(new DuelsStats());
addModule(new MurderMystery());
addModule(new SumoFences());
addModule(new ClientNameSpoof());
addModule(new FakeChat());
addModule(new NameHider());
addModule(new StringEncrypt());
addModule(new WaterBucket());
addModule(new Terminal());
Expand All @@ -83,7 +76,6 @@ public ModuleManager() {
addModule(new Healing());
addModule(new Trajectories());
addModule(new AutoWeapon());
addModule(new BedwarsOverlay());

addModule(new FPSSpoofer());

Expand Down

This file was deleted.

Loading

0 comments on commit 79fbbb8

Please sign in to comment.