G-Earth/docs/README.md

51 lines
2.4 KiB
Markdown
Raw Normal View History

2018-03-29 19:31:24 +02:00
# G-Earth
2021-08-19 05:17:00 +02:00
Feature-rich 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**
2021-08-19 05:17:00 +02:00
# Execution
* **Windows:** Double click G-Earth.exe, which will be delivered in the release. Double clicking the .jar file might work as well.
* **Linux** Execute `sudo java -jar G-Earth.jar` on the command line. You can include the `t` flag to log packets in your terminal
* **Mac** Follow the [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
2021-08-19 05:17:00 +02:00
* Inject, block & replace packets on the fly
* Automatic packet expression prediction
2018-03-29 19:46:36 +02:00
* 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
2021-08-19 05:17:00 +02:00
* Identify packets through [Harble API](https://api.harble.net/messages/) and [sulek.dev](https://www.sulek.dev)
* Supports both Unity (browser) and Flash
# Extensions
Interested in creating your own extension? Check one of the frameworks:
Name | Language | Developers | Github
--- | --- | --- | --- |
G-Earth (Native) | Java | sirjonasxx | https://github.com/sirjonasxx/G-Earth
G-Python<sup>1</sup> | Python | sirjonasxx | https://github.com/sirjonasxx/G-Python
2022-01-06 16:32:55 +01:00
Xabbo | C# | b7 | https://github.com/b7c/Xabbo.GEarth
Xabbo scripter<sup>2</sup> | C# | b7 | https://github.com/b7c/Xabbo.Scripter
2021-08-19 05:17:00 +02:00
G-Node | Node.js | WiredSpast | https://github.com/WiredSpast/G-Node
2022-01-06 16:32:55 +01:00
GProgrammer<sup>3</sup> | Javascript | at15four2020 | https://github.com/at15four2020/GProgrammer/wiki
2021-08-19 05:17:00 +02:00
<sub>1: built-in in G-Earth through the [live scripting console](https://github.com/sirjonasxx/G-Earth/wiki/G-Python-qtConsole) </sub>
2022-01-06 16:32:55 +01:00
<sub>2: not an implementation of the extension API, but allows for C# scripting </sub>
<sub>3: not an implementation of the extension API, but allows for Javascript scripting, also check [G-WiredFly](https://github.com/at15four2020/G-Wiredfy) </sub>
2019-01-26 15:14:37 +01:00
2021-08-19 05:17:00 +02:00
Release your extensions in the [G-ExtensionStore](https://github.com/sirjonasxx/G-ExtensionStore)
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).