Elias Oelschner

Results 39 comments of Elias Oelschner

@D3sTeptu @NougatBitz has tried debugging this issue. He found that this has to do, with the different environment Syntax of 5.3 compared to 5.1. Can you try adding the following...

Implementing this would require to rewrite some of the code. The following files would definitely need to be modified: visitast.lua compiler.lua parser.lua There may be more. I currently don't have...

Currently, If a string contains any non standard ASCII character, the whole string will be escaped. You can change this by modifying the escape function in until.lua, such that only...

If anyone is willing to fix this issue, I am willing to accept a PR, but I currently do not have time, to fix this myself due to personal reasons.

> Just redirect the variables in the repeat scope to the scope outside of repeat. > > (MAIN SCOPE) REPEAT (REPEAT_SCOPE) UNTIL (REPEAT_SCOPE) EXTRACT(REPEAT_SCOPE, MAIN_SCOPE) > > This is how...

Adding the --LuaU command line option should in theory disable the parts of anti-tamper, that are not compatible with Roblox LuaU.

> > What do you expect from an open source obfuscator? > > To at least validate the type of the thing the antitamper needs to check? The Problem with...

> > > > What do you expect from an open source obfuscator? > > > > > > > > > To at least validate the type of the...