mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
Merge branch 'master' of http://www.github.com/sirjonasxx/G-Earth
This commit is contained in:
commit
8b13fd5ee9
32
README.md
32
README.md
@ -1,35 +1,33 @@
|
|||||||
# G-Earth
|
# G-Earth
|
||||||
Habbo packet logger & manipulator, currently only for Linux distributions.
|
Habbo packet logger & manipulator for Windows and Linux devices.
|
||||||
|
|
||||||
- Requires Java 8
|
- Requires Java 8
|
||||||
- Byte to string & string to byte encoding is slightly different from the Habbo PacketLogger standards. (on purpose)
|
|
||||||
|
|
||||||
|
# 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):
|
Execution command (temporary, verified in Ubuntu):
|
||||||
> $ sudo -E java -jar G-Earth.jar
|
> $ 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.
|
||||||
|
|
||||||
Execute this command if you get the following error:
|
Execute this command if you get the following error:
|
||||||
> Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyException
|
> Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyException
|
||||||
|
|
||||||
> $ xhost +local:
|
> $ xhost +local:
|
||||||
|
|
||||||
|
# Features
|
||||||
FEATURES:
|
|
||||||
* Log outgoing and incoming packets
|
* Log outgoing and incoming packets
|
||||||
* Injection, both sides
|
* Injection, both sides
|
||||||
* Blocking & replacing packets functionality
|
* Blocking & replacing packets functionality
|
||||||
* Packet expressions
|
* Packet expressions
|
||||||
* Encoding/decoding
|
* Encoding/decoding
|
||||||
* Auto detect hotel
|
* Auto detect hotel
|
||||||
* Scheduler
|
* Retro support - enter game host & port manually (only the first time)
|
||||||
|
* Advanced scheduler
|
||||||
|
* Advanced extension support
|
||||||
|
* Block/replace packets, replace Strings & ints & .. in all packets, included extension
|
||||||
|
* Always admin, included extension
|
||||||
|
* Packetlogger
|
||||||
|
|
||||||
DOING:
|
|
||||||
* Extension support
|
|
||||||
* Cross-platform support
|
|
||||||
|
|
||||||
TO-DO:
|
|
||||||
* Block/replace packets, replace Strings & ints & .. in all packets - extension
|
|
||||||
* Packetlogger extension for devices with no colored terminal like the Gnome terminal
|
|
||||||
* Info tab
|
|
||||||
|
|
||||||
EXTRA TO-DO's:
|
|
||||||
* Block specific packets from displaying in the logger (in Logger tab)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user