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
88a7760e90 [Wurst-Bot] Update to 24w21b 2024-05-23 13:40:33 +02:00
Alexander01998
e178cab6ab Refactor private AutoTool methods to take BlockState instead of BlockPos 2024-05-23 09:53:10 +02:00
mdenials
5907bf69c3
Update KillauraHack.java 2024-05-22 19:36:26 +05:00
mdenials
6a4a5b1e8a
replace rangeSq to range.getValueSq() 2024-05-22 19:32:41 +05:00
Alexander01998
633c9d0aee Disable AutoTool's "Switch back" checkbox by default 2024-05-22 13:11:15 +02:00
Alexander01998
91dc8b4c78 Clarify unit of repair mode slider 2024-05-22 12:53:31 +02:00
Alexander01998
deeb81e618 Make repair mode more reliable 2024-05-22 12:50:13 +02:00
Alexander01998
bddce67407 Fix AutoTool Switch back sometimes making it mine with the wrong tool 2024-05-22 10:35:28 +02:00
Alexander01998
7b0f7751de Wrap long description text in AutoToolHack 2024-05-22 10:32:02 +02:00
Alexander01998
9337710ac3 Fix AutoMineHack
Closes #151
Closes #989
2024-05-21 21:43:26 +02:00
Alexander01998
8406313de2 Remove trailing ".0" in decimal slider values 2024-05-20 15:46:17 +02:00
Alexander01998
4823747f80 Simplify totem counting with InventoryUtils 2024-05-20 15:24:27 +02:00
Alexander01998
d11b0d67b5 Add count method to InventoryUtils 2024-05-20 15:19:38 +02:00
Alexander01998
d619c2aa50 Allow AutoTotem to take totems from armor slots 2024-05-20 14:48:23 +02:00
Alexander01998
05004d6b63 Make InventoryUtils.toNetworkSlot() public 2024-05-20 14:26:34 +02:00
Alexander01998
0a4489e56e Further refactor AutoTotemHack 2024-05-20 14:14:55 +02:00
Alexander01998
97be44afe4 Update AutoTotem 2024-05-20 13:50:38 +02:00
Alexander01998
138faa4744 Update AutoLeave 2024-05-20 13:04:00 +02:00
Alexander01998
6474a89e97 Use getOffHandStack() method for slot 40 2024-05-20 11:51:09 +02:00
Alexander01998
1e8f39a023
Merge branch 'master' into autoleave-totem 2024-05-20 11:15:39 +02:00
Alexander01998
65b0032a5c Merge tag 'v7.42' into 24w20a 2024-05-17 16:53:28 +02:00
Alexander01998
1427083f00 Make VelocityFromFluidEvent mixin optional 2024-05-17 14:58:13 +02:00
Alexander01998
0d188f60db Update to 24w20a 2024-05-16 21:32:20 +02:00
Alexander01998
3a03086e4c [Wurst-Bot] Update to 24w20a 2024-05-16 21:00:02 +02:00
Alexander01998
007113d034 Change version to 7.42 2024-05-14 20:20:39 +02:00
Alexander01998
0e8ce32d06 Update search tags for HackListOtf 2024-05-14 20:16:05 +02:00
Alexander01998
8291e6afb8 Prevent unnecessary draw calls for settings in NavigatorFeatureScreen 2024-05-14 20:08:37 +02:00
Alexander01998
fd4ca342ae Fix click on primary action button affecting settings behind it 2024-05-14 20:07:52 +02:00
Alexander01998
ff17848249 Update AutoComplete description 2024-05-14 19:35:39 +02:00
Alexander01998
49dd9cca63 Remove support for legacy oobabooga API, add custom model settings
This should make AutoComplete work with any OpenAI-compatible API,
including the new oobabooga one.
2024-05-14 19:23:25 +02:00
Alexander01998
5b4ade795e Adjust default AutoComplete settings to work better with GPT-4o 2024-05-14 15:04:09 +02:00
Alexander01998
b42805264c Improve AutoComplete speed for multiple suggestions 2024-05-14 14:55:50 +02:00
Alexander01998
0c0e76b64d Add a system message to improve completions from chat models 2024-05-14 14:17:27 +02:00
Alexander01998
447b30fdc7 Update AutoComplete settings 2024-05-14 12:07:47 +02:00
Alexander01998
6b6c28909b Also update link for error message 2024-05-13 15:30:23 +02:00
Alexander01998
69f50bf51c Improve WurstUpdater chat message 2024-05-13 15:17:40 +02:00
Alexander01998
6c7bf6ded3 Add warning about "Simulate mouse click" side-effects 2024-05-13 14:23:32 +02:00
Alexander01998
267072ef30 Mark wurst_*() methods in KeyBindingMixin as deprecated to stop warnings 2024-05-13 12:55:49 +02:00
Alexander01998
333b1d265a Add "Simulate mouse click" option in TriggerBot to trick CPS mods
Fixes #990
2024-05-13 12:50:03 +02:00
Alexander01998
d536d628ca Refactor IKeyBinding 2024-05-12 22:20:29 +02:00
Alexander01998
5d6b8665f4 Make AutoEat and AutoSoup disable each other 2024-05-12 14:50:30 +02:00
Alexander01998
b4811fabd3 Slightly refactor TriggerBot 2024-05-11 17:07:36 +02:00
Alexander01998
f067b85a9a Update to 24w19b 2024-05-10 19:22:38 +02:00
Alexander01998
e0971f9fc7 [Wurst-Bot] Update to 24w19b 2024-05-10 18:23:51 +02:00
Alexander01998
0b9c80b505 Use onPostMotion() in BonemealAura and Tillaura 2024-05-10 16:33:07 +02:00
Alexander01998
7c106ac4f2 Add offhand support to Tillaura 2024-05-10 16:26:28 +02:00
Alexander01998
a28ab1cc43 Refactor Tillaura to use InteractionSimulator 2024-05-10 15:55:31 +02:00
Alexander01998
99f4272a6e Remove unnecessary RotationUtils.getEyesPos() call 2024-05-10 14:34:51 +02:00
Alexander01998
c37283dd3d Change version to 7.42pre3 2024-05-09 21:21:20 +02:00
Alexander01998
a6ee72159e Replace Redirect for VelocityFromFluidEvent with WrapWithCondition
Fixes #924
2024-05-09 21:18:30 +02:00
Alexander01998
adf0058b63 Use InteractionSimulator in BonemealAuraHack 2024-05-08 23:07:00 +02:00
Alexander01998
65535d2920 Make BonemealAura work with bone meal in the offhand 2024-05-08 19:06:44 +02:00
Alexander01998
4f9d2d6a3c Refactor BonemealAuraHack 2024-05-08 17:46:15 +02:00
Alexander01998
550eca8f68 Update BonemealAura search tags 2024-05-08 16:49:58 +02:00
Alexander01998
3dc3dfc379 Disable FeedAura horse filter by default 2024-05-07 18:28:37 +02:00
Alexander01998
41c64847e3 Merge #962 (FastBreak slowdown fix) into v7.42 2024-05-07 17:40:40 +02:00
Alexander01998
8ef53da205 Move bedrock fix down to avoid issues with activation chance 2024-05-07 17:34:07 +02:00
Alexander01998
23bda690ab
Merge branch 'master' into fastbreak 2024-05-07 17:14:19 +02:00
Alexander01998
4841c3ba57 Remove 3x3 note from AntiAFK description, since that's now configurable 2024-05-07 16:36:21 +02:00
Alexander01998
e31f157dce Add range sliders to AntiAfkHack 2024-05-07 16:25:46 +02:00
Alexander01998
929b375b63 Add description to AntiAFK's "Use AI" checkbox 2024-05-07 14:57:16 +02:00
Alexander01998
bed243b3d8 Merge #982 (AntiAFK delay settings) into v7.42 2024-05-07 14:36:44 +02:00
Alexander01998
271fb1c61c Split AntiAFK wait time into base time and random offset 2024-05-07 14:27:51 +02:00
Alexander01998
ba57264c93
Merge branch 'master' into master 2024-05-07 13:40:33 +02:00
Alexander01998
840b121627 Fix LSD not working anymore 2024-05-06 19:49:09 +02:00
Alexander01998
00823b6eb0 Add more search tags to SafeWalkHack 2024-05-06 19:01:11 +02:00
Alexander01998
e0641a7827 Auto-update BookOffersSettings if left at the default values 2024-05-06 18:36:56 +02:00
Alexander01998
23924de10a Auto-update ItemListSettings if left at the default values 2024-05-06 18:31:48 +02:00
Alexander01998
1ac759a1c6 Auto-update BlockListSettings if left at the default values 2024-05-06 18:24:57 +02:00
Alexander01998
898dda73f6 Update default X-Ray ores 2024-05-06 17:52:16 +02:00
Alexander01998
509fc58fa0 Update to 24w18a 2024-05-05 19:39:47 +02:00
Alexander01998
70f6111232 [Wurst-Bot] Update to 24w18a 2024-05-04 21:33:33 +02:00
Alexander01998
a62e294aab Fix passive/baby filters also affecting hoglins
Closes #960
2024-05-03 16:56:05 +02:00
Alexander01998
092fa0b12a Merge branch 'master' into v7.42 2024-04-29 23:30:15 +02:00
Alexander01998
bdd8d9a611 [Wurst-Bot] Update to 1.20.6 2024-04-29 18:49:37 +02:00
Alexander01998
4e5b1b7b3e Fix TriggerBot swing animation
Closes #988
2024-04-26 17:57:59 +02:00
Alexander01998
b8613431a6 Change version to 7.42pre2 2024-04-26 17:49:23 +02:00
Alexander01998
e8ab6da2cf [Wurst-Bot] Update to 1.20.6-rc1 2024-04-26 16:10:21 +02:00
Alexander01998
2e87d6ae46 Add more search tags to TriggerBotHack 2024-04-26 16:00:11 +02:00
Alexander01998
1407696182 Merge branch 'v7.42' into pr/TejasLamba2006/947 2024-04-26 15:49:28 +02:00
Alexander01998
3efc1de0b1 Fix division by zero bug in slowlyTurnTowards() 2024-04-26 15:38:06 +02:00
Alexander01998
2b8090fccd Remove attackWhileBreaking settings
They don't work when using Nuker.
2024-04-26 15:31:07 +02:00
Alexander01998
d5bfd43f51 Fix crash when loading keybind profile that doesn't end in .json
Fixes #951
2024-04-24 02:34:06 +02:00
Alexander01998
662d8730b7 [Wurst-Bot] Update to 1.20.5 2024-04-23 18:04:38 +02:00
Alexander01998
f6768e3e6c [Wurst-Bot] Update to 1.20.5-rc3 2024-04-22 18:59:49 +02:00
Alexander01998
f1ba6e2a90 Change version to 7.42pre1 2024-04-19 21:01:14 +02:00
Alexander01998
1b5fc49f2d Add SwingHandSetting to MultiAura
Closes #975
2024-04-19 20:17:47 +02:00
Alexander01998
6d9e763008 Add SwingHandSetting to AnchorAura 2024-04-19 19:57:36 +02:00
Alexander01998
fee6e30578 [Wurst-Bot] Update to 1.20.5-rc2 2024-04-19 18:38:49 +02:00
Alexander01998
17dd3ed971 Add SwingHandSetting to TP-Aura 2024-04-18 21:42:52 +02:00
Alexander01998
1942b3b113 [Wurst-Bot] Update to 1.20.5-rc1 2024-04-18 18:40:21 +02:00
Alexander01998
b2e816ba8c [Wurst-Bot] Update to 1.20.5-pre4 2024-04-17 20:04:41 +02:00
Alexander01998
0b7dde2e0e Clean up 2024-04-17 14:03:14 +02:00
Alexander01998
1f5759a4c4 [Wurst-Bot] Update to 1.20.5-pre3 2024-04-16 22:58:56 +02:00
Alexander01998
31a65e9d16 Update to 1.20.5-pre2 2024-04-15 18:45:31 +02:00
Alexander01998
c2b159e02c [Wurst-Bot] Update to 1.20.5-pre2 2024-04-15 18:32:48 +02:00
Developer78-sgyuijhgygwtdwgyhutre45r5t
40a4924e2c Make requested changes 2024-04-14 18:04:24 -04:00
Alexander01998
614c354487 Change version to 7.42 2024-04-14 17:02:32 +02:00
Alexander01998
99ef4026e9 Add SwingHandSetting to TriggerBotHack 2024-04-14 17:00:02 +02:00
Alexander01998
238c2743e9 Add SwingHandSetting to ProtectHack 2024-04-14 16:35:55 +02:00
Developer78-sgyuijhgygwtdwgyhutre45r5t
1af8d18b48 fix formatting issue 2024-04-14 01:04:42 -04:00
Developer78-sgyuijhgygwtdwgyhutre45r5t
e016daea2f Remove Redundant Constructor 2024-04-14 01:02:09 -04:00
Developer78-sgyuijhgygwtdwgyhutre45r5t
eb2a3475eb Fix formatting of AntiAfkHack.java using Spotless 2024-04-14 00:14:52 -04:00
Developer78-sgyuijhgygwtdwgyhutre45r5t
60bc89916e Update AntiAfkHack.java 2024-04-13 23:53:53 -04:00
Alexander01998
3cae670c3b Add SwingHandSetting to KillauraLegitHack 2024-04-13 22:23:49 +02:00
Alexander01998
976830f781 Refactor SwingHandSetting so it doesn't have to include the off option 2024-04-13 22:22:46 +02:00
Alexander01998
ce2d9eb8e3 Add SwingHandSetting to FightBotHack 2024-04-13 22:02:59 +02:00
Alexander01998
6348b6702c Fix up/down arrows in chat 2024-04-13 21:22:55 +02:00
Alexander01998
26c40d728d [Wurst-Bot] Update to 1.20.5-pre1 2024-04-10 20:46:39 +02:00
Tejas Lamba
4f6fd3a9e6
Update AimAssistHack.java 2024-04-09 22:43:01 +05:30
Alexander01998
781fabc7ff
Merge branch 'master' into aimassist 2024-04-09 18:51:33 +02:00
Alexander01998
3d285d8d3e Port VanillaSpoof fix from 1.20.5
Fixes #948
2024-04-09 18:07:33 +02:00
Alexander01998
cc19440d82 Fix FilterHostileSetting also filtering out neutral mobs 2024-04-04 20:26:57 +02:00
Alexander01998
2ee2b69565 Add SwingHandSetting to CrystalAuraHack 2024-04-04 20:24:35 +02:00
Alexander01998
5bf3ff1876 Merge branch 'master' into 24w14a 2024-04-04 16:44:19 +02:00
Alexander01998
c529bf5bef Merge branch 'master' into v7.42 2024-04-04 16:43:40 +02:00
Alexander01998
858fd34344 Fix inconsistent visibility of onEnable() / onDisable() methods 2024-04-04 16:42:56 +02:00
Alexander01998
c0992dc8ee Update Killaura swing hand description 2024-04-04 14:23:31 +02:00
Alexander01998
69f0c0b19a Merge branch 'master' into v7.42 2024-04-04 14:18:40 +02:00
Alexander01998
0bf887330c Refactor SwingHandSetting to avoid repetition in descriptions 2024-04-04 14:13:16 +02:00
Alexander01998
eb43316892 Add RoundingPrecisionSetting from #801 2024-04-04 12:35:35 +02:00
Alexander01998
7238343599 Add SwingHandSetting to KillauraHack 2024-04-04 11:47:40 +02:00
Alexander01998
583e57e846 Refactor SwingHandSetting 2024-04-04 11:37:48 +02:00
Alexander01998
3520461038 Update to 24w14a and Java 21 2024-04-03 18:22:15 +02:00
Alexander01998
2b87ad5202 [Wurst-Bot] Update to 24w14a 2024-04-03 17:14:31 +02:00
Alexander01998
61bc01941e Merge branch 'master' into 24w13a 2024-04-03 15:19:33 +02:00
Alexander01998
208154c24e Update Fabric stuff 2024-04-03 14:46:25 +02:00
Alexander01998
ecbf95bff8 Update to 24w13a 2024-03-28 19:14:50 +01:00
Alexander01998
25e5ccac9c [Wurst-Bot] Update to 24w13a 2024-03-28 14:42:34 +01:00
Alexander01998
ba821aa737 Merge tag 'v7.41.2' into 24w12a 2024-03-27 16:44:25 +01:00
Alexander01998
c4e22b9434 Fix PotionCmd still not behaving correctly 2024-03-27 15:21:32 +01:00
Alexander01998
877576494e Fix PotionCmd 2024-03-27 13:41:01 +01:00
Alexander01998
7297743b20 Port AntiSpam fix from 1.20.5 snapshots 2024-03-27 04:32:50 +01:00
Alexander01998
334a3a2024 Fix Wurst Capes not showing on cracked servers 2024-03-27 04:00:47 +01:00
Alexander01998
edf46d4d28 Update Formatter and Clean Up settings for Eclipse 2024-03 2024-03-24 02:09:45 +01:00
Alexander01998
5293427da9 Update Formatter and Clean Up settings for Eclipse 2024-03 2024-03-24 02:08:35 +01:00
Alexander01998
2039e96e32 Update to 24w12a 2024-03-20 22:08:11 +01:00
Alexander01998
b756d424f7 [Wurst-Bot] Update to 24w12a 2024-03-20 20:50:30 +01:00
Alexander01998
c3c346727d Fix crash when Minecraft is in demo mode
Fixes https://wurstforum.net/d/465
2024-03-17 11:05:36 +01:00
Alexander01998
d25bc74eff Change version to 7.41.2 2024-03-17 11:04:09 +01:00
Alexander01998
759cec751c Update to 24w11a 2024-03-14 22:07:54 +01:00
Alexander01998
94a14a17ec [Wurst-Bot] Update to 24w11a 2024-03-14 21:43:17 +01:00
Alexander01998
e7fcc6a914 Update to 24w10a 2024-03-06 19:45:22 +01:00
Alexander01998
e268098a37 [Wurst-Bot] Update to 24w10a 2024-03-06 19:27:41 +01:00
Alexander01998
19e311d925 Update to 24w09a 2024-03-05 18:54:53 +01:00
Alexander01998
6b3485c93a [Wurst-Bot] Update to 24w09a 2024-03-02 13:32:49 +01:00
Alexander01998
7091257ee2 Merge tag 'v7.41.1' into 24w07a 2024-03-01 22:25:39 +01:00
8f14c7a7b7 Ignore unbreakable blocks 2024-03-01 21:36:57 +01:00
Alexander01998
86f3ae889d Remove obsolete method in WurstServerPinger
Fixes #953
2024-02-26 23:51:31 +01:00
Alexander01998
43b2163421 Change version to 7.41.1 2024-02-25 22:37:43 +01:00
Alexander01998
1ade6559f9 Fix 1.20.x sign detection vulnerability 2024-02-25 22:36:05 +01:00
Alexander01998
53894902dd [Wurst-Bot] Update to 24w07a 2024-02-15 17:14:24 +01:00
Alexander01998
c07b4209a6 Update default X-Ray ores 2024-02-10 16:44:05 +01:00
Alexander01998
fa504fb3fd Update to 24w06a 2024-02-10 16:38:07 +01:00
Alexander01998
2aa8f7b5db [Wurst-Bot] Update to 24w06a 2024-02-10 16:18:26 +01:00
Tejas Lamba
b5c5ea9a26
spotlessApply 2024-02-07 00:16:42 +05:30
Tejas Lamba
b38f3d88d4
spotlessApply 2024-02-07 00:16:17 +05:30
Tejas Lamba
8f48ff7fba
Update description 2024-02-07 00:10:51 +05:30
Tejas Lamba
fafea3f321
Update description 2024-02-07 00:10:02 +05:30
Tejas Lamba
1a31f98332
add attackWhileBreaking to AimAssist 2024-02-06 23:28:14 +05:30
Tejas Lamba
10eaff7369
add attackWhileBlocking and attackWhileBreaking to AimAssist 2024-02-06 23:27:26 +05:30
Tejas Lamba
0c6c982e9a
Merge branch 'Wurst-Imperium:master' into master 2024-02-06 13:05:12 +05:30
Alexander01998
e5bedfe581 Update to 24w05a 2024-02-01 15:01:00 +01:00
Alexander01998
7bd23bcc50 [Wurst-Bot] Update to 24w05a 2024-02-01 11:50:41 +01:00
Alexander01998
f17639a0d8 Merge tag 'v7.41' into 24w04a 2024-02-01 11:48:12 +01:00
Alexander01998
74f44bf71b Change version to 7.41 2024-01-31 21:13:04 +01:00
Alexander01998
4559faaf20 Add mcMMO bypass to AutoFish 2024-01-31 21:12:29 +01:00
Tejas Lamba
82c1f9b783
Add new setting onlyAllowWhileClicking 2024-01-27 14:49:04 +05:30
Alexander01998
114bf6976a [Wurst-Bot] Update to 24w04a 2024-01-25 07:30:59 +01:00
Alexander01998
2e66a9cfc8 Update to 24w03b 2024-01-24 17:57:33 +01:00
Alexander01998
af01d9d387 [Wurst-Bot] Update to 24w03b 2024-01-24 11:13:11 +01:00
Alexander01998
92ee2d4fd8 Fix incorrect trajectories when holding a fishing rod 2024-01-06 23:29:28 +01:00
Alexander01998
ffe2d3c929 Clean up RotationUtils 2024-01-06 19:51:38 +01:00
Alexander01998
9ce0766636 Remove duplicate keybind 2024-01-05 14:07:42 +01:00
Alexander01998
4eda3f9bf0 Add Rotation helper method for sending player look packets 2024-01-04 20:25:45 +01:00
Alexander01998
d7f3dd26b5 Turn Rotation class into a record 2024-01-04 18:02:03 +01:00
Alexander01998
a95234404a Further refactor AutoFish logic 2024-01-03 00:00:19 +01:00
ThisTestUser
8257cc7f53 Cleanup 2024-01-02 11:52:51 -05:00
ThisTestUser
d9897263c3
Merge branch 'master' into autoleave-totem 2024-01-02 11:43:09 -05:00
Alexander01998
6c6fba9c3e Refactor AutoFishRodSelector 2024-01-02 17:29:49 +01:00
Alexander01998
1b6ca24db3 Remove redundant null check 2024-01-01 22:03:35 +01:00
Alexander01998
925fa1f405 Update copyright note 2024-01-01 22:01:06 +01:00
Alexander01998
ccabdac3c5 Refactor AutoSprint 2023-12-30 19:32:22 +01:00
Alexander01998
64b478af38 Replace @Redirect with @WrapOperation for better compatibility 2023-12-30 18:57:39 +01:00
Alexander01998
b996442515 Merge branch 'master' into pr/ThisTestUser/916 2023-12-29 18:21:03 +01:00
Alexander01998
a4930b74cb Fix omnidirectional sprint activating when the player isn't moving at all 2023-12-29 17:57:11 +01:00
Alexander01998
128f45503d Add special case when AutoFish accidentally hooks an entity 2023-12-29 17:28:58 +01:00
Alexander01998
229fa8dbd8 Add "Jump while sneaking" checkbox to Parkour
Fixes #456
2023-12-29 01:17:19 +01:00
ThisTestUser
1580f55d43 Omnidirectional Sprint 2023-12-28 12:28:52 -05:00
Alexander01998
52376d1154 Add NameTags scale setting 2023-12-28 16:01:23 +01:00
Alexander01998
02a2e38171 Refactor NameTags 2023-12-27 18:29:43 +01:00
Alexander01998
993aa8046d Disable see-through mode by default and clarify that it still has some downsides 2023-12-26 16:28:13 +01:00
Alexander01998
896d0b005f Eclipse auto cleanup 2023-12-26 16:06:17 +01:00
Alexander01998
c7e0912e0d Merge branch 'master' into pr/ThisTestUser/798 2023-12-26 16:04:46 +01:00
Alexander01998
9a6b7540bd Update to 23w51a/b 2023-12-19 19:45:07 +01:00
Alexander01998
495c4183dc [Wurst-Bot] Update to 23w51b 2023-12-18 20:25:41 +01:00
Alexander01998
6cfd831d23 Add search tags to NoFog 2023-12-18 16:57:20 +01:00
Alexander01998
1bb7dbe6bf Refactor BackgroundRendererMixin 2023-12-18 16:48:40 +01:00
Alexander01998
61ef0da1c7 Fix line endings 2023-12-18 15:27:24 +01:00
Alexander01998
28c6538d08 Merge branch 'master' into pr/IUDevman/904 2023-12-18 15:21:12 +01:00