Go to file
2020-04-29 05:11:38 +02:00
Extensions finish extension console 2020-04-27 17:58:53 +02:00
G-Earth refactor HConnection and finally have it kind of readable 2020-04-29 05:11:38 +02:00
.gitignore and this 2020-04-24 22:39:10 +02:00
LICENSE Create LICENSE 2018-07-19 21:22:41 +02:00
pom.xml revert to java 8 2020-04-28 23:54:27 +02:00
README.md update readme 2020-04-24 14:43:18 +02:00

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?

For the memorysearcher that extracts the RC4 table, go to https://github.com/sirjonasxx/G-Mem