The title pretty much says it all but ill explain a bit more as to what Im in need, basically I have decompiled a script using [Only registered and activated users can see links. Click Here To Register...] website, i've got the code etc but it contains some really werid stuff like [NULL][EOT] etc , I wanted to decrypt the file simply to change some stuff in it, I did so but then I did not know how to encrypt it back so I messaged my friend and he gave me this
but , I was unable to use this with my decrypted script because the I am unable to copy it full, all I can copy is like 1 word - LuaQ which is at the start of the file. So now, I would like to ask someone here to please help me decrypt it so that it is easily copyable or tell me how I can run / execute the script so it encrypts.
I've enclosed the files, both versions decrypted and notdecrypted, in the attachments.
Thanks in advance,
Versilkes.
Code:
local code_to_decode = "script to encrypt"
local output = ""
for i = 1, #code_to_decode do
output = output .. "\\" .. string.byte(code_to_decode, i, i)
end
print(output)
I've enclosed the files, both versions decrypted and notdecrypted, in the attachments.
Thanks in advance,
Versilkes.