Skip to content

Commit

Permalink
big rat
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimnyCat committed May 30, 2021
1 parent 01d97e1 commit 4389d52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ open-source client開源客戶端 minecraft我的世界 100% no virus無病毒 X

[BleachHack epearl edition](https://github.com/22s/bleachhack-1.16-epearl-edition) от [epearl](https://github.com/22s)

[big rat](https://bigrat.monster/) от [big rat LLC](https://github.com/bigratmonster)

![](https://bigrat.site/bigrat.png)
2 changes: 1 addition & 1 deletion src/main/java/bleach/hack/module/mods/CrystalAura.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public CrystalAura() {
new SettingToggle("FacePlace", false), // 5
new SettingSlider("Delay", 0, 10, 2, 0), // 6
new SettingToggle("AutoSwitch", false), // 7
new SettingToggle("OffhandSwing", true).withDesc("cool trick"), // 8
new SettingToggle("OffhandSwing", false).withDesc("cool trick"), // 8
new SettingToggle("AntiWeakness", true), // 9
new SettingRotate(false)); // 10
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/bleach/hack/module/mods/Killaura.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public Killaura() {
new SettingToggle("Mobs", false),
new SettingToggle("Animals", false),
new SettingToggle("Armor Stands", false),
new SettingRotate(true),
new SettingRotate(false),
new SettingToggle("Thru Walls", true),
new SettingToggle("1.9 Delay", true),
new SettingSlider("Range", 0, 6, 4.25, 2),
Expand Down

0 comments on commit 4389d52

Please sign in to comment.