aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeLines
* feat: better packet antikick for vanillaflight0.3.7 alemi2023-03-18-18/+47
|
* feat: allow format directly into log alemi2023-03-18-0/+4
|
* fix: make GuiMove work with AutoWalk alemi2023-03-18-1/+10
|
* feat: crude autowalk mod alemi2023-03-18-0/+44
|
* feat: commands to do debug things alemi2023-03-18-0/+112
|
* feat: super raw command to get block pos of cursor alemi2023-03-18-0/+46
|
* fix: bungeecord server switching crash alemi2023-03-15-2/+5
|
* feat: added ping and tps to infodisplay alemi2023-03-15-11/+95
|
* feat: better Coordinates module alemi2023-03-15-5/+51
|
* feat: TextBuilder accepts varargs alemi2023-03-15-2/+2
|
* feat: added PacketLogger module alemi2023-03-14-0/+207
|
* fix: some tile entities have no bounds? alemi2023-03-13-2/+6
|
* fix: update lillero version alemi2023-03-13-4/+2
|
* feat: new module UpdateESP0.3.6 alemi2023-03-12-0/+150
|
* fix: color change (storageesp), stages fix (time) alemi2023-03-12-6/+8
|
* fix: implement default key for quickmodule alemi2023-03-12-1/+1
|
* fix: should also work with boats alemi2023-03-12-13/+23
|
* feat: prefix correctly depending on anchoring alemi2023-03-12-16/+106
|
* fix: moved hook out of subclass alemi2023-03-12-2/+1
|
* fix: assert player != null alemi2023-03-12-1/+1
|
* chore: moved cmdpatch into cmdpatch class alemi2023-03-11-26/+14
|
* chore: moved packetpatch stuff in pktpatch class alemi2023-03-11-40/+37
|
* chore: moved boatpatch stuff into boatpatch class alemi2023-03-11-43/+31
|
* feat: added Immovable mod alemi2023-03-11-0/+234
|
* feat: added NoSlow module alemi2023-03-11-0/+80
|
* feat: allow canceling background, fix key release alemi2023-03-11-8/+96
|
* feat: implement ICommons into AbstractModule alemi2023-03-11-1/+2
|
* fix: GuiMove now works, I dug way more... alemi2023-03-11-21/+63
|
* fix: changed enable/disable task order alemi2023-03-09-10/+9
|
* feat: initial work on GuiMove alemi2023-03-08-1/+50
|
* feat: better antikick for VanillaFlight alemi2023-03-08-19/+29
|
* chore: remade FastInteract with Accesstransformers alemi2023-03-08-22/+4
|
* feat: hide HUD modules on debug, fix avg speed alemi2023-03-08-29/+51
|
* fix: moved prints afterwards alemi2023-03-08-2/+2
|
* fix: settings getting corrupted on load alemi2023-03-08-32/+44
| | | | | | | | | bear with me: issue likely was that all mods were enabled and saved concurrently while being loaded, messing up with config. Ok, must run callbacks and register mod but not touch config file. Solved by removing onEnabled/onDisabled callbacks, making mods directly override enable/disable. Made the implementations in AbstractModule check this.enabled before acting on config.
* feat: scuffed but mostly working storage ESP0.3.5 alemi2023-03-08-0/+134
|
* fix: re-enable saving state alemi2023-03-08-8/+3
|
* fix: load mods later alemi2023-03-08-3/+3
|
* feat: super crude and clearly original Chams impl alemi2023-03-07-0/+32
|
* feat: better chat patch, still not optional alemi2023-03-06-10/+21
|
* feat: jank way to prevent chat clearing alemi2023-03-04-0/+32
|
* chore: cleaned up Boscovicino, added mods commands alemi2023-03-04-67/+52
|
* feat: add patch and event to add command hints alemi2023-03-04-0/+82
| | | | | | finally /hints is no longer necessary since we fire an event every time the server makes us rebuild command hints. Still need to figure out how to namespace stuff
* chore: removed debug prints alemi2023-03-04-6/+0
|
* chore: cleaned up accesstransformer file0.3.4 alemi2023-03-04-2/+1
|
* feat: added basic tp command alemi2023-03-04-0/+60
|
* feat: added item command alemi2023-03-04-0/+43
| | | | mostly for debugging autotool...
* feat: added AbstractCommand, load commands alemi2023-03-04-2/+44
|
* feat: replaced invasive PortalGui mod with patch alemi2023-03-04-20/+53
| | | | as of now it's just permanently on but some switch will come
* feat: added trace, look, tool options to aura alemi2023-03-04-2/+82
| | | | | option to check for visibility, option to change player rotation before attacking, option to switch to best tool