Go to file
2018-10-16 17:47:00 +02:00
Extensions Moved common plugin configuration to parent pom.xml 2018-10-15 20:05:26 -02:30
G-Earth-UI authentication for extensions as suggested by LittleJ 2018-10-16 17:47:00 +02:00
.gitignore remove all windows stuff from Master 2018-10-13 23:01:15 +02:00
LICENSE Create LICENSE 2018-07-19 21:22:41 +02:00
pom.xml Moved common plugin configuration to parent pom.xml 2018-10-15 20:05:26 -02:30
README.md Update README.md 2018-06-28 13:48:42 +02:00

G-Earth

Habbo packet logger & manipulator, currently only for Linux distributions.

  • 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):

$ sudo -E java -jar G-Earth.jar

Execute this command if you get the following error:

Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyException

$ xhost +local:

FEATURES:

  • Log outgoing and incoming packets
  • Injection, both sides
  • Blocking & replacing packets functionality
  • Packet expressions
  • Encoding/decoding
  • Auto detect hotel
  • Scheduler

DOING:

  • Extension support
  • Cross-platform support

TO-DO:

  • Block/replace packets, replace Strings & ints & .. in all packets - extension
  • Packetlogger extension for devices with no colored terminal like the Gnome terminal
  • Info tab

EXTRA TO-DO's:

  • Block specific packets from displaying in the logger (in Logger tab)