Updated...
https://gameguardian.tech
Open feature :
1. write text
2. upload file
3. password
4. expire
5. public/private
Other :
1. add viewer
2. add upload time
3. add size information
share and support
https://gameguardian.tech
Open feature :
1. write text
2. upload file
3. password
4. expire
5. public/private
Other :
1. add viewer
2. add upload time
3. add size information
share and support
π2
y = [[
.line 1
GETTABUP v0 u0 "gg"
GETTABLE v0 v0 "alert"
LOADK v1 "Example Alert1"
CALL v0..v1
.line 2
GETTABUP v0 u0 "gg"
GETTABLE v0 v0 "alert"
LOADK v1 "Example Alert2"
CALL v0..v1
.line 3
GETTABUP v0 u0 "gg"
GETTABLE v0 v0 "searchNumber"
LOADK v1 20
CALL v0..v1
]]
local gtbp={}
local gtbl={}
local ldk={}
for v in(y):gmatch("GETTABUP(.-)\n") do
c=string.match(v,'%"(.*)%"')
table.insert(gtbp,c)
end
for v in(y):gmatch("GETTABLE(.-)\n") do
c=string.match(v,'%"(.*)%"')
table.insert(gtbl,c)
end
for v in(y):gmatch("LOADK(.-)\n") do
c=string.match(v,'%"(.*)%"')
if c==nil then
c=string.match(v,"%S+(.*)")
c=string.gsub(c," ","")
end
table.insert(ldk,c)
end
for i =1,3 do
x=gtbp[i].."."..gtbl[i].."('"..ldk[i].."')
"
print(x)
end
β βββββββ βΈ βββββββ β
Example add Table with Gmatch.
@Luagameguardian
@Vikarihonest
π2
Forwarded from KHAN
Hello bro
Hope you are good in your life.
.
.
.
.
Bro thanks for sharing much knowledge with us in free
In your channel lua Gameguardian.
And hole you will continue Sharing.
May god bless you with great success ππ
Hope you are good in your life.
.
.
.
.
Bro thanks for sharing much knowledge with us in free
In your channel lua Gameguardian.
And hole you will continue Sharing.
May god bless you with great success ππ
π
Compiler_2.enc
4.6 KB
βΆUpdated
π’ New Simple Encrypt
β Suitable for online script
πΌ using gg above
π Small Size
π’ New Simple Encrypt
β Suitable for online script
πΌ using gg above
π Small Size
β€1π1
Forwarded from Gus γ
€
Is it possible to make seekbar with offset in the script?
local tab = {"0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"}
function offsetA(num)
local tab2 = {}
repeat table.insert(tab2,1,tab[num%16+1]) num = math.floor(num/16) until num==0
return table.concat(tab2)
end
function offsetB(num)
v=num:gsub("0x","")
c=tonumber(v,16)
return c
end
menu=gg.prompt({"Offset["..offsetB("0xff053")..";"..offsetB("0xfe5190").."]"},nil,{"number"})
print("Results : 0x"..offsetA(menu[1]))
β βββββββ βΈ βββββββ β
Seekbar with Offset Gameguardian
@Luagameguardian
@Vikarihonest
1 GG One Device (2020)
2 Panel Reseller Injector (2021)
3 One Device Mod Apk (2022)
πPrice:
10$/Month
π²Paytm, Paypal, OVO, GooglePlay
+Free Update and Request
Contact @Vikarihonest
Support @Luagameguardian
2 Panel Reseller Injector (2021)
3 One Device Mod Apk (2022)
πPrice:
10$/Month
π²Paytm, Paypal, OVO, GooglePlay
+Free Update and Request
Contact @Vikarihonest
Support @Luagameguardian
function deviceId()
file,err = io.open("/system/build.prop", "r")
if err then
print(err)
os.exit()
else
file = file:read("*a")
end
local data = string.match(file, "ro.build.id=(%w+)")
return data
end
print(deviceId())
βget build id permission denied
req @bangku_presiden
π2
Forwarded from Struck Manager
Get Build Id Gameguardian
Code :
download gg mods
https://cararegistrasi.com/ozjYWNHkgBOp
by : @VolcanoMods
Code :
print(Build_Id)
download gg mods
https://cararegistrasi.com/ozjYWNHkgBOp
by : @VolcanoMods
π1
print("build.id="..BuildId)
print("build.display="..BuildDisplay)
print("build.incremental="..BuildIncremental)
print("build.sdk="..BuildSdk)
print("build.codename="..BuildCodename)
print("build.release="..BuildRelease)
print("build.date="..BuildDate)
print("build.date.utc="..BuildDateUtc)
print("build.type="..BuildType)
print("build.user="..BuildUser)
print("build.host="..BuildHost)
print("build.tags="..BuildTags)
print("build.model="..BuildModel)
print("build.device="..BuildDevice)
π₯ Download GG :
https://cararegistrasi.com/00YsD
β βββββββ βΈ βββββββ β
Check Build.prop Gameguardian
@Luagameguardian
@Vikarihonest
π2
Exploding Lua encryption - Part 1
Sampiler - A tool to analyze Lua Bytecode chunk (5.2-5.3)
GitLab: https://gitlab.com/sam01101/Sampiler
Download here: https://gitlab.com/sam01101/Sampiler/-/releases/1.0
Sampiler - A tool to analyze Lua Bytecode chunk (5.2-5.3)
GitLab: https://gitlab.com/sam01101/Sampiler
Download here: https://gitlab.com/sam01101/Sampiler/-/releases/1.0
GitLab
sam01101 / Sampiler Β· GitLab
A tool to analyze GG Lua 5.2(5.3) binary chunk
π2