nopjo/roblox-dumper — reverse-engineered prompt
Reverse engineered prompt
Build me a small external Roblox offset dumper for Windows. I want to be able to open Roblox, run this tool, have it attach to the live game process, scan memory, and figure out useful class and property offsets automatically instead of hardcoding them by hand.
Please make it feel straightforward to use, with a simple command line flow, clear console messages, and output files I can drop into other projects. It should generate the offsets in the same kinds of formats people usually want, like a C++ header, Python file, C# file, and JSON. If something cannot be found, show that clearly instead of crashing.
Keep the project clean and easy to build from source, and include whatever logic is needed so the dump stays current when Roblox updates. If there is already a setup guide or existing docs in the repo, follow that style and fill in anything missing so someone can actually build and run it without guessing. You can check current docs online if needed.
Want more depth? Deep Reverse