
Originally Posted by
'Caspian',index.php?page=Thread&postID=189357#post 189357

Originally Posted by
'Suvega',index.php?page=Thread&postID=189305#post1 89305
(Carbonite probably could be easily cracked, the code is all in plaintext).
That was the issue, it is not in plain text. It is complied LUA with some extra stuff done to it. None of the standard decompilers could decompile it, I know I tried.
Not compiled - that is why no decompilers could touch it. [Edit: sounded insulting, wasn't meaning to be.] The entire thing was a string rolled into an xor function that garbaged it up quite nicely, the code for said xor function is at the end of the horrendous block of text...
Once you get past that you have obfuscated functions like fornextforwtf() and forfor() and shit like that.
Such as...
Code:
t={}
s,u,x=strbyte,strchar,bit.bxor
for n=1,(#z-1)/8 do
local a,b,c,d,e,f,g,h,i=s(z,n*8-7,n*8+1)
t[n]=u(x(a,b),x(b,c),x(c,d),x(d,e),x(e,f),x(f,g),x(g,h),x(h,i))
end
Connect With Us