G-Earth/README.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

2018-03-29 19:31:24 +02:00
# G-Earth
2019-01-15 21:35:30 +01:00
Habbo packet logger & manipulator for Windows, Linux and Mac.
2018-03-29 19:46:36 +02:00
- Requires Java 8
2019-01-26 15:14:37 +01:00
FOR TROUBLESHOOTING, GO TO https://github.com/sirjonasxx/G-Earth/wiki/Troubleshooting
2018-11-07 16:13:29 +01:00
# Windows execution
Double click G-Earth.exe, which will be delivered in the release. Note that executing G-Earth requires admin privileges.
# Linux execution
2018-03-29 19:46:36 +02:00
Execution command (temporary, verified in Ubuntu):
2018-11-07 16:13:29 +01:00
> $ 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.
2018-03-29 19:46:36 +02:00
2019-01-15 21:35:30 +01:00
# Mac execution
2019-01-26 15:14:37 +01:00
https://github.com/sirjonasxx/G-Earth/wiki/macOs-Installation-guide
2019-01-15 21:35:30 +01:00
2018-11-07 16:13:29 +01:00
# Features
2018-06-14 02:09:22 +02:00
* Log outgoing and incoming packets
* Injection, both sides
* Blocking & replacing packets functionality
2018-03-29 19:46:36 +02:00
* Packet expressions
* Encoding/decoding
* Auto detect hotel
2018-11-07 16:13:29 +01:00
* Retro support - enter game host & port manually (only the first time)
* Advanced scheduler
* Advanced extension support
2019-01-15 21:35:30 +01:00
* 2 included extensions on-release
2019-01-26 15:14:37 +01:00
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
2020-04-24 14:43:18 +02:00
For the memorysearcher that extracts the RC4 table, go to https://github.com/sirjonasxx/G-Mem