Skip to content

Commit

Permalink
enable aimbot
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jun 24, 2020
1 parent 4e0e5ee commit 067481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/agolf/game/GameCanvas.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class GameCanvas extends GameBackgroundCanvas implements Runnable, MouseM
private boolean aBoolean2843;

// aimbot stuff
final private boolean allowCheating = false;
final private boolean allowCheating = true;
private double hackedX = 0;
private double hackedY = 0;
private boolean isCheating = false;
Expand Down

0 comments on commit 067481b

Please sign in to comment.