π
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
Lua Obfuscator
http://luaobfuscator.epizy.com
Mix Expert & Normal Encrypt
for more stronger
Note : Expert first
http://luaobfuscator.epizy.com
Mix Expert & Normal Encrypt
for more stronger
Note : Expert first
π1π±1
function count(x)
return string.len(x)
end
function acar(x)
return string.char(x)
end
function colusion(x,s)
s=math.abs(s)
w={}
r=''
for k in (x):gmatch('([+-]*)') do r = r..k
if string.find(k,"%+")==1 then
v=count(k)
if #w > 0 then
table.insert(w,math.floor(w[1]+v))
table.remove(w,1)
end
if #w < 1 then
table.insert(w,math.floor(v))
end
print(acar(w[1]+s))
end
if string.find(k,"%-")==1 then
v=count(k)
if #w > 0 then
table.insert(w,math.ceil(w[1]-v))
table.remove(w,1)
end
if #w < 1 then
table.insert(w,math.ceil(v))
end
print(acar(w[1]+s))
end
end
end
function pointer(x)
v=string.match(x,"(.*)%[")
v2=count(v)
s=string.match(x,"%[(.+)%]");
s2=string.match(x,"%]%>(.*)");
t={}
r=''
for k in (s):gmatch('([+]*)') do r = r..k
if string.find(k,"%+")==1 then
table.insert(t,k)
end
end
for i = 1,#t do v3=count(t[i])
colusion(s2,v3*v2)
end
end
β βββββββ βΈ βββββββ β
β Small Compiler Brainfuck Gameguardian
>>for one loop pointer<<
@Luagameguardian
@Vikarihonest
π1π±1
Forwarded from C++
This media is not supported in your browser
VIEW IN TELEGRAM
Cpp connect to server
it suitable for https://id.000webhost.com
MiniManager : 100% not sleep and handle error script Php.
it suitable for https://id.000webhost.com
MiniManager : 100% not sleep and handle error script Php.
β€1π1