Roblox userdata/func emulator

Hello fellow scripters! Today i bring to you an emulation lib! The main purpose of the emulator is to create userdatas that replicate existing userdatas behavior, but allowing the user to overwrite readonly values. ie: game.CreatorId.

Download the emulator here!

It also comes with an ascii exfiltration log with all the proxy meta behavior! Useful for debugging obfuscated code to look for viruses.

If there are any bugs or better code practices im missing, please let me know.

3 Likes

Post it in #resources:community-resources since it’s a community resource you released

1 Like

Setfenv is deprecated. uses for this would be better as something like this

local game = require(game:GetService("ReplicatedStorage").Game)

since this will overwrite the game global

I use setfenv because I wanted this project to be compatible with VM-based obfuscated code as well.

Could you please upload it to github :pray:

1 Like