Posted
So i know that you can do save instance given a internal exploit, but would it be possible to make a exploit solely focused on like exploring the data model and even looking at scripts? If yes would it be doable externally and if not what would you need to actuall luy get script bytecode and turn that into lua?
Replied
Yes. You can also do it externally. Roblox exposes reflection and their instance vtables contain getter and setter functions, which correspond to what __index and __newindex do in Lua. For getting script bytecode, yeah you can do that too.
For serialization into a usable Roblox place: https://dom.rojo.space/binary.html
Cancel
Post
Security researcher, low-level programmer, and system administrator.
https://github.com/reversed-coffee
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post