Merge remote-tracking branch 'origin/master' into cleanUp

This commit is contained in:
sirjonasxx 2018-06-13 00:16:14 +02:00
commit 32bf26927a

View File

@ -7,6 +7,10 @@ Habbo packet logger & manipulator, currently only for Linux distributions.
Execution command (temporary, verified in Ubuntu): Execution command (temporary, verified in Ubuntu):
> $ sudo -E java -jar G-Earth.jar > $ sudo -E java -jar G-Earth.jar
Execute this command if u get the following error:
> Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyException
> $ xhost +local:
FEATURES: FEATURES:
@ -17,12 +21,13 @@ FEATURES:
* Encoding/decoding * Encoding/decoding
* Auto detect hotel * Auto detect hotel
DOING:
* Scheduler (packetsending not consistent yet)
TO-DO: TO-DO:
* Block packets from displaying in the logger (in Logger tab) * Block specific packets from displaying in the logger (in Logger tab)
* Scheduler
* Extension support * Extension support
* In settings -> enable CS admin on connect * In settings -> enable CS admin on connect (wow fun)
* In settings -> block/replace packets, replace Strings & ints & .. in all packets * In settings -> block/replace packets, replace Strings & ints & .. in all packets
* Info tab * Info tab
* Cross-platform support * Cross-platform support