diff --git a/README.md b/README.md index 98997dc..68137b0 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,33 @@ # G-Earth -Habbo packet logger & manipulator, currently only for Linux distributions. +Habbo packet logger & manipulator for Windows and Linux devices. - Requires Java 8 -- Byte to string & string to byte encoding is slightly different from the Habbo PacketLogger standards. (on purpose) +# Windows execution +Double click G-Earth.exe, which will be delivered in the release. Note that executing G-Earth requires admin privileges. + +# Linux execution Execution command (temporary, verified in Ubuntu): -> $ sudo -E java -jar G-Earth.jar +> $ sudo java -jar G-Earth.jar + +Additionally, you can add the -t flag to log the packets in your terminal instead of opening a new window for it. Execute this command if you get the following error: > Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyException > $ xhost +local: - -FEATURES: +# Features * Log outgoing and incoming packets * Injection, both sides * Blocking & replacing packets functionality * Packet expressions * Encoding/decoding * Auto detect hotel -* Scheduler +* Retro support - enter game host & port manually (only the first time) +* Advanced scheduler +* Advanced extension support +* Block/replace packets, replace Strings & ints & .. in all packets, included extension +* Always admin, included extension +* Packetlogger -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)