This commit is contained in:
sirjonasxx 2018-11-07 16:45:53 +01:00
commit 8b13fd5ee9

View File

@ -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)