Commit graph

603 commits

Author SHA1 Message Date
35d3357e15 make default HUD notif time consistent 2024-06-03 10:35:11 +02:00
b5a34bd2f6
fix chat history with chatappend 2024-06-02 20:01:59 +02:00
1cafa1dd38
fix getPeers after a peer disconnects without reconnecting 2024-06-02 17:39:22 +02:00
2d93189964
make PlayerDB transfer over AltControl when sending config 2024-06-02 14:58:27 +02:00
b9fbfcd3a5
change config key for PlayerDB to make more sense 2024-06-02 14:35:55 +02:00
31ed29e4cc
add TPAccept and Trust 2024-06-02 12:38:15 +02:00
cad628534d
make altcontrol not send ip over config 2024-06-02 11:59:53 +02:00
5df99b9b26
fix Trypt scramble (it did nothing, ever since its introduction) 2024-06-02 11:40:38 +02:00
3df73ec4f6 maybe i should make it not hang :) 2024-06-02 04:33:40 +02:00
c98ab6de76
make Trypt cryptographically secure (i believe) 2024-06-02 04:14:15 +02:00
01097353b7
make altcontrol ignore clickgui when sending which modules are enabled 2024-06-02 03:01:43 +02:00
fad5d9ceea
poll before updateEnabled 2024-06-02 02:08:35 +02:00
602d17bd8c
add timer autoadjust 2024-06-02 01:45:01 +02:00
5e80dfa18e
altcontrol send config now toggles modules properly 2024-06-01 11:44:26 +02:00
85984c7088
fix noncritical altcontrol exception 2024-06-01 11:40:12 +02:00
61b073ef95
fix altcontrol timing 2024-06-01 11:32:47 +02:00
75f206e1d7
Optimize imports globally, Make HUD meta more consistent, Add more modes to FullBright, Finally fix AutoEat 2024-06-01 11:29:47 +02:00
1a852a06a3
fix funnies 2024-06-01 11:29:41 +02:00
293e7fddc1
fastbreak 2024-06-01 11:29:28 +02:00
3fbe85c9cc
make config sending toggle modules properly 2024-06-01 02:43:35 +02:00
efd9ea7903
fix config sending 2024-06-01 02:39:07 +02:00
5023a69ca2
add config sending, fix some things in altcontrol 2024-06-01 01:50:16 +02:00
614d9e2943
make fade-in faster 2024-06-01 00:57:59 +02:00
ba93092fd3
show when alt disconnects 2024-06-01 00:32:27 +02:00
bb036f2007
force remote events to go over the server first 2024-06-01 00:21:53 +02:00
6d69b1646d
fix autoeat sneaking 2024-06-01 00:02:57 +02:00
6e7c2db705
fix thing affecting cait's ocd 2024-05-31 22:23:52 +01:00
3e08bb93e8
fix selection splitting for the final time 2024-05-31 23:00:55 +02:00
3faa5acec7
fix selection splitting in Y direction, the second 2024-05-31 22:29:09 +02:00
18cdab89b6
fix selection splitting in Y direction 2024-05-31 22:24:37 +02:00
e5c38fd338
fix selection splitting 2024-05-31 22:21:01 +02:00
daf7635cef
fix selection splitting 2024-05-31 21:04:04 +02:00
ed03536d5a
fix Remote id generation, print some debug info about new selections 2024-05-31 20:56:15 +02:00
4dbfe3aaf0
make selection show selected blocks 2024-05-31 20:44:12 +02:00
605fe8deeb
make midclick not spam events 2024-05-31 20:41:34 +02:00
535b3a06a4
fix numbering and selection splitting 2024-05-31 20:35:54 +02:00
8d7fbd0b53
fix Select again 2024-05-31 20:27:26 +02:00
1775e4e00a
fix AltControl fast start 2024-05-31 20:25:16 +02:00
a7ea1934a3
fix Select 2024-05-31 20:23:34 +02:00
c6ede88e1d
fix a notification 2024-05-31 20:19:25 +02:00
3933a89608
make the RemoteEventManager actually tick 2024-05-31 20:14:13 +02:00
b94cddf64c
make altcontrol not auto disconnect lmao 2024-05-31 20:04:17 +02:00
a77fbba876
make select split work 2024-05-31 20:00:16 +02:00
9ab7c76346
add remote events and altcontrol, add SelectEvent 2024-05-31 19:42:40 +02:00
477c40bbd6
add Selection and BlockUtils.splitSelection1D, rename module to feature, rename configuration to registry, move utils/config to registry, move some annotations to registry.annotation 2024-05-31 16:21:37 +02:00
893db33326
make hud info section suck less on TopLeft 2024-05-31 15:08:25 +02:00
tudbut
56a6e8eafb add RotationManager (closes #6) 2024-05-31 08:43:35 +02:00
483a2177e3
implement basic help system (closes #1) 2024-05-30 22:46:32 +02:00
0a4f25f244
fix event bus priority (it was inconsistent with equals)
the ordering was correct, but it sometimes returned 0 even when not equal
2024-05-30 22:12:43 +02:00
2c524fa90a
make @KeyBound arg parsing more logical 2024-05-30 21:45:56 +02:00
6e094bd55a
make keybinds on booleans not silent 2024-05-30 21:43:44 +02:00
520638a9f0
finish #5: make keybinds run tiggers instead of runnables 2024-05-30 20:38:03 +02:00
TudbuT
3aee5d0a85
start making a help system 2024-05-30 18:55:24 +02:00
tudbut
521d8fe598 make notifications appear smoothly 2024-05-30 16:00:47 +02:00
tudbut
b96faa47ba use notifications instead of chat like tudbut intended 2024-05-30 15:46:38 +02:00
tudbut
42fa368c85 remove an unnecessary enum 2024-05-30 09:23:14 +02:00
de8320f219 make seedoverlay not spam log sometimes, add save config btn 2024-05-29 21:34:23 +02:00
TudbuT
ae2b76b82c Add info section to hud, add RenderFun 2024-05-29 21:11:55 +02:00
TudbuT
8b8473ffa2 fix some seedoverlay bugs 2024-05-29 19:19:24 +02:00
fb554d71cf make seedoverlay not spam log sometimes 2024-05-29 15:18:00 +02:00
a6709ce84e oid 2024-05-29 14:49:43 +02:00
02f5016243 have efly not jiiter 2024-05-29 12:51:24 +02:00
11ac81fbde good seedoverlay!! 2024-05-29 04:49:04 +02:00
b5ae1ff2d3 i felt bad (it's gone) 2024-05-29 02:06:04 +01:00
a07fef533f add derogatory comment 2024-05-29 02:00:23 +01:00
14fbc8173b fix very fucky motion update code 2024-05-29 01:56:32 +01:00
f222cf0313 miserable 2024-05-29 01:47:21 +01:00
ba54680bc9 add a pretty good norender 2024-05-29 01:27:09 +01:00
f917d29b63 fix speed being inconsistent and add timerlock 2024-05-29 01:10:07 +01:00
f6474d2840 seedoverlay working, but still with messy decorations 2024-05-29 00:25:34 +02:00
TudbuT
d9bbea9a45 seedoverlay rendering impl (untested) 2024-05-28 20:29:09 +02:00
799f3fe361 fix autoeat again holy fuck most deved autoeat ever 2024-05-28 06:35:50 +01:00
8152df14dd prevent opening containers with autoeat 2024-05-28 06:28:17 +01:00
1b44539825 burnout, less than 2 commits then i'm dead 💀 2024-05-28 06:21:26 +01:00
0faadefbb4 dumfayce (move autojump disable to after mc instance is set) 2024-05-28 06:14:55 +01:00
edef6a861b illegal start blah blah blah 2024-05-28 06:13:47 +01:00
026cc22f72 forgot to register that 2024-05-28 06:13:26 +01:00
ce97924249 useful things i think 🏳️‍⚧️ 2024-05-28 06:12:48 +01:00
8fcdc9557e if not ingame then don't care (Speed.java) 2024-05-28 06:00:54 +01:00
8c69c31cca first documented use the @Priority annotation 2024-05-28 05:59:27 +01:00
527c86074b additional, we wanna round the speed bruh 2024-05-28 05:58:28 +01:00
af3fff02d4 speed (the drug) 2024-05-28 05:50:55 +01:00
1c6ae7aa4a add CloseGUI to AutoEat 2024-05-28 05:23:55 +01:00
1e97487bb1 emergency intervention for AutoEat 2024-05-28 05:22:19 +01:00
d97e664ed7 more autoeat fixes 2024-05-28 05:18:20 +01:00
da15aaaa96 font shadow please tudbut 2024-05-28 04:59:38 +01:00
39481bd9c4 dumb fuck code 2024-05-28 04:47:22 +01:00
ed608a5565 consistency 2024-05-28 04:13:44 +01:00
973d8232b1 public 2024-05-28 04:13:01 +01:00
b2e2cd276d Improvements to Timer settings and AutoEat meta 2024-05-28 04:11:13 +01:00
eb550f6b7f autoeat improvements 2024-05-28 04:08:15 +01:00
821e67d58f beautiful hud data 2024-05-28 03:59:56 +01:00
f7da34738c fix autoeat kick when hungry in gui 2024-05-28 03:49:25 +01:00
e910229940 add say command, make chatappend compatible with chatcrypt 2024-05-27 22:45:45 +02:00
b1e1586f51 fix autototem hsStacked 2024-05-27 22:16:40 +02:00
bd87a604d5 add a missing space, seedoverlay stub 2024-05-27 17:43:07 +02:00
b7ffd3383d add SimpleWorldGenerator, do a utils refactor 2024-05-27 14:32:41 +02:00
9c90d449c1 make autototem not render when not supposed to render 2024-05-27 12:48:55 +02:00
a021901ad7 fix sliders 2024-05-27 12:45:04 +02:00
498c2a61ff add ChatCrypt channels 2024-05-27 12:40:42 +02:00
d78cb305a9 update dm regex 2024-05-27 12:33:34 +02:00
a87ad90518 unfuck autototem 2024-05-27 12:24:37 +02:00
c41f4d4746 add HUD background, also eternal blue is so hard to get right istg 2024-05-27 12:14:51 +02:00
35f4c8db32 oops forgot to actually return the shadow option 2024-05-27 11:41:11 +02:00
9d6c314b63 add hasShadowInHUD, fix some themes 2024-05-27 11:37:41 +02:00
cf0e6458bd make eternalblue not suck 2024-05-27 11:26:39 +02:00
5674d94163 Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-27 10:21:39 +01:00
81f9b7994b probably fix baritone text 2024-05-27 10:21:26 +01:00
eda9ff59e6 notifications are now core 2024-05-27 11:16:36 +02:00
c024ac10b7 allow setting whether status is included in length 2024-05-27 11:11:41 +02:00
f3dfd97030 oops its 15 not 30 where timeout happens 2024-05-27 11:06:36 +02:00
6bb9099b72 fix ping 2024-05-27 11:02:51 +02:00
d5ac33b63e fix ping text 2024-05-27 10:59:14 +02:00
60aee1e840 Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-27 09:58:35 +01:00
ec2bd6d04b bomboclat 2024-05-27 09:58:27 +01:00
5641e9a92d H 2024-05-27 10:58:09 +02:00
baa3a608ea sort modules alphabetically 2024-05-27 10:54:47 +02:00
b3bd346163 dereference holder upon send 2024-05-27 09:53:27 +01:00
60696a0fd7 Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-27 09:51:28 +01:00
86b72e0b6a make ping look very happy *AUTISTIC SCREAMING* 2024-05-27 09:50:58 +01:00
afb1878391 fix a setting not being gated properly 2024-05-27 10:49:13 +02:00
b00c5e78bf fix some hovers, fix ping 2024-05-27 10:43:11 +02:00
d36fba4b5b ping look better ! 🔏 2024-05-27 09:36:53 +01:00
be3aabc5dd Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-27 09:32:48 +01:00
256bbe6fde fix fuck shit 2024-05-27 09:32:39 +01:00
454b467577 make hovers for toggles actually render, add module descriptions, move @Description to util 2024-05-27 10:30:47 +02:00
8e9a7715de Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-27 09:29:35 +01:00
e6c86e5d46 Edit AutoEat Margins 2024-05-27 09:28:56 +01:00
64b66676e7 fix rendering of hovers 2024-05-27 10:26:27 +02:00
fd06d7d45f remove a warning 2024-05-27 10:21:34 +02:00
dd66d5c607 improve documentation, make ping not allow automatic self-timeout 2024-05-27 10:20:42 +02:00
c5d6c8863c document settings 2024-05-27 10:15:22 +02:00
ed767e5476 add pinglatency 2024-05-27 08:45:00 +01:00
dea120212d nice baritone task monitoring 2024-05-27 08:15:05 +01:00
2f20bfba1d bwa 2024-05-27 08:07:09 +01:00
a8a5dcbc77 Remove more unnecessary and annoying debug info 2024-05-27 08:05:06 +01:00
31364a6d0a Add ISeeYou 2024-05-27 08:04:11 +01:00
e8cd16b5b0 fix autototem hyperswap crash 2024-05-27 07:05:09 +02:00
f5f4cd3db5 forgot the self entry 2024-05-27 06:56:20 +02:00
4e81634c06 fix a possible future error 2024-05-27 06:28:32 +02:00
d72270ba08 fixes 2024-05-27 06:26:44 +02:00
38919cc504 Merge remote-tracking branch 'origin/master' 2024-05-27 06:23:46 +02:00
4d7a22e5c9 fixes 2024-05-27 06:23:41 +02:00
b4f33e705f Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-27 04:47:20 +01:00
11719bffeb improve autoeat survivability 2024-05-27 04:47:02 +01:00
62e09d4f7c add changing instead of rewriting string values when using midclick 2024-05-27 05:04:05 +02:00
5f919e4a04 add clearing chat of DMs 2024-05-27 04:58:43 +02:00
6232f12527 improve send keybind to chatcrypt 2024-05-27 03:58:19 +02:00
a240c4b186 improve chatfilter 2024-05-27 03:33:28 +02:00
bfaa0dfb9d make autoreconnect resettable 2024-05-27 02:57:46 +02:00
30b4c98cb7 add AutoReconnect, unfuck dev environments 2024-05-27 02:57:04 +02:00
7cc2e83394 Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-27 00:47:41 +01:00
4bc16cd942 Add AutoEat 2024-05-27 00:47:21 +01:00
15f7cd7684 fix some warns 2024-05-26 20:00:46 +02:00
3975552eeb make BaritoneManager load not crash the client 2024-05-26 19:46:29 +02:00
77367a0637 make Setup.Features specify included features and BaseBand.features specify usable features 2024-05-26 19:27:36 +02:00
4415c186fc fix elytrabot's command use 2024-05-26 19:13:57 +02:00
673e66b782 Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-26 18:13:42 +01:00
2651d9af71 baritone integration FUCK 2024-05-26 18:13:06 +01:00
aab828f3ad make chatfilter not spam log 2024-05-26 18:57:50 +02:00
541a51a704 make gui components a bit less boilerplateful 2024-05-26 18:55:11 +02:00
d90824bfe7 fix elytrabot target loading wrongly 2024-05-26 18:44:03 +02:00
c4b6959236 fix elytrafly mode display 2024-05-26 18:39:58 +02:00
05979b261e make a horror variant more generic 2024-05-26 18:37:36 +02:00
44d5b56d12 make a horror variant more generic 2024-05-26 18:31:28 +02:00
65a5d15a00 add another horror variant 2024-05-26 18:28:45 +02:00
6cfef4dc8d add another horror variant 2024-05-26 18:25:46 +02:00
db24085da3 move the horrors out of view 2024-05-26 18:22:48 +02:00
dda52ff12f typo 2024-05-26 18:22:18 +02:00
e9bffd14f5 chatfilter (writing this was the horror) 2024-05-26 18:20:53 +02:00
441b392eec add elytrabot, do some refactoring 2024-05-26 12:45:52 +02:00
a94512afab color!! 2024-05-26 03:33:13 +02:00
fc4e744e48 fix CC:keep printing message normally 2024-05-26 03:31:50 +02:00
5b47e20780 fix CC:keep 2024-05-26 03:29:01 +02:00
4e05919277 mixin is a fuck 2024-05-26 03:13:09 +02:00
cb4c5a3430 mixin is a fuck 2024-05-26 03:10:15 +02:00
821c045980 Rewrite Movement Mixin to Inject 2024-05-26 01:48:44 +01:00
ff6f17b330 unfuck elytra z movement 2024-05-26 02:47:30 +02:00
76dd2b4cd0 make CC:keep better 2024-05-26 02:17:34 +02:00
d5ee578f57 have toggle for CC:keep 2024-05-26 02:02:54 +02:00
3552b973c3 more automatic chatcrypt 2024-05-26 01:55:47 +02:00
5ea7152315 unfuck timer (and hud), the second 2024-05-26 01:25:56 +02:00
0ed3e5ffb6 unfuck timer 2024-05-26 01:22:06 +02:00
d28b500c30 rr 2024-05-26 01:12:48 +02:00
fc9154614e Add pedophile UUID to blacklist 2024-05-26 00:08:36 +01:00
e9cda37949 add showtps 2024-05-26 01:04:43 +02:00
05369a5c28 unbreak timer 2024-05-26 00:58:02 +02:00
e249ecb663 add timer 2024-05-26 00:54:35 +02:00
e7e95e17fd Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-25 23:40:17 +01:00
f3ac18bbd8 Add EventBus Priority (Optional) 2024-05-25 23:36:11 +01:00
d436f4d6eb fix freecam dying when leaving game 2024-05-26 00:21:23 +02:00
9ce0fef996 make nomixin mode gate mixin-only settings 2024-05-26 00:03:52 +02:00
b3b913c617 add nomixin efly mode 2024-05-26 00:02:35 +02:00
590372176d fix broken settings 2024-05-25 23:46:06 +02:00
de1b0cb1c4 fix freecam breaking disabling 2024-05-25 23:23:30 +02:00
cbf231eb74 fix a crash, again 2024-05-25 21:44:46 +02:00
9f407359b8 fix a crash 2024-05-25 21:40:57 +02:00
e227527eeb make unloading a bit more unterrible, fix a crash, fix warnings 2024-05-25 21:37:38 +02:00
2c9a14750d make unloading a bit more unterrible, fix warnings 2024-05-25 21:12:30 +02:00
4e6ccd102c layo we have setup() for a reason 2024-05-25 19:54:46 +01:00
21683cbe19 stop the fucker 2024-05-25 19:52:18 +01:00
3ec42c3322 Check if Ingame when calling onDisable() for Client.class 2024-05-25 19:46:35 +01:00
ab9f315765 Disable Lock, -recursion 2024-05-25 19:40:24 +01:00
7da8016f81 Implement Disabling. 2024-05-25 19:39:15 +01:00
6c0c286cc7 microfix 2024-05-25 01:30:52 +02:00
c8ea8ae662 allow keeping the same trypt instance for a while, massively improving security of chatcrypt 2024-05-25 01:04:48 +02:00
d3a7346ece make chatcrypt not send commands 2024-05-25 00:16:46 +02:00
06c187ca96 chatcrypt improvements, show toggle notifs 2024-05-25 00:13:11 +02:00
ae8d9a8201 make text overflown't 2024-05-24 17:59:17 +02:00
a0f875878f bright module fix, add midclick, add notifications 2024-05-24 17:52:40 +02:00
6e5a437620 bright module 2024-05-24 16:34:07 +02:00
e4b8ad236a add isTarget 2024-05-24 15:12:28 +02:00
f854e7280b unbreak windows breaker 2024-05-24 15:07:26 +02:00
tudbut
a9db84f03d add PlayerDB (friend & target manager), implement getAttackable
(homosexual)
2024-05-24 15:03:05 +02:00
tudbut
cdc23b0b06 refactor marker to be in misc, add autokill stub 2024-05-24 13:27:19 +02:00
d57736d2e6 splashes 2024-05-24 09:44:53 +01:00
6b91e4da22 imgurscreenshot under client 2024-05-24 07:51:11 +01:00
67c794fa68 noslowdown annoyance fix 2024-05-24 07:04:31 +01:00
8b0953fe56 unfuck jumpy sliders 2024-05-24 07:56:58 +02:00
547ffd19a6 noslowdown 2024-05-24 06:29:22 +01:00
51cf9c952c unfuck config 2024-05-24 07:28:55 +02:00
a8928a2961 unfuck git 2024-05-24 07:27:10 +02:00
64431c69ed punishment 2024-05-24 06:14:42 +01:00
91de1dbf7f
i will now choke you out until you nut 2024-05-24 07:00:36 +02:00
3c1d28f3eb
gay(windows break) 2024-05-24 06:59:21 +02:00
79489f67ce
allow saving module expansions 2024-05-24 06:51:44 +02:00
b847900475 sane behavour, ignore HUD module in modulelist 2024-05-24 05:44:23 +01:00
cf528ec8bf godly chatappend 2024-05-24 05:42:49 +01:00
04281bc20f velocity fixed, again, more mixins. 2024-05-24 05:10:14 +01:00
9abc2d7d09
takeoff improvements 2024-05-24 06:09:06 +02:00
f36798b244 tweak velocity :tools: 2024-05-24 04:38:20 +01:00
ff8f698ea1 Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-24 04:35:47 +01:00
050e3286f0 autosigntext 2024-05-24 04:35:38 +01:00
26f47b166b
fieldfinder update 2024-05-24 05:10:53 +02:00
cbf44cdd70 oopsie canoodle i forgot to add the module to the list 2024-05-24 04:09:58 +01:00
899d483009 Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite 2024-05-24 04:08:53 +01:00
79dd8a1a30 betterer mixins 2024-05-24 04:07:26 +01:00
6492064034
elytra less annoye 2024-05-24 04:59:36 +02:00
3f18dede05 refactor :mischief: 2024-05-24 03:58:34 +01:00
3511a46307
elytra r 2024-05-24 04:56:18 +02:00
3ddefc2f53 sanity setting 2024-05-24 03:13:11 +01:00
9c06aae4c7 AND WE'LL ALL BE THE SAME IN THE END 🏳️‍⚧️ 2024-05-24 03:08:26 +01:00
e5dc77260a
rr 2024-05-24 04:07:24 +02:00
678edcec49
Merge remote-tracking branch 'origin/master' 2024-05-24 04:06:40 +02:00
9fbaa4f7a6
rr 2024-05-24 04:06:28 +02:00
21e43df593 more gooder 2024-05-24 02:58:53 +01:00
6d0454bf88
Merge remote-tracking branch 'origin/master' 2024-05-24 03:52:13 +02:00
d262b7a623
make gui not fuck 2024-05-24 03:52:07 +02:00
c969908a48 are equivalent. 🔏 2024-05-24 02:50:36 +01:00
ffb3e871df better hud many modules 2024-05-24 02:48:50 +01:00
b18eb3413d
Merge remote-tracking branch 'origin/master' 2024-05-24 03:43:16 +02:00
7096e2c650
add autototem hyperswap stack, add better gate logic 2024-05-24 03:43:06 +02:00
339968e0c8 change 2 variables 2024-05-24 01:53:36 +01:00
2ba8af87b0
fix autototem stack mode 2024-05-24 02:41:22 +02:00
ee3be3a8e3 i forgor mixin json 2024-05-23 17:32:58 +01:00
307871059d uh movement and elytrafly 2024-05-23 17:26:49 +01:00
b5530d541d
make the jar not shit itself when run in an actual game 2024-05-23 12:41:32 +02:00
4827dfbea7
autototem except even more insane, config improvements 2024-05-23 11:38:14 +02:00
20cd8e773b
add freecam 2024-05-23 07:38:11 +02:00
086a4a1b09
make add/subtract not overshoot 2024-05-23 07:21:26 +02:00
f82cf293b3
add add/subtract keys to sliders 2024-05-23 07:17:51 +02:00
5d69206f01
add midclick to all commands for a set version, add bind command, make chatcrypt use proper string settings 2024-05-23 06:27:00 +02:00
26dd772723
add keybinds, improve set command 2024-05-23 05:57:08 +02:00
fe46732f34
make it work in runClient, make string settings and set command work 2024-05-23 05:13:26 +02:00
34a04bf34d
make it not have the stupid error 2024-05-23 03:32:07 +02:00
TudbuT
3597d6f3a0 make the command system a little more sleek 2024-05-23 03:27:44 +02:00
TudbuT
ff14931ebd remove an unused field, finish up merge 2024-05-23 03:19:10 +02:00
TudbuT
4d13e69f9b Merge remote-tracking branch 'origin/master'
# Conflicts:
#	Client/src/main/java/com/baseband/client/init/BaseBand.java
#	Client/src/main/java/com/baseband/client/init/Setup.java
#	Client/src/main/java/com/baseband/client/module/Category.java
#	Client/src/main/java/com/baseband/client/module/Feature.java
2024-05-23 03:15:28 +02:00
TudbuT
b09cf09b80 string settings woohoo (not quite finished) and no more crashing when enum settings exist 2024-05-23 03:11:40 +02:00
b41b6c9606 ultra lots fuck you 2024-05-22 23:15:04 +01:00
943207a6f1 uh i did proguard yes 🏳️‍⚧️ 2024-04-11 01:30:19 +01:00
d7652d84bd plus plus 2024-03-27 02:41:22 +00:00
8cb9c7a312 MASSIVE amount of dev shit + mixins 2024-03-27 01:48:15 +00:00
891657816f Refactor and Profanity 2024-03-22 00:53:11 +00:00
9e42eb7c7f Remove old src directory 2024-03-21 23:38:43 +00:00
6c0bb42b73
able to runClient, config saving works 2024-03-22 00:04:56 +01:00
9c73c8de30
new initial client 2024-03-20 01:13:18 +01:00
9870a0e6ab Loader 2024-03-19 19:26:52 +00:00
Jess
105794d197 Add Copyright, Add better HUD 2023-11-17 03:37:12 +00:00
Jess
89dbe112bf Merge branch 'master' of github.com:jesssystemv/basebandrewrite 2023-11-16 14:52:42 +00:00
Jess
47a343a1b3 fix loader wtf 2023-11-16 14:51:42 +00:00
1608cdb3b7
let's not use UUID.randomUUID().toString() for generating random strings 2023-10-11 16:50:33 +02:00
bee661a3f3
kee 2023-10-11 16:39:47 +02:00
Jess
7f19262325 Severe Fuckery 2023-10-10 06:12:35 +01:00
Jess
f6a09ec495 moar 2023-10-09 07:02:56 +01:00
Jess
b17876bf5f Misc fixes 2023-10-09 06:38:58 +01:00
Jess
2745e969ac "cleaner" 2023-10-09 03:04:29 +01:00
2974f8b898
most hilarious connection encryption (proxies are no more!) 2023-10-08 04:39:22 +02:00
Jess
dce3487675 end me 2023-10-05 07:29:13 +01:00
Jess
5ccebb7194 Fix Server-side and ChatSuffix 2023-10-05 03:41:03 +01:00
Jess
2e155aa16c ungodly amounts of *AAAAAAAA* 2023-10-04 13:45:57 +01:00
51cb887661
remove lfs 2023-10-04 14:42:38 +02:00
901536d6ca
prepare obf 2023-10-03 20:18:24 +02:00
e4d0189d54
fix installer sending too little data 2023-09-30 03:19:07 +02:00
Jess
3e670caa4d something i did broke it sorry tud 2023-09-30 01:18:13 +01:00
ab3923b1c7
class hashing :3 2023-09-29 20:46:28 +02:00
25e707f7af
prepare for better obfer 2023-09-29 19:54:58 +02:00
a77d21b1ac
fix a potential data leak 2023-09-29 13:28:29 +02:00
707ff8ca7d
slight performance++ 2023-09-29 12:37:09 +02:00
d6cd268f3c
improve security, then try to write a dumper and give up after 6 hours and writing and deleting 500 lines of DENSE code 2023-09-29 12:34:09 +02:00