Lua Gameguardian
3.97K subscribers
193 photos
67 videos
118 files
86 links
Established in 2019, this channel is a dedicated space for exploring GameGuardian and Lua-based experiments.

Admin : @Vikarihonest
Lua Obfuscator :
http://luaobfuscator.epizy.com
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Gameguardian Video
*can be used to create video tutorials, openings, achievements.

ApiFunction:
gg.video(path video)
👍132
👍3🥰1
::Apifunction for additional security::

lasm=gg.d(1)
load=gg.d(2)
log=gg.d(4)

if lasm then
--Important
print("lasm")
return
end
if load then
print("load")
return
end
if log then
print("log")
return
end

price 10$ for service moded gg
contact : @vikarihonest
👍8🎉2
Simple Design GG
🔥12👍7🥰3
This media is not supported in your browser
VIEW IN TELEGRAM
GG Design
Rank 98
Theme : Racing
🤣5🔥4👍1🥰1👏1🤩1
This media is not supported in your browser
VIEW IN TELEGRAM
GG Design
Rank 97
Theme : Poker
🤣16👍71
Forwarded from Honesty Cap
base.apk
13.8 MB
🐝 Honesty Cap
🔰 Version : 1.0.2
Add Touch Code
Add Console
Update Block Domain 
Fix MediaPlayer
🛃 No Permission Storage
🔥51👍1🤩1
Forwarded from Honesty Cap
This media is not supported in your browser
VIEW IN TELEGRAM
add Lua Script in Browser
👍10😭21
GGV V2 Encryption (SteganoGraphy)
Script Lua inside Image
👍51
GTooLS - for additional tools
👍11🔥4🥰21😱1
EditorGG - for design simple Ui
🔥6😱21👏1🎉1
add Apifunction gg.BoxMenu({table})
👍42
Small Inbuild GG (Size Under 300kb)
6😱3😭2
Lua Gameguardian
Small Inbuild GG (Size Under 300kb)
Hole_1.0.apk
227.2 KB
GG-Hole v1 (inbuild script)

add Apifunction :
1.gg.getDevice()
-- return String
2.gg.getPid()
-- return Table
3.gg.setPid(pid)
-- params Number

edit File :
1.mainpage.
-assets/main.html
2.background/color.
-assets/data.json
3.script lua.
-assets/script.lua
👍51
GG-Hole Design
👍52
base.apk
236 KB
GG-Hole v2

1.Fix Layout
2.Fix Installed A12 A13
5👍1
target={}
pid = gg.getPid()
for i = 1,#pid do
if pid[i]["pkg"] == "com.package" then
target[1]=pid[i]["pid"];
end
end;
gg.setPid(target[1])

Select Process

process = gg.getPid()
print(process)

Get all Process

device = gg.getDevice()
print("DeviceName : "..device)

Get Device Model
👍43😭2😱1
tbl = {
"com.myapp",
"AndroidManifest.xml",
"package='com.myapp'",
"package='com.yourpackage'"
}
gg.builder(tbl) -- Purpose1

tbl2 = {
"com.myapp",
"/android/ext/Script.smali",
"Line(2692)",
"const/4 v10, 0x2"
}
gg.builder(tbl2) --Purpose2

gg.buildnow() --Build

gg.builder apk with auto sign.

price : 📌 30$
contact : @vikarihonest
service : 15 minutes
👍2😱1