-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
570 lines (551 loc) · 27.8 KB
/
index.html
File metadata and controls
570 lines (551 loc) · 27.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="/static/icon.ico">
<title>BleachHack - Home</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lexend:wght@300">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/index.css">
<meta name="description" content="The most advanced Fabric utility mod designed for anarchy servers.">
<meta name="keywords" content="BleachHack, Minecraft, Utility mod, Minecraft utility mod, Bleach hack, Hack client, Minecraft client, Free minecraft mod, Free Cheat, Free Clients, Utility client, Bleach hack client, Bleach client, Bleach utility mod">
<meta property="og:site_name" content="BleachHack - Home">
<meta property="og:title" content="BleachHack utility mod for Minecraft 1.19">
<meta property="og:url" content="https://bleachhack.org/">
<meta property="og:image" content="https://bleachhack.org/static/bh.png">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="The most advanced Fabric utility mod designed for anarchy servers.">
<meta name="theme-color" content="#ebafcc">
</head>
<body>
<video playsinline autoplay loop muted onloadstart="this.play();" poster="/static/end.png" class="video">
<source src="/static/end.mp4" type="video/mp4">
</video>
<nav class="top-bar">
<a href="/">Home</a>
<a href="/downloads.html">Downloads</a>
<a href="/discord">Discord</a>
<a href="https://paypal.me/BleachHack">Donate</a>
<a href="https://github.com/BleachDev/BleachHack">Source code</a>
</nav>
<h1 class="title"><span style="color: #e4bf47;">Bleach</span><span style="color: #ebafcc;">Hack</span></h1>
<a class="button" href="/discord" type="button"><span class="icon-discord" style="font-size: 32px;"></span>Discord</a>
<div style="width:10px; height:auto; display:inline-block;"></div>
<a class="button" href="https://github.com/BleachDev/BleachHack" type="button"><span class="icon-github" style="font-size: 32px;"></span>Github</a>
<div style="height: 95px;"></div>
<p class="text" style="margin-bottom: 20px;">Download:</p>
<a class="button" href="https://github.com/BleachDev/BleachHack/releases/download/1.2.6/bleachhack-1.20.4.jar" type="button"><span class="icon-download" style="font-size: 39px; vertical-align: -4px;"></span>1.20.4</a>
<div style="height: 10px;"></div>
<a class="button" href="https://github.com/BleachDev/BleachHack/releases/download/1.2.6/bleachhack-1.19.4.jar" type="button"><span class="icon-download" style="font-size: 39px; vertical-align: -4px;"></span>1.19.4</a>
<div style="height: 10px;"></div>
<a class="link-text" href="/downloads.html">More downloads..</a>
<div style="height: 130px;"></div>
<p class="text" style="line-height: 10px;">About:</p>
<p class="about-text">BleachHack is an easy to use, free and open source Fabric Utility Mod for Minecraft 1.17 and 1.18 designed for anarchy servers. BleachHack comes with a clean GUI, a lot of powerful and customizable modules and is frequently updated to have the latest anarchy features, See below for a list of all the features.</p>
<div style="height: 75px;"></div>
<p class="text" style="line-height: 10px;">Features:</p>
<p class="text" style="line-height: 0; font-size: 18px;">As of 1.2.5</p>
<div class="features">
<h1 class="log-title" style="font-size: 34px;">Modules:</h1>
<ul>
<li>AirPlace</li>
<li>Ambience</li>
<li>AntiChunkBan</li>
<li>AutoEXP</li>
<li>AntiHunger</li>
<li>AntiVoid</li>
<li>ArrowJuke</li>
<li>AutoArmor</li>
<li>AutoBedrockBreak</li>
<li>AutoBuild</li>
<li>AutoCraft</li>
<li>AutoEat</li>
<li>AutoFarm</li>
<li>AutoFish</li>
<li>AutoLog</li>
<li>AutoParkour</li>
<li>AutoReconnect</li>
<li>AutoRespawn</li>
<li>AutoSign</li>
<li>AutoSteal</li>
<li>AutoTool</li>
<li>AutoTotem</li>
<li>AutoWalk</li>
<li>BetterCamera</li>
<li>BetterChat</li>
<li>BetterPortal</li>
<li>BlockHighlight</li>
<li>BookCrash</li>
<li>BowBot</li>
<li>ClickGui</li>
<li>ClickTp</li>
<li>ColorSigns</li>
<li>Criticals</li>
<li>CrystalAura</li>
<li>DeathExplorer</li>
<li>DiscordRPC</li>
<li>Dispenser32k</li>
<li>ElytraFly</li>
<li>EntityControl</li>
<li>EntityMenu</li>
<li>ElytraReplace</li>
<li>ESP</li>
<li>FakeLag</li>
<li>FastUse</li>
<li>Flight</li>
<li>Freecam</li>
<li>Fullbright</li>
<li>Ghosthand</li>
<li>HandProgress</li>
<li>HoleESP</li>
<li>Jesus</li>
<li>Killaura</li>
<li>LiquidFiller</li>
<li>LogoutSpot</li>
<li>MouseFriend</li>
<li>Nametags</li>
<li>NewChunks</li>
<li>Nofall</li>
<li>NoInteract</li>
<li>NoKeyBlock</li>
<li>NoRender</li>
<li>NoSlow</li>
<li>NoSwing</li>
<li>Notebot</li>
<li>NotebotStealer</li>
<li>NoVelocity</li>
<li>Nuker</li>
<li>OffhandCrash</li>
<li>PacketFly</li>
<li>Peek</li>
<li>PlayerCrash</li>
<li>Reach</li>
<li>RotationSnap</li>
<li>SafeWalk</li>
<li>Scaffold</li>
<li>Search</li>
<li>SecretClose</li>
<li>ShaderRender</li>
<li>Sneak</li>
<li>Solidify</li>
<li>Spammer</li>
<li>Speed</li>
<li>SpeedMine</li>
<li>Sprint</li>
<li>StarGithub</li>
<li>Step</li>
<li>StorageESP</li>
<li>Surround</li>
<li>Timer</li>
<li>ToggleNotify</li>
<li>Tracers</li>
<li>Trail</li>
<li>Trajectories</li>
<li>UI</li>
<li>Xray</li>
<li>Zoom</li>
</ul>
<h1 class="log-title" style="font-size: 34px; padding: 13px 0 0 0;">Commands:</h1>
<ul>
<li>$betterchat</li>
<li>$bind</li>
<li>$ci</li>
<li>$clickgui</li>
<li>$clip</li>
<li>$customsign</li>
<li>$enchant</li>
<li>$entitymenu</li>
<li>$entitystats</li>
<li>$friends</li>
<li>$gamemode</li>
<li>$give</li>
<li>$help</li>
<li>$invpeek</li>
<li>$nbt</li>
<li>$notebot</li>
<li>$peek</li>
<li>$prefix</li>
<li>$rbook</li>
<li>$rename</li>
<li>$rpc</li>
<li>$say</li>
<li>$server</li>
<li>$setting</li>
<li>$skull</li>
<li>$spammer</li>
<li>$terrain</li>
<li>$toggle</li>
<li>$watermark</li>
</ul>
</div>
<div style="height: 120px;"></div>
<p class="text" style="color: #abafcc;">Changelog:</p>
<div class="changelog">
<h1 class="log-title">1.2.6:</h1>
<ul>
<li>Added AutoTNT</li>
<li>Added powder snow to Solidify</li>
<li>Added HungerCheck to sprint</li>
<li>Removed AutoIstackDupe & Dispenser32k</li>
<li>Removed ChunkSize from UI because it caused problems + was unreliable</li>
<li>Improved Notebot</li>
<li>- Fixed the play a song cutting off notes and changed the text to "Preview" to make it more clear what it does</li>
<li>- Made Notebot be able to load midi and nbs files</li>
<li>- Made the notebot gui show the author of the song if it contains it</li>
<li>- Made the notebot window bigger on smaller displays</li>
<li>Fixed AutoArmor trying to equip armor when in chests</li>
<li>Fixed $prefix not working correctly</li>
<li>Fixed the account manager not loading accounts properly</li>
<li>Fixed the game crashing when trying to login with a no auth account that doesn't exist</li>
<li>Fixed a possible crash when editing block settings</li>
<li>Rewritten Module Manager (should hopefully improve performance)</li>
<li>Fixed button settings breaking setting saving</li>
<li>Fixed Microsoft defender false flagging the BH jar as malware?</li>
<li>$setting now uses setting names instead of indices</li>
<li>Replaced DiscordRPC with DiscordIPC which doesn't use 500kb of libraries + adds the ability to use spectate/join buttons</li>
</br>
<li>Updated to 1.18.2</li>
</ul>
<h1 class="log-title">1.2.5:</h1>
<ul>
<li>Fixed Optifine compatibility</li>
<li>Fixed your modules being able to reset when restarting Minecraft</li>
<li>Fixed AutoFish if multiple players were fishing next to each other</li>
<li>Fixed Killaura Projectiles not working</li>
<li>Fixed AutoEat not disabling correctly</li>
<li>Fixed a typo in AutoEat</li>
<li>Moved Armor stands from StorageESP to ESP and added them to Tracers</li>
<li>Increased the render limit of Search to 3000</li>
<li>Removed the bundled Fabric api modules so the jar is now ~150kb smaller</li>
</ul>
<h1 class="log-title">1.2.4:</h1>
<ul>
<li>Fixed Optifine crashing your game</li>
<li>Fixed ChunkSize being able to crash your game</li>
<li>Fixed the game crashing if you had velocity enabled in meteor</li>
<li>Fixed the game crashing when using the --release argument in java</li>
<li>Fixed Xray not working with Fabric API</li>
<li>Prevented the game from crashing when trying to open UI on the main menu</li>
<li>Fixed $toggle not working correctly</li>
<li>Updated the description of AntiHunger to make it clearer that you slide</li>
<li>Added the BH version to the credits screen and updated my name/description</li>
<li>Moved the resource url to https://bleachhack.org/resources/</li>
</ul>
<h1 class="log-title">1.2.3:</h1>
<ul>
<li>Added BlockHighlight</li>
<li>Added ToggleNotify</li>
<li>Added AutoCraft</li>
<li>Added AutoEat</li>
<li>Improved Nametags</li>
<li>- Replaced Nametags Armor setting with Inventory to make it simpler</li>
<li>- Added an Inventory setting to mobs and animals</li>
<li>- Added a armor stands option</li>
<li>- Made rendering a bit cleaner</li>
<li>Rewritten ESP, StorageESP and BlockHighlight</li>
<li>- Added a new shader mode to all three</li>
<li>--- Shaders now don't conflict with each other or reset when you F3+T</li>
<li>--- Added a shader fill option</li>
<li>- Improved performance of ESP and StorageESP</li>
<li>- Removed the "Donkeys" option from ESP because donkey dupes are dead</li>
<li>Fixed compatibility with other utility mods on fabric loader 0.12.0+</li>
<li>Made the UI gui cleaner and moved the edit UI button to the top of the clickgui</li>
<li>Fixed lag spikes when loading chunks (kinda fixed, thanks sudofox)</li>
<li>Autobuild can now use your entire inventory + add multiple block support</li>
<li>Moved blocks a bit over in the Notebot gui to make Iron_Xylophone not lay over the block</li>
<li>Improved Performance by removing all reflection</li>
</ul>
<h1 class="log-title">1.2.2:</h1>
<ul>
<li>New Account Manager with Microsoft account support!!</li>
<li>Added NoInteract (thanks CUPZYY)</li>
<li>Replaced AutoThrow with AutoEXP</li>
<li>Added AutoIStackDupe (temporary)</li>
<li>Added $server</li>
<li>Improved the colors/prefix of BH chat text and some commands</li>
<li>Added a seconds setting to BetterChat Timestamp</li>
<li>Improved UI</li>
<li>- Split all the info things into different windows</li>
<li>- Added UI Durability</li>
<li>- Added Inventory viewer (thanks Vp)</li>
<li>- Made the colors between red and green smooth</li>
<li>- Added Vertical mode to UI Armor</li>
<li>- Fixed ChunkSize spamming your logs</li>
<li>- Fixed a crash related to ChunkSize</li>
<li>Improved Search</li>
<li>- Added a LogBlocks setting</li>
<li>- Fixed it being completely wack on box mode</li>
<li>- Made it not freeze your game if it finds too many blocks</li>
<li>Added a hitmarker to trajectories and made it very sexy</li>
<li>Fixed some watermark issues</li>
<li>- Fixed the game crashing if you set $watermark to one word</li>
<li>- Fixed "$watermark reset" not saving the watermark</li>
<li>Made $peek work with bundles</li>
<li>Fixed Peek Containers on name mode showing the entire tooltip</li>
<li>Fixed Ambience spamming your logs</li>
<li>Replaced EcmeBypass with AntiDismount in EntityControl</li>
<li>Removed ecme mode from Nofall</li>
<li>Removed motion sickness mode from Zoom </li>
<li>Made $enchant work without a level in the command</li>
<li>Fixed $notebot convert not saving the converted files</li>
<li>Fixed mode settings being able to load invalid modes</li>
<li>The command prefix now can't be set to empty </li>
<li>Made password textboxes less buggy</li>
<li>Made it more obvious that $enchant $give $gm & $skull are creative/clientside only.</li>
<li>All windows now use smooth mode so you don't need to double click to interact with inactive windows</li>
</ul>
<h1 class="log-title">1.2.1:</h1>
<ul>
<li>Fixed the game crashing when trying to run bleachhack offline</li>
<li>Fixed the game freezing when loading some things</li>
<li>- Fixed freezing when starting the game</li>
<li>- Fixed freezing when loading the BleachHack title screen</li>
<li>- Fixed freezing when loading the credits screen</li>
<li>Improved Notebot</li>
<li>- Fixed Notebot trying to tune blocks other than noteblocks</li>
<li>- Made it show if you're missing noteblocks in NoInstruments mode</li>
<li>- Made it measure distance form your eyes instead of feet</li>
<li>- Made it find noteblocks outwards instead of going in sequential order</li>
<li>Fixed a lot of modules crashing the game when toggling them in the main menu clickgui</li>
<li>Fixed some $watermark issues</li>
<li>- Fixed $watermark text throwing an error if the watermark was 1 word long</li>
<li>- Fixed $watermark reset not saving the watermark</li>
<li>Made the BleachHack settings screen accessible from mc settings</li>
</ul>
<h1 class="log-title">1.2:</h1>
<ul>
<li>Added $watermark</li>
<li>Added AutoBedrockBreak</li>
<li>Added SecretClose</li>
<li>Added AutoFish</li>
<li>Added Reach</li>
<li>Added a BleachHack Options screen</li>
<li>You can now see other BleachHack players in the player list</li>
<li>Fixed Nametags showing your own ping and gamemode for all players</li>
<li>Fixed Ambience being completely broken</li>
<li>Fixed Iris compatibility</li>
<li>Added a new (very sexy) update screen</li>
<li>Improved Avoid</li>
<li>- Renamed to Solidify</li>
<li>- Added Cobweb, Berry bushes and Honey block settings</li>
<li>Rewritten CustomChat</li>
<li>- Renamed to BetterChat</li>
<li>- Removed KillText</li>
<li>- Added Timestamp</li>
<li>- Added Filter</li>
<li>- Added ChatEncrypt and ChatDecrypt</li>
<li>- Improved $betterchat command</li>
<li>- Fixed the suffix being wrong when you reset it</li>
<li>- Made all the chat things work in messages</li>
<li>Improved NoRender</li>
<li>- Added NoRender Gui Background</li>
<li>- Split some world things into Entities and Particles categories</li>
<li>--- Added NoRender Fireworks in Particles</li>
<li>--- Added NoRender Minecarts, Snowballs & Xp Orbs in Entities</li>
<li>Combat module fixes</li>
<li>- Fixed AutoLog Player mode logging out when seeing a fake player</li>
<li>- Fixed BowBot, CrystalAura & Killaura trying to target some invalid/fake entities</li>
<li>- Fixed CrystalAura Blacklist and Raycast settings</li>
<li>- Optimized CrystalAura damage checks</li>
<li>Improved AutoReconnect</li>
<li>- Fixed it sometimes reconnecting to the wrong server</li>
<li>- Fixed the reconnect buttons not being positioned correctly when the disconnect text was multiple lines</li>
<li>- Removed the decimals from the reconnect countdown</li>
<li>Added a y offset setting to NewChunks</li>
<li>(somewhat) fixed Vp's sneak</li>
<li>Fixed nuker not being able to mine underwater plants</li>
<li>Added the ability to get/copy the nbt of the entity/block you're looking at in $nbt</li>
<li>Fixed the elapsed time on the discord rpc stuttering</li>
<li>Fixed bookcrash crashing the game </li>
<li>Fixed AirPlace and fixed AutoParkour rendering</li>
<li>Fixed LogoutSpot players not being removed when they log in</li>
<li>Fixed Nuker ruining your fps</li>
<li>Fixed NoRender skylight literally making skylight 1000x worse</li>
<li>Cleaned up and improved PacketFly with vehicles</li>
<li>Made friends instantly update on the tablist when you add/remove them</li>
<li>Made all settings save even if you're not in a world</li>
<li>Added proper punctuation to all module descriptions</li>
<li>Made the title screen tabs be smaller to fit the screen if necessary</li>
<li>Fixed the $bind command using uppercase in the syntax</li>
<li>Switched TAB to finish the current word instead of going to the next word the command suggester</li>
<li>Increased max speed strafe value in Speed to 0.55</li>
<li>Fixed several IO memory leaks</li>
<li>Removed all default binds except clickgui</li>
<li>Removed the server scraper and server cleanup</li>
<li>Slightly changed the BleachHack title screen colors</li>
</ul>
<h1 class="log-title">1.1:</h1>
<ul>
<li>Added DeathExplorer</li>
<li>Added NoSwing</li>
<li>Added Avoid</li>
<li>Added AutoFarm</li>
<li><s>Added AutoCraftDupe (1.17)</s></li>
<li>Added Sneak</li>
<li>Removed AutoIStackDupe and MountBypass</li>
<li>Removed $dupe old (removed it entirely on 1.17.1)</li>
<li>Improved BowBot</li>
<li>- Made it more accurate on moving entities</li>
<li>- Made it able to shoot crossbow</li>
<li>- Added a Raycast setting</li>
<li>- Added target settings for players, mobs and animals</li>
<li>Added Jesus Solid mode</li>
<li>Added a credits screen</li>
<li>Fixed BetterCamera distance only working when cameraclip is enabled</li>
<li>Fixed some modules kicking you when pulling items from your inventory</li>
<li>Fixed AutoParkour trying to jump into 1 block tall spaces and made it able to climb ladders</li>
<li>Fixed Discord rpc wasting space by unpacking to a different file on every startup</li>
<li>Fixed Dispenser32k reverting 32ks</li>
<li>Improved $clip</li>
<li>- Made it work with vehicles</li>
<li>- Merged $clip v & $clip h into $clip <x> <y> <z></li>
<li>- Added $clip up and $clip down</li>
<li>Added a full command suggestion system</li>
<li>Made UI windows attached to the bottom of the screen move up when chat is open</li>
<li>Fixed account manager not saving correctly after deleting an account</li>
<li>Fixed $help not working with all command aliases</li>
<li>Fixed $rbook not working with more than 100 pages</li>
<li>Improved Ambience Weather and Time</li>
<li>- Fixed it always freezing time even when the time setting was off</li>
<li>- Fixed the sky flickering when rain was starting/ending</li>
<li>- Made the world weather turn back to the real weather when turning off custom weather</li>
<li>Fixed RotationSnap Arrow Move sometimes not working</li>
<li>Fixed NoVelocity mixing up horizontal and vertical velocity in explosion knockback</li>
<li>Fixed AntiHunger, Flight and NoFall spamming console in 1.17</li>
<li>Fixed spammer always sending a message when entering a new dimension</li>
<li>Fixed Tracers jittering when the game is paused</li>
<li>Improved Nuker</li>
<li>- Added Softest order and fixed hardest being reversed</li>
<li>- Added a RangeHighlight setting</li>
<li>- Added a Shape setting</li>
<li>- Added a Raycast setting</li>
<li>- Made the range extrude out of your eyes instead of feet</li>
<li>- Fixed it trying to mine cave air and void air</li>
<li>- Fixed it trying to mine unbreakable blocks in survival</li>
<li>- Fixed it calculating distances from your feet instead of eyes </li>
<li>Improved Peek</li>
<li>- Fixed it not working on 1.17</li>
<li>- Made it able to draw map icons in map peek</li>
<li>- Slightly centered contianer items</li>
<li>Fixed the game crashing when trying to read corrupted json files</li>
<li>Fixed all overlays double drawing on 1.17</li>
<li>Improved the default EntityMenu entry names</li>
<li>Fixed Nametags jittering when the game is paused</li>
<li>Fixed and improved Criticals</li>
<li>- Fixed it not working on 1.17</li>
<li>- Fixed it not working while sprinting</li>
<li>- Added a FullJump mode</li>
<li>- Fixed it trying to crit while climbing, having blindness or riding a vehicle</li>
<li>Fixed NoSlow InventoryMove making your pitch go crazy on 1.17</li>
<li>Added a Projectiles setting to Killaura</li>
<li>Improved RenderUtils performance significantly using frustum checks (1.17+)</li>
<li>Replaced the placeholder mod icon</li>
<li>Fixed EntitySpeed trying to move work with minecarts</li>
<li>Improved collision detection in AntiVoid Vanilla, ArrowJuke & EntityControl AntiStuck</li>
<li>Added respawn anchors to surround blocks</li>
<li>Made the clickgui windows closed by default</li>
</ul>
<h1 class="log-title">1.0.1:</h1>
<ul>
<li>Made the title splash slightly bigger</li>
<li>Reverted to the old AntiChunkBan to fix inertia compatibility</li>
<li>Fixed optifine compatibility with shaders</li>
<li>Fixed Dispenser32k not working on looking mode</li>
<li>Fixed UI windows not detaching from windows that were hidden</li>
<li>Fixed UI ChunkSize not updating when staying in the same chunk</li>
<li>Fixed Notebot not being able to download song due to a bad entry</li>
<br/>
<li>Updated the 1.17 version to 1.17-pre5</li>
</ul>
<h1 class="log-title">1.0:</h1>
<ul>
<li>Removed Blockparty (rip)</li>
<li>Removed Donkey dupe buttons</li>
<li>Updated AntiChunkBan to bypass bookbans</li>
<li>Added LiquidFiller</li>
<li>Added NewChunks</li>
<li>Added movable UI</li>
<li>Added BetterCamera (thanks CUPZYY)</li>
<li>Added $terrain</li>
<li>Improved AutoBuild</li>
<li>- Added Wither, WitherH, IronGolem, SnowGolem and NomadHut</li>
<li>- Fixed it interacting with the world when selecting where to place the build</li>
<li>- Added a repeat setting</li>
<li>Improved Surround</li>
<li>- Added a option to airplace/skip instead of always placing support blocks</li>
<li>- It can now pull blocks from your entire inventory (including offhand)</li>
<li>- Added block select setting so you can use any unexplodable block</li>
<li>Improved Xray</li>
<li>- Add Opacity option</li>
<li>- Added HideSurface option</li>
<li>Improved LogoutSpot</li>
<li>- Added a ghost toggle in LogoutSpot (thanks FloGo)</li>
<li>- Fixed the logout players not spawning when re-enabling LogoutSpot</li>
<li>Improved ESP/StorageESP/Tracers</li>
<li>- Fixed StorageESP on shader mode not rendering full blocks</li>
<li>- Fixed StorageESP on shader mode not rendering blocks outside the tile entity render distance</li>
<li>- Fixed Tracers and ESP on box mode not being smooth on moving entities</li>
<li>- Changed ESP and StorageESP shader thickness to full numbers to prevent the outline being dark</li>
<li>- Fixed StorageESP with Optifine</li>
<li>Improved Scaffold</li>
<li>- Fixed Scaffold not working in certain cases if filter mode was on</li>
<li>- Made Scaffold able to pick blocks from your entire inventory (including offhand)</li>
<li>- Fixed Scaffold placing 2 support blocks when air placing</li>
<li>Improved CrystalAura</li>
<li>- Fixed CrystalAura targeting all living entities when mob target mode is on</li>
<li>- Fixed CrystalAura explode targeting all living entities</li>
<li>- Fixed several problems with AntiWeakness</li>
<li>Improved Nametags</li>
<li>- Fixed them not rendering through certain block entities</li>
<li>- Fixed them not drawing through walls in 1.17</li>
<li>- Made Nametag curse enchantments "Cv" and "Cb" in english so they are distinguishable when on items</li>
<li>Added $clip</li>
<li>Fixed flight sometimes disabling your ability to fly in creative</li>
<li>Removed default binds from CrystalAura, EntityControl and PacketFly</li>
<li>Fixed $rpc only saving the first word of the entered status</li>
<li>EntityControl can now control pigs and striders without food on a stick</li>
<li>Made commands dump the stacktrace in chat when an exception is caught</li>
<li>Fixed DiscordRPC still using the B15 image</li>
<li>Split NoRender into overlay and world categories</li>
<li>Improved list settings</li>
<li>- Fixed them not removing the default item from the item pool</li>
<li>- Made them show available items even if the search field is empty</li>
<li>Improved block placing</li>
<li>- Optimized the amount of inventory packets used when switching slots</li>
<li>- Made all block placing switch back to your previous slot</li>
<li>Improved the EntityMenu edit screen</li>
<li>- Added buttons to switch between normal, suggest and open url mode</li>
<li>- Fixed weird behavior when two entries had the same name</li>
<li>- Fixed EntityMenu using an old command in its description</li>
<li>Fixed AutoBuild sending 2 rotation packets when placing rotational blocks</li>
<li>Fixed a bug with some keyboards that caused unbound modules to toggle randomly</li>
<li>Fixed modules being able to be bound to escape</li>
<li>Fixed downloading notebot songs not working</li>
<li>Added a basic command suggestion system</li>
<li>Made portals purple in Search</li>
<li>Fixed fake players not copying the outer skin layer of the real player</li>
<li>Fixed the main menu "BleachHack" text jittering when moving the window</li>
<li>Fixed HandProgress removing the item swap animation and added a NoAnimation setting</li>
<li>Moved LogoutSpot to Render, AutoSteal to Player and Renamed PlaceInAir to AirPlace</li>
<li>Rounded UI Lag-Meter to 2 decimals and fixed it spazzing out</li>
<li>Fixed AutoLog OneHit mode not working as intended</li>
<li>Added $spammer and fixed spammer typo</li>
<li>Replaced the one unicode character in the default customchat suffix</li>
<li>Fixed notebot stealer sometimes not saving songs</li>
<li>Fixed AutoSteal showing the items backwards on project mode</li>
<li>Fixed shadows on world text when viewed at certain angles</li>
<li>Improved the output of $nbt set, fixed it not parsing nbt with spaces and made it dump the nbt error if it couldn't parse the nbt</li>
<li>Fixed $rename not adding spaces</li>
<li>Made friends appear blue in the tablist</li>
<li>Fixed updater not working with mc versions that had a space in them</li>
<br/>
<li>Updated 1.17 version to 1.17-pre1</li>
</ul>
<p class="log-title" style="font-size: 25px;"><a class="link-text" href="/changelog.html" style="font-size: 25px;">View entire changelog</a></p>
</div>
<div style="height: 22px;"></div>
<footer class="copyright">
<p class="text" style="font-size: 17px; height: 0; transform: translateY(-8px);">© 2022 <a class="link-text" href="https://bleach.dev/">Bleach Development</a> | All Rights Reserved.</p>
</footer>
</body>
</html>