Forum > Coding >

How do you make a saveinstance exploit?

New Reply

Posts: 40

Threads: 19

Joined: Jul, 2024

Reputation: 0

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?

  • 0

  • Comment

_realnickk

Security Researcher

moderator

Posts: 111

Threads: 2

Joined: Feb, 2020

Reputation: 87

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

  • 0

  • Comment

Security researcher, low-level programmer, and system administrator.

https://github.com/reversed-coffee

Login to unlock the reply editor

Add your reply

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )