G-Earth
Habbo packet logger & manipulator for Windows, Linux and Mac.
- Requires Java 8
FOR TROUBLESHOOTING, GO TO https://github.com/sirjonasxx/G-Earth/wiki/Troubleshooting
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 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.
Mac execution
https://github.com/sirjonasxx/G-Earth/wiki/macOs-Installation-guide
Features
- Log outgoing and incoming packets
- Injection, both sides
- Blocking & replacing packets functionality
- Packet expressions
- Encoding/decoding
- Auto detect hotel
- Retro support - enter game host & port manually (only the first time)
- Advanced scheduler
- Advanced extension support
- 2 included extensions on-release
Interested in creating an extension?
- If you're not experienced with Java but have written extensions before in C#, you could have a look at https://github.com/ArachisH/Geode
- If you are experienced with Java, read this wiki page carefully: https://github.com/sirjonasxx/G-Earth/wiki/Extensions
Assets
6
sirjonasxx
released this
Habbo packet logger & manipulator for Windows, Linux and Mac.
- Requires Java 8
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 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.
Mac execution
https://github.com/sirjonasxx/G-Earth/wiki/macOs-Installation-guide
Extensions
G-Earth comes with 2 default extensions, one for replacing/blocking packets and one for granting admin privileges.
Want to develop your own extensions? Check https://github.com/sirjonasxx/G-Earth/wiki/Extensions
Assets
6
sirjonasxx
released this
Habbo packet logger & manipulator for Windows, Linux and Mac.
If you're on a 32bit Windows device, please read #16
- Requires Java 8
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 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.
Mac execution
https://github.com/sirjonasxx/G-Earth/wiki/macOs-Installation-guide
Extensions
G-Earth comes with 2 default extensions, one for replacing/blocking packets and one for granting admin privileges.
Want to develop your own extensions? Check https://github.com/sirjonasxx/G-Earth/wiki/Extensions
Assets
5
sirjonasxx
released this
Temporary pre-release of G-Earth 0.2 due to Habbo updates.
Full release soon!
Assets
3
sirjonasxx
released this
Functional packetlogger for Linux.
Execution command:
$ sudo 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:
- Extensions cannot be installed through G-Earth yet, however you can execute extensions manually.
- Extension examples are included in the source code under main/extensions/examples/
- Reason for hotfix -> implemented support for encryption on incoming packets, used in habbo.com since 19/09/2018
Assets
3
sirjonasxx
released this
Functional packetlogger for Linux.
Execution command (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:
- Extensions cannot be installed through G-Earth yet, however you can execute extensions manually.
- Extension exampled are included in the source code under main/extensions/examples/