A C++ Growtopia multibot client Dear ImGui desktop app, with auto geiger, proxy support, logon bypass and stuff
Discord: discord.gg/nxrth
This app is developed to use AAP Bypass but since it got fixed i decided to release to public. IT MIGHT NOT WORK Perfect except for Auto geiger. CURRENTLY ITS NOT POSSIBLE TO WRITE ROTATION SCRIPT TO THIS APP. YOU HAVE TO ADD SUPPORT YOURSELF.
IF U even try to sell this source your just a i ndog and nothing else
- MCP Server
- LToken login ( NJA, Surfer, Over and other supported )
- Socks5 Proxy Support
- AutoGeiger / geiger farming
Nxrth accepts several credential formats (paste a full record or fill the fields in Add Bot):
- GrowID / Mail + password — the classic dashboard login.
- Google OAuth
ltoken—refreshToken|rid|mac|wk(or a keyedrefreshToken:record), validated through Growtopia'schecktokeninto a fresh session token. - Provider gateway tokens — keyed
key:valuerecords containingtoken:/rid:/mac:/wk:(and optionalplatform:/name:/cbits:/playerAge:/vid:), each pinned to one rotating exit IP for both the token fetch and the ENet logon.
Bots can be added one at a time, pasted/loaded in bulk, or added from the Lua executor / MCP.
You can access auto geiger in automations tab.
The Logic behind auto geiger: User Enables Autogeiger, app checks if bot have geiger or not. if it does have it starts in the search worlds ( always use full clear worlds because i only tested & Used in full clear worlds ). If it doesn't, it warps to geiger pickup world and picks up 1 geiger and drops rest ( just like the auto pickaxe feature back then) then starts searching. After finding it drops on the storage world and goes back to the search world waiting in the white door.
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=<path>\vcpkg\scripts\buildsystems\vcpkg.cmake
cmake --build build --config ReleaseManifest mode installs the dependencies (Dear ImGui, libcurl, Lua, nlohmann-json).
Run the app from the project root so it finds data/. Provide your own
data/items.dat (a Growtopia item database) for item names and the Database tab.
The solution lives at vs/Nxrth.sln. The per-machine project
files carry local absolute paths, so they are generated (not committed) — run
this once, then open the .sln:
scripts\generate-vs.bat(You can also just File > Open > Folder the repo root — VS reads
CMakePresets.json directly.)
NxrthMcp.exe— a stdio MCP server exposing the same fleet to external agents (seedocs/MCP.md).- Lua API —
docs/LUA.md. AI operator —docs/AI.md. Crash recovery —docs/RECOVERY.md.
Questions / community: discord.gg/nxrth