1
0
mirror of https://github.com/kami-blue/client synced 2025-02-19 06:37:35 +00:00
Commit Graph

2174 Commits

Author SHA1 Message Date
Bella
42429b207c
added self decrypt option & made decrypt messages more visible for #723 2020-04-20 12:59:40 -04:00
Dewy REDACTED
ce660d0b7a
added totems to antioverlay 2020-04-20 14:39:51 +01:00
Dewy REDACTED
cc8eb34d4d
added blindness / nausea to antioverlay 2020-04-20 14:28:52 +01:00
Dominika
8b24a538ad
Merge pull request #729 from kami-blue/revert-728-block-esp
Revert "Added Search module."
2020-04-20 09:09:58 -04:00
Dominika
a5b4e3a1db
Revert "Added Search module." 2020-04-20 09:09:37 -04:00
Dewy REDACTED
24c310b869
implemented proper antioverlay for portal texture 2020-04-20 14:05:35 +01:00
dewy
8778467972
Added search (wnuke)
Added Search module.
2020-04-20 12:29:52 +01:00
Dewy REDACTED
ac01e6fc97
added antioverlay 2020-04-20 11:26:42 +01:00
willem
80ef4bf1db Made add and remove block functions work outside of Search class. 2020-04-20 09:48:16 +02:00
willem
b8514679cf Did some cleanup, upped search distance to 40 blocks horizontal radius. 2020-04-20 09:37:20 +02:00
willem
f93812ceb8 Fixed rendering issue, no lag. 2020-04-20 09:03:42 +02:00
Bella
c4bc2f1156
bindbutton support pressing esc or delete to reset bind 2020-04-19 22:13:03 -04:00
Bella
cddcf84434
add a width setting to glow mode 2020-04-19 22:07:14 -04:00
Bella
92d9936e30
fix glow not going away when switching esp modes and fix #187 2020-04-19 21:23:45 -04:00
Bella
376604220f
set elytraflight control fallspeed to 0.000050000002f 2020-04-19 21:13:31 -04:00
Qther
ea185418c7
Revert "Update CreditsCommand.java"
This reverts commit 9a16c0cbe7.
2020-04-19 20:15:08 -04:00
Qther
9a16c0cbe7
Update CreditsCommand.java 2020-04-20 08:06:45 +08:00
Bella
2931ba6153
Make description more clear as mentioned in #725 2020-04-19 19:25:37 -04:00
Bella
aff2b0fe56
FancyChat don't affect encrypted messages as mentioned in #723 2020-04-19 19:23:32 -04:00
Dewy REDACTED
c793b04fd3
fixed hungeroverlay, for real 2020-04-19 22:46:16 +01:00
Dewy REDACTED
3fadc40304
hungeroverlay now doesn't cause crashes :p 2020-04-19 22:38:08 +01:00
Bella
62210d5d52
remove unused import 2020-04-19 17:04:15 -04:00
Bella
a25fc69578
remove runconfig i accidently pushed, and move to render as it fits better :p 2020-04-19 17:01:37 -04:00
Bella
e6da636a5d
fix wrong path as caused by the previous commit 2020-04-19 16:52:25 -04:00
Bella
12443f233a
move hungeroverlay to player category 2020-04-19 16:49:55 -04:00
Bella
8c472bb8bf
Merge remote-tracking branch 'origin/master' 2020-04-19 16:45:56 -04:00
Bella
1d38608a5f
switch lagnotifier to use 1.1.1.1 until i implement os level checks 2020-04-19 16:44:40 -04:00
Dewy REDACTED
0af5f22ec7
Merge branch 'feature/foodoverlay#572' 2020-04-19 21:35:32 +01:00
Dewy REDACTED
869c8913cd
Merge branch 'master' into feature/foodoverlay#572 2020-04-19 21:35:15 +01:00
Dewy REDACTED
ed494731be
fixed aimbot bug
the bug would kick you from any server when you used bow only mode without a bow in your hotbar
2020-04-19 21:34:17 +01:00
Dewy REDACTED
aa56c7745b
finished hungeroverlay (closes #572) 2020-04-19 21:33:12 +01:00
Bella
05d594f8e4
added friend highlight to close #573 2020-04-19 16:33:09 -04:00
Bella
1d545f5c98
chat modules hide by default 2020-04-19 16:31:57 -04:00
Dewy REDACTED
dbeff72cf5
added HungerOverlayHelper and additions to onTick() 2020-04-19 21:03:44 +01:00
Dewy REDACTED
5779107c26
added enable / disable opengl alpha methods 2020-04-19 20:53:08 +01:00
Dewy REDACTED
d0013f04fc
added HungerOverlayUtils (appleskin) 2020-04-19 20:50:16 +01:00
Bella
65914fa66e
added webhelper and added offline check to close #722 2020-04-19 15:14:28 -04:00
Bella
62b7b5a17a
mobowner fix offline npe 2020-04-19 15:12:47 -04:00
Bella
5985ee42f1
revert baritoneImpl on master 2020-04-19 13:13:25 -04:00
Bella
4eeae5d339
use mathutils 2020-04-19 13:08:56 -04:00
Bella
529ded4143
Merge remote-tracking branch 'origin/master' 2020-04-19 12:34:44 -04:00
Bella
31b6888298
added a chat filter to close #387 2020-04-19 12:34:29 -04:00
Bella
cf92984bf5
rewrote chat based modules to make them properly compatible
actually modifies the incoming message, instead of modifying a copy, cancelling original and independently sending the copy
2020-04-19 12:34:10 -04:00
Dewy REDACTED
d528ce4732
Merge branch 'dewy/baritone' 2020-04-19 17:27:33 +01:00
Dewy REDACTED
9a49e13c0d
Merge branch 'master' into dewy/baritone 2020-04-19 16:00:58 +01:00
Dewy REDACTED
e3b2034027
added LoginMessage module 2020-04-19 15:55:29 +01:00
willem
6224e9dc4f Removed lag, now only renders for 500ms every 500ms though 2020-04-19 16:27:15 +02:00
Bella
9e06a4ba6c
antispam fix special ending and change it to off by default 2020-04-19 09:03:39 -04:00
Bella
15a7cb6e43
remove some unnecessary modes from antispam 2020-04-19 08:55:04 -04:00
Dewy REDACTED
fd0cf7d7e0
Merge branch 'master' into dewy/baritone 2020-04-19 13:45:36 +01:00