E2150 - MooS v2.2

From InsideEARTH

M.O.O.S. Moon Omnipresent Observing Service

To some the name "moos" will probably say something else, for everyone else here a short description: "moos is a small program that makes it possible to chat on EarthNet without starting the game."

moos.ini (Example Config)

languagefile=C:\\Program Files (x86)\\moos21\\english.ini
autologin=<Base64 username>

[accounts]
[accounts/<Base64 username>]
server=moos.insideearth.info
password=<Base64 encrypted username>
chatcolor=

[server/moos.insideearth.info]
port=12100

[layout]
maximized=0
x=231
y=212
width=720
height=480

See Base64 and Base64 encrypted in the source code, as it is a slightly different Base64 ("/" is "-"), shuffled for encryption. As long as the user name doesn't contain a "-" you can decode it on Linux:

$ echo "c3VycmltQG1vb3M\=" | base64 -d
surrim@moos

Source: The source code can be accessed here. In order to compile Moos you need CodeBlocks/CMake, a MinGW cross compiler, wxWidgets, zlib, maybe some other devel libraries, and some experience with C++.

Download:

Credits: Surrim