G-Earth/README.md
2019-06-06 18:56:36 +02:00

38 lines
1.5 KiB
Markdown

# 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
NOTE: Development for this project has stopped a while ago. Feel free to maintain your own fork.
One day a part of the project (memorysearcher + traffic manipulation) might be maintained and expanded in another repository for non-habbospecific and more general use.
# 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