G-Earth/README.md

34 lines
964 B
Markdown
Raw Normal View History

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-04-04 02:36:53 +02:00
* Client & server side packet logging & injection
2018-03-29 19:46:36 +02:00
* Easily blocking & replacing packets (not yet in the UI)
* Packet expressions
* Responsive UI
* Encoding/decoding
* Auto detect hotel
2018-04-20 13:33:24 +02:00
DOING:
2018-04-20 13:49:51 +02:00
* Scheduler (packetsending not consistent yet)
2018-03-29 19:47:17 +02:00
2018-03-29 19:46:36 +02:00
TO-DO:
2018-04-20 13:33:24 +02:00
* Block specific packets from displaying in the logger (in Logger tab)
2018-03-29 19:46:36 +02:00
* Extension support
2018-06-13 14:28:51 +02:00
* Extension -> enable CS admin on connect
* Extension -> block/replace packets, replace Strings & ints & .. in all packets
2018-04-06 01:46:02 +02:00
* Info tab
2018-04-06 01:52:53 +02:00
* Cross-platform support