aweMinchoo/MobileBlox — reverse-engineered prompt
Reverse engineered prompt
I want a simple open source Android learning project that shows how a Luau executor works on a 32 bit device, mainly for beginners who want to understand Roblox modding concepts on mobile. Keep it very minimal and educational, not a full featured tool. It should only support loadstring and have a basic Lua style UI where I can paste a script and run it so I can see the flow clearly.
Please make it easy to read and easy to update, with the important native addresses kept in one obvious place and comments explaining what each part does. The goal is to help someone compare how this kind of thing works on Android versus PC without a lot of extra complexity. I also want it set up so compiling produces the native library cleanly, since that is the main output people would study.
If anything is unclear, look up current Android and Luau docs online and keep the implementation straightforward.
Want more depth? Deep Reverse