0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00
Commit Graph

2983 Commits

Author SHA1 Message Date
Alexander01998
a90152c3e4 Change version to 7.44.1 2024-07-14 15:25:17 +02:00
Alexander01998
dfeedda3c6 Move player null check to HandleInputEvent mixin
After 0d50ef6e41, it was possible for this
event to be called outside of gameplay, which the hacks using it are not
designed for.

This commit extends the fix from #1037 to also cover Killaura and
KillauraLegit, which could still sometimes crash if they were attacking
while leaving a world or server.
2024-07-14 15:24:42 +02:00
ZANX3Y
78ec9facf2 Fix TriggerBotHack NPE 2024-07-14 12:54:38 +02:00
Alexander01998
b9f612b856 Change version to 7.44 2024-07-12 11:49:18 +02:00
Alexander01998
0d50ef6e41 Fix combat hacks always pausing on containers
Fixes https://wurstforum.net/d/644
Fixes https://wurstforum.net/d/637
Fixes https://wurstforum.net/d/631
Fixes https://wurstforum.net/d/595
2024-07-12 11:47:31 +02:00
Alexander01998
f8a096c0fb Stop using Mojang's translation system entirely
Fixes JustAlittleWolf/ModDetectionPreventer#6

Sorry for breaking all open translation PRs with this commit, but it's
necessary for security reasons. Anything in the lang folder can
potentially be read by servers, so the files had to be moved.
2024-07-11 22:27:21 +02:00
Alexander01998
5987308569 Merge #1035 (WrapOperation in LivingEntityRendererMixin) into v7.44 2024-07-09 09:40:56 +02:00
Alexander01998
fb23c02a7b Merge #1031 (PacketOutputEvent fix) into v7.44 2024-07-09 09:04:39 +02:00
Alexander01998
5f9bfe8623 Slight refactor to put the at parameter first 2024-07-09 09:01:20 +02:00
ThisTestUser
88d8cc0dd9 Use WrapOperation 2024-07-09 08:44:26 +02:00
ThisTestUser
ab11bc49e1 Apply spotless 2024-07-09 08:44:26 +02:00
ThisTestUser
4d9b2a209e Fix PacketOutputEvent 2024-07-09 08:44:26 +02:00
ThisTestUser
9030536407 Convert to WrapOperation 2024-07-08 18:36:07 -04:00
Alexander01998
f4a2e5b8fd Improve ArrowDmgHack to deal more damage 2024-06-28 12:43:27 +02:00
Alexander01998
b50e89a1b4 Add helper methods for setting the shader color 2024-06-28 12:13:58 +02:00
Alexander01998
b71d7d5e23 Change version to 7.43.2 2024-06-28 08:46:48 +02:00
Alexander01998
8a4d768c04 Fix ModMenu breaking everything again
Fixes #1018
2024-06-28 08:46:01 +02:00
Alexander01998
bffead6233 Add MaceDmgHack 2024-06-28 08:29:52 +02:00
Alexander01998
76ec389f00 Fix AutoMine stopping whenever you open a screen
Fixes #1029
2024-06-26 11:11:30 +02:00
Alexander01998
9b79865cbc Fix wrong line break in en_us.json 2024-06-25 16:32:44 +02:00
Alexander01998
8ab80c74bb Change version to 7.44pre2 2024-06-25 16:27:07 +02:00
Alexander01998
8b7c7cf517 Add "Pause for mace" checkbox to NoFallHack
Fixes #1012
2024-06-25 16:22:07 +02:00
Alexander01998
1698c352bf Add translation key for NoFall's "Allow elytra" setting 2024-06-25 15:39:33 +02:00
Alexander01998
194455ecee Merge #1015 (AutoSword mace support) into v7.44 2024-06-25 11:30:19 +02:00
Alexander01998
2850a0cd07 Minor refactoring 2024-06-25 11:23:52 +02:00
ssyo
6eba58c959 Accounted for mace in autosword hack, added bonus damage from falling with mace. 2024-06-25 10:57:09 +02:00
Alexander01998
ad704c4923 Fix style issues in JSON files 2024-06-23 10:12:32 +02:00
Alexander01998
96786bbce9 Fix style issues in JSON files 2024-06-23 10:10:22 +02:00
Alexander01998
211ba7ffd9 Make more setting descriptions translatable 2024-06-21 15:00:34 +02:00
Alexander01998
2cc0aa8b47 Merge #1008 (Chinese translation update) into v7.44 2024-06-21 14:42:06 +02:00
Clexus
b1c7523921 Update zh_cn.json 2024-06-21 14:39:38 +02:00
Alexander01998
b027e2ec5a Merge #1016 (AirPlace guide) into v7.44
Fixes #1014
2024-06-19 13:10:48 +02:00
Alexander01998
d7db91a2a0 Add translation keys for AirPlace settings 2024-06-19 13:06:55 +02:00
Alexander01998
4052ddffe5 Clean up AirPlaceHack 2024-06-19 12:18:31 +02:00
ssyo
1b4ea0be76 Spotless style fixes 2024-06-19 11:14:17 +02:00
ssyo
26affb3373 Added option for guide boxes to show where airplace will place blocks 2024-06-19 11:14:17 +02:00
Alexander01998
a2e2ee1bde Fix ModMenu breaking everything again
Fixes #1018
2024-06-19 10:21:48 +02:00
Alexander01998
cf0e3da26a Update ArrowDMG to work in Minecraft 1.21
Fixes #1010
2024-06-18 09:23:51 +02:00
Alexander01998
3b36b1030d Merge branch 'master' into v7.44 2024-06-18 08:03:52 +02:00
CureSaba
84126d146a Update ja_jp.json 2024-06-18 00:46:03 +09:00
Alexander01998
c03cf8ef28 Fix another NewChunks crash 2024-06-17 12:55:30 +02:00
CureSaba
d145bc1c15 Update ja_jp.json 2024-06-17 08:54:18 +09:00
Alexander01998
251f53a83d Fix crash when pressing escape on a server that uses server links 2024-06-16 21:06:00 +02:00
Alexander01998
287077512b Change version to 7.44pre1 2024-06-16 17:44:23 +02:00
Alexander01998
b98e15b25b Merge branch 'master' into v7.44 2024-06-16 17:43:33 +02:00
Alexander01998
3dc98dd34b Change version to 7.43.1 2024-06-16 17:43:21 +02:00
Alexander01998
17983ac9dd Fix player nametags not rendering correctly in 1.21
Fixes #1009
2024-06-16 17:42:51 +02:00
Alexander01998
d5d5693d43 Add translation keys for simple filter descriptions
Does not include descriptions that are assembled from multiple strings,
as translating those wouldn't work with the current translation code.
2024-06-16 16:58:04 +02:00
CureSaba
ebd73ad0ec Update ja_jp.json 2024-06-16 00:12:04 +09:00
Alexander01998
0030020e20 Merge branch 'v7.43' 2024-06-14 10:53:48 +02:00
Alexander01998
eb6615f210 Change version to 7.43 2024-06-14 09:01:54 +02:00
Alexander01998
9e0a967deb Fix ESP line crashes in 1.21
Fixes https://wurstforum.net/d/587
2024-06-13 21:45:57 +02:00
Alexander01998
f7f856307c Merge branch '1.21' 2024-06-13 20:56:35 +02:00
Alexander01998
9a5803988c [Wurst-Bot] Update to 1.21 2024-06-13 17:15:29 +02:00
Alexander01998
0e4114633a Fix NewChunks crash
Fixes https://wurstforum.net/d/581
2024-06-11 07:07:07 +02:00
Alexander01998
fdd2e2670c [Wurst-Bot] Update to 1.21-rc1 2024-06-10 17:35:13 +02:00
Alexander01998
ca61ec1845 Fix AimAssist missing at certain angles 2024-06-09 18:32:23 +02:00
Alexander01998
21ab04cf1e Add AimAtSetting to AimAssistHack 2024-06-09 14:43:48 +02:00
Alexander01998
0ef830b991 [Wurst-Bot] Update to 1.21-pre4 2024-06-07 19:07:55 +02:00
Alexander01998
3c664b5be2 Update to 1.21-pre3 2024-06-05 19:22:24 +02:00
Alexander01998
9248ad5453 [Wurst-Bot] Update to 1.21-pre3 2024-06-05 19:18:15 +02:00
Alexander01998
cc72c8d737 [Wurst-Bot] Update to 1.21-pre2 2024-05-31 16:40:52 +02:00
Alexander01998
677c4c45e7 Add new input simulation and speed randomization to KillauraLegit
Fixes #492
Fixes #214
2024-05-30 12:01:55 +02:00
Alexander01998
e6706624b0 Update recommendations for input simulation 2024-05-30 09:48:06 +02:00
Alexander01998
871597fd89 Fix AimAssist detection 2024-05-30 09:44:53 +02:00
Alexander01998
ffa13bd951 Update to 1.21-pre1 2024-05-29 20:46:12 +02:00
Alexander01998
fbe7940898 [Wurst-Bot] Update to 1.21-pre1 2024-05-29 18:29:07 +02:00
Alexander01998
96985c09d6 Add speed randomization to KillauraHack 2024-05-29 11:04:40 +02:00
Alexander01998
7aec736c1a Use HandleInputListener in KillauraHack 2024-05-29 10:57:33 +02:00
Alexander01998
324e269bf4 Remove redundant reset of forward and jump keys 2024-05-29 09:35:15 +02:00
Alexander01998
4bbf17fd7d Merge branch 'master' into v7.43 2024-05-29 09:30:59 +02:00
Alexander01998
4d520a5d4f Use MC constant in PathProcessor.lockControls() 2024-05-29 09:11:59 +02:00
Alexander01998
a69014b881 Add MC constant in PathFinder 2024-05-29 09:06:51 +02:00
Alexander01998
63ab8191f7 Fix AntiAFK drowning protection 2024-05-29 09:04:13 +02:00
Alexander01998
9849f86c6e Fix AntiAFK waiting longer than it should 2024-05-29 08:51:37 +02:00
Alexander01998
4181d5ac53 Add AntiAFK show wait time setting 2024-05-29 08:48:06 +02:00
Alexander01998
6359b40a89 Use Gaussian randomness in AntiAFK timer 2024-05-29 08:14:52 +02:00
mdenials
829c47c462
Update KillauraHack.java 2024-05-29 11:10:49 +05:00
mdenials
22cb889d0a
Update KillauraHack.java 2024-05-29 11:06:44 +05:00
mdenials
e95027f8dd
Update KillauraHack.java 2024-05-29 11:03:57 +05:00
Alexander01998
bdb607ce94 Fix AntiAFK never resetting if it goes off the path 2024-05-28 20:26:30 +02:00
Alexander01998
92fcaffae6 Move player abilities for PathFinder to a record 2024-05-28 20:21:20 +02:00
Alexander01998
3a21cbb902 Change version to 7.43pre2 2024-05-28 14:16:00 +02:00
Alexander01998
c331277210 Fix TriggerBot detection
Fixes #997
2024-05-28 14:15:29 +02:00
Alexander01998
a7b0d718f1 Mark GameRendererMixin.cancelNextBobView as @Unique 2024-05-27 13:41:27 +02:00
Alexander01998
b634d047fd Fix endless retry-loop if downloading Wurst capes list fails
Fixes #1000
2024-05-26 12:57:14 +02:00
Alexander01998
4e3e1b4ba7 Add @Unique annotations to PlayerSkinProviderMixin 2024-05-26 12:35:55 +02:00
Alexander01998
ff9d918a42 Fix NPE in MicrosoftLoginManager 2024-05-26 12:23:12 +02:00
Alexander01998
96a5682ca2 Merge #999 (zh_cn translation update) into v7.43 2024-05-26 12:05:27 +02:00
Starmoe
36de1e7c68
Update zh_cn.json
添加并优化部分翻译/Add and optimize some translations
2024-05-25 19:20:31 +08:00
Alexander01998
02f2fb043c Fix Excavator mining slowly with AutoTool 2024-05-24 10:45:08 +02:00
Alexander01998
ec68d44538 Fix Excavator still sometimes getting stuck on unbreakable blocks 2024-05-24 10:39:09 +02:00
Alexander01998
daebd4bd37 Refactor ExcavatorHack 2024-05-24 10:28:20 +02:00
Alexander01998
b1d2480aeb Fix Excavator conflicting with AutoEat
Fixes #316
2024-05-24 09:35:47 +02:00
Alexander01998
db4ffba1c2 Fix Excavator trying to break bedrock in survival mode
Fixes #675
2024-05-24 09:10:22 +02:00
Alexander01998
4c121f0555 Add isUnbreakable() helper method 2024-05-24 09:09:31 +02:00
Alexander01998
1beb99a33c Remove unnecessary MC.player.getInventory() 2024-05-24 07:56:55 +02:00
Alexander01998
1edb92132a Change version to 7.43pre1 2024-05-23 21:53:08 +02:00
Alexander01998
b0111c744e Fix isTooDamaged() check in putAwayDamagedTool() 2024-05-23 21:52:34 +02:00
Alexander01998
fc3489ff7c Update to 24w21b 2024-05-23 17:11:57 +02:00