zeusssz / hercules-obfuscator

A powerful Lua obfuscator designed to make your Lua code nearly impossible to reverse-engineer, with multiple layers of advanced obfuscation techniques
Apache License 2.0
27 stars 13 forks source link

suggestion roblox luac compadiblity #7

Closed nekohacker591 closed 3 weeks ago

nekohacker591 commented 1 month ago

due to roblox complience it also cant use these functions:

Obscuring engine features within scripts, including LuaVMs, getfenv(), and setfenv(). Requiring remote assets, including require(assetId), loadstring(), InsertService:LoadAsset(), and ModuleScript.LinkedSource. Assets that may look useful on the surface could load another "virus" asset at runtime.

they also ban obfuscation but their detection is dogshit its just that they delete any script using the functions i list here

zeusssz commented 1 month ago

could you elaborate on this idea? it would help us understand what you want more accurately

nekohacker591 commented 1 month ago

basicly alot of obfuscations use getfenv ir another engine obscuring functions im basicly just asking if you can make focuas develpment on not having the functions i listed in hyperlink blue

zeusssz commented 3 weeks ago

no idea what this was supposed to mean