badewen/Growtopia-Multibot ? reverse-engineered prompt
Reverse engineered prompt
Build me a C++ multibot core for Growtopia that I can run from a simple console app.
I want it to connect through a proxy, let me switch between pages with number keys, and show three main screens, one for packet and other logs, one for the player list, and one for inventory. Add the hotkeys too, so I can move up left down right with W A S D, leave the world with L, reconnect with R, join a saved world with J, and place a dirt block to the left with P. Make sure the key handling matches the note that CAPSLOCK or SHIFT needs to be held.
Please include the core bot logic, world serialization, item data serialization, inventory support, and a Lua executor. I do not need a full GUI, just the backend and console side is fine. If anything is unclear, look up current docs online and keep the code clean enough that I can extend it later.
Are you gonna build this?
make sure you review the code using coderabbit