Jump to content

Recommended Posts

Posted

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

 

 


 

Posted

I see you declare gg.getTargetInfo() API, but I dont see the code to called that API. So, whats the purposes of gg.getTargetInfo() ?

Posted (edited)
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
  • 3 weeks later...
Posted
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 ?

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
×
×
  • 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.