2018-03-29 19:31:24 +02:00
|
|
|
# G-Earth
|
2018-04-06 01:53:27 +02:00
|
|
|
Habbo packet logger & manipulator, currently only for Linux distributions.
|
2018-03-29 19:46:36 +02:00
|
|
|
|
|
|
|
- Requires Java 8
|
|
|
|
- Byte to string & string to byte encoding is slightly different from the Habbo PacketLogger standards. (on purpose)
|
|
|
|
|
|
|
|
Execution command (temporary, verified in Ubuntu):
|
2018-03-29 19:48:21 +02:00
|
|
|
> $ sudo -E java -jar G-Earth.jar
|
2018-03-29 19:46:36 +02:00
|
|
|
|
2018-06-13 14:28:51 +02:00
|
|
|
Execute this command if you get the following error:
|
2018-04-20 13:46:22 +02:00
|
|
|
> Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyException
|
2018-04-20 13:46:34 +02:00
|
|
|
|
2018-04-20 13:46:47 +02:00
|
|
|
> $ xhost +local:
|
2018-03-29 19:46:36 +02:00
|
|
|
|
2018-03-29 19:47:17 +02:00
|
|
|
|
2018-03-29 19:46:36 +02:00
|
|
|
FEATURES:
|
2018-06-14 02:09:22 +02:00
|
|
|
* Log outgoing and incoming packets
|
|
|
|
* Injection, both sides
|
|
|
|
* Blocking & replacing packets functionality
|
2018-03-29 19:46:36 +02:00
|
|
|
* Packet expressions
|
|
|
|
* Encoding/decoding
|
|
|
|
* Auto detect hotel
|
2018-06-14 02:06:50 +02:00
|
|
|
* Scheduler
|
2018-03-29 19:46:36 +02:00
|
|
|
|
2018-04-20 13:33:24 +02:00
|
|
|
DOING:
|
2018-06-14 20:19:59 +02:00
|
|
|
* Extension support
|
2018-06-27 00:30:28 +02:00
|
|
|
* Cross-platform support
|
2018-03-29 19:47:17 +02:00
|
|
|
|
2018-03-29 19:46:36 +02:00
|
|
|
TO-DO:
|
2018-06-28 13:48:42 +02:00
|
|
|
* Block/replace packets, replace Strings & ints & .. in all packets - extension
|
|
|
|
* Packetlogger extension for devices with no colored terminal like the Gnome terminal
|
2018-04-06 01:46:02 +02:00
|
|
|
* Info tab
|
2018-06-14 20:20:35 +02:00
|
|
|
|
|
|
|
EXTRA TO-DO's:
|
|
|
|
* Block specific packets from displaying in the logger (in Logger tab)
|