loozzi/tool-auto-register-account-facebook — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Python tool that can automate creating a Facebook account inside LDPlayer. I want it to launch or connect to the Android emulator, go through the normal signup screens, type in the needed profile details, handle simple waits and screen changes, and save the account information locally so I can review it later.

Keep it simple and practical. I’m not technical, so make it easy to run from one main script after installing the requirements. Put any settings in a clear place, like names, passwords, emulator path, and where results are saved. If something fails, the tool should show a clear message and not just crash.

Use the existing resources, platform tools, and storage folders if they make sense. Add a short usage note so I know how to install dependencies, start LDPlayer, and run the tool. Look up current LDPlayer automation docs online if you need to.

Want more depth? Deep Reverse