sirjonasxx / G-Earth

Cross-platform Habbo packet manipulator
MIT License
91 stars 47 forks source link

Add nitro support #107

Closed UnfamiliarLegacy closed 2 years ago

UnfamiliarLegacy commented 2 years ago

This pull request adds nitro support to G-Earth. Currently only Windows is supported but other operating systems can be added by implementing their respective functions in gearth.protocol.connection.proxy.nitro.os.

How it works When you press connect, it:

It watches for any nitro configuration file and replaces the websocket with the G-Earth websocket server. Once an hotel connects with this server, the system proxy is unregistered from the system to prevent capturing additional traffic.

Feel free to ask questions on here or in the G-Earth discord server (Mikee#0055).