Hi. I have also run into the same issue. This is not because it's encrypted, it's because it's a HavocScript, not a regular LuaC. https://ubm-twvideo01.s3.amazonaws.com/o1/vault/gdc2011/slides/Malcolm_Tyrrell_Programming_EfficientLuaScripting.pdf You will need a different decompiler. They're all over Github. Just look for HavocScript Decompiler.
Hi. I have also run into the same issue. This is not because it's encrypted, it's because it's a HavocScript, not a regular LuaC. You will need a different decompiler. They're all over Github. Just look for HavocScript Decompiler.
Fixed it. case TESTNIL: testset = true; testsetend = line + 2 + code.sBx(line); stack.push(new...
Fixed it. case TESTNIL: testset = true; testsetend = line + 2 + code.sBx(line); stack.push(new...
I'm trying to add support for OP_TESTNIL, but I am having 0 success. Here's what...
I'm trying to add support for OP_TESTNIL, but I am having 0 success. Here's what...
I'm trying to add support for OP_TESTNIL, but I am having 0 success. Here's what...