macOs Installation guide - sirjonasxx/G-Earth GitHub Wiki

NOTE: Currently supported browsers: ONLY Firefox and Chromium, works on Habbo AIR too

MacOS Installation Guide

G-Earth depends on an application named G-Mem, this application scans the memory contents of the Habbo client applicaton and extracts a cipher key that is used to decrypt packets coming from the Habbo server.

There is a few steps u have to complete in order to get it to work on MacOS.

Code-Sign G-Mem file and make it executable

Signing of G-Mem

  1. Open Terminal (press ⌘ + Enter, type Terminal to open it from spotlight)
  2. Type sudo codesign --force --sign - (do not press enter yet)
  3. Drag the G-Mem or G-Memz file into your terminal window (this will append the path to the terminal)
  4. Now press enter and enter your login credentials when prompted.

Making G-Mem executable

  1. Open Terminal (press ⌘ + Enter, type Terminal to open it from spotlight)
  2. Type chmod 755 (do not press enter yet)
  3. Drag the G-Mem file into your terminal window (this will append the path to the terminal)

Your terminal window should now resemble the following:

Screenshot 2023-03-30 at 14 52 29

  1. Now press enter and verify the Kind of the G-Mem file is now Unix Executable File

Screenshot 2023-03-30 at 14 54 15

Launching G-Earth

  1. Open Terminal (press ⌘ + Enter, type Terminal to open it from spotlight)
  2. Type sudo java -jar
  3. Drag the G-Earth.jar file into your terminal window (this will append the path to the terminal)

Your terminal window should now resemble the following:

Screenshot 2023-03-30 at 15 00 59

  1. Press enter and fill in your password if prompted

Troubleshooting

🚫 Apple can’t check app for malicious software

In this case, you can grant an exception for a blocked app by clicking the Open Anyway button in Privacy & Security settings. This button is available for about an hour after you try to open the app. Where it appears exactly depends on the OS version u are running, more details about it can be found here: https://support.apple.com/en-gb/guide/mac-help/mchleab3a043/mac

Other

If you experience any other issues and the Troubleshooting Page doesn't help,

it might be useful to have a look at the following issues: #67 #10