G-Earth/README.md

44 lines
1.8 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
2020-10-20 13:16:05 +02:00
[CLICK HERE FOR TROUBLESHOOTING](https://github.com/sirjonasxx/G-Earth/wiki/Troubleshooting)
2019-01-26 15:14:37 +01:00
2020-10-20 13:16:05 +02:00
Join the G-Earth [Discord server](https://discord.gg/AVkcF8y)
2020-08-19 19:31:53 +02:00
2021-02-14 00:13:58 +01:00
**Download the [chrome extension](https://chrome.google.com/webstore/detail/g-chrome/cdjgbghobmfmfcenhoahgfnfpcadddag) if you're using Unity**
2018-11-07 16:13:29 +01:00
# Windows execution
2021-01-04 18:40:20 +01:00
Double click G-Earth.exe, which will be delivered in the release. Double clicking the .jar file might work as well.
2018-11-07 16:13:29 +01:00
# Linux execution
2020-10-20 13:04:20 +02:00
Execution command:
2021-01-04 18:40:20 +01:00
> $ java -jar G-Earth.jar
2018-11-07 16:13:29 +01:00
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
2021-02-14 00:13:58 +01:00
[MacOs Installation guide](https://github.com/sirjonasxx/G-Earth/wiki/macOs-Installation-guide) (flash only)
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
2020-10-20 13:04:20 +02:00
* Injection, both directions
2018-06-14 02:09:22 +02:00
* 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
2020-10-20 13:04:20 +02:00
* Python scripting on the fly
* SOCKS proxy
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?
2020-10-20 13:04:20 +02:00
* If you're not experienced with Java but have written extensions before in C#, you could have a look at [Geode](https://github.com/ArachisH/Geode).
* If you are experienced with Java, read this [wiki page](https://github.com/sirjonasxx/G-Earth/wiki/Extensions) carefully.
* The easiest way to create extensions is using [G-Python](https://github.com/sirjonasxx/G-Python). (can also be done inside G-Earth with a [live scripting console](https://github.com/sirjonasxx/G-Earth/wiki/G-Python-qtConsole))
2020-04-24 14:43:18 +02:00
2020-10-20 13:04:20 +02:00
For the memorysearcher that extracts the RC4 table, go to [G-Mem](https://github.com/sirjonasxx/G-Mem).