shilly
(Shilly)
April 22, 2025, 4:30pm
1
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
daz_fe
(Drastic)
April 23, 2025, 12:34am
3
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
shilly
(Shilly)
April 23, 2025, 11:52am
4
I use setfenv
because I wanted this project to be compatible with VM-based obfuscated code as well.
vParkuu
(γ_γ)
April 23, 2025, 4:05pm
5
Could you please upload it to github
1 Like