Jump to content

File - Encode String


DarkingCheater
 Share

Recommended Posts

File - Encode String


And there I personally made an encode string where it hides the string of some word you want to hide pass in my video to learn how to use it and that's itHello everyone I made an encode string where it hides the string of some word you want to hide, look at my video to learn how to use it and that's it

 

 


 

Link to comment
Share on other sites

a = gg.prompt({'string'}, {   }, {'text'})
if not a then os.exit() end
local data = a[1]
local result = ''
for i = 1,#data do
local aa = string.sub(data, i , i)
bb = string.byte(aa)
if aaa == nil then
aaa = 1
result = result..tonumber(bb)
else
result = result..','..tonumber(bb)
end
end
local cc ='load(string.char('..result..'))()'  
gg.copyText(cc)
print(cc)

I make similar function, I think it is more simple. 

Edited by bukandewa
Link to comment
Share on other sites

  • 3 weeks later...
On 1/9/2019 at 1:50 AM, bukandewa said:

a = gg.prompt({'string'}, {   }, {'text'})
if not a then os.exit() end
local data = a[1]
local result = ''
for i = 1,#data do
local aa = string.sub(data, i , i)
bb = string.byte(aa)
if aaa == nil then
aaa = 1
result = result..tonumber(bb)
else
result = result..','..tonumber(bb)
end
end
local cc ='load(string.char('..result..'))()'  
gg.copyText(cc)
print(cc)

I make similar function, I think it is more simple. 

Nice ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.