kaifcodec/freefire-like-and-guest-api — reverse-engineered prompt
Reverse engineered prompt
Build me a small Free Fire toolkit that I can run from my computer with an Android phone connected through Frida. I want it to capture guest account details from the game, save the uid, password, and token safely, skip duplicates, and keep looping after registration so it can keep generating guest accounts on its own.
Then I want a simple flow that cleans those captures into usable JSON files, signs each guest in to get a JWT, and sends encrypted likes to a target UID. Please make it easy to enter the target, the number of likes I want, and how much concurrency to use. It should retry temporary errors, respect region specific behavior, and keep a usage history so the same guest cannot like the same target more than once.
If possible, also include a simple way to manage the Frida scripts and a helper to check or count likes. Use what is already in this repo, and look up current docs online if you need to.
Want more depth? Deep Reverse