Lua Gameguardian @luagameguardian Channel on Telegram

Lua Gameguardian

@luagameguardian


Founder is You
Lua Obfuscator :
http://luaobfuscator.epizy.com

Lua Gameguardian (English)

Are you a fan of Lua scripting and enjoy gaming on your mobile device? Look no further than Lua Gameguardian, a Telegram channel dedicated to providing tips, tricks, and tutorials on using Lua scripts to enhance your gaming experience. Founded by a passionate individual like you, this channel is a haven for gamers who want to take their gameplay to the next level. Whether you're looking to customize your favorite games, unlock hidden features, or simply learn more about Lua scripting, Lua Gameguardian has got you covered.

With Lua Obfuscator also available for use, you can protect your Lua scripts from being easily deciphered by others, ensuring that your hard work remains safe and secure. Join the Lua Gameguardian community today and start exploring the endless possibilities that Lua scripting can offer in the world of mobile gaming. Elevate your gaming experience with Lua Gameguardian - where passion for Lua meets the thrill of gaming!

Lua Gameguardian

15 Nov, 17:47


I want to ask.

If there is an apk that has security like Liapp Alert, will you leave it?

If there is an apk that has security like AppGuard, will you leave it?

or something smaller like anti tamper , encrypted files , or obfuscated strings . would you leave the application ?

if yes then CONGRATULATIONS!!!
the game developer has successfully banished you.

there are many other weird things that can make you thrown out of the game.
(it was planned also).

DECFILE PROVIDES A SERVICE TO HANDLE ALL OF THAT.

we will be releasing some tools for free in the near future.

Lua Gameguardian

14 Nov, 02:06


Lua
for i = 20, 100, 20 do
gg.sleep(300)
gg.toast(i.."%")
end

ʟᴏᴀᴅɪɴɢ ᴛᴏᴀsᴛ

Lua Gameguardian

13 Nov, 14:59


for the topic GG Merger is too long and the channel is separated here.

https://t.me/gameguardianMerger

there is a free version that supports a few functions and help if you have difficulty installing.

Lua Gameguardian

06 Nov, 11:55


Dr__Driving.apk
Fixed : Android 12,13,14

Lua Gameguardian

06 Nov, 10:52


Tutorial How to Merger Gameguardian

Lua Gameguardian

04 Nov, 11:46


Merger gg with games

Lua Gameguardian

04 Nov, 11:10


Script gg is located in test.lua in /Assets/ folder. It supports Lua language and has some gg apifunction.

1.gg.alert
2.gg.choice
3.gg.toast
4.gg.sleep
5.gg.setRanges
6.gg.searchNumber
7.gg.getResults
8.gg.editAll
9.gg.setValue

🕊Now gg works on no root and no Virtual.

Support @Luagameguardian

Lua Gameguardian

01 Nov, 11:01


Memory Mapping Tools

Lua Gameguardian

28 Oct, 16:18


Solitaire Games
Simple ESP with Text Detector

Lua Gameguardian

23 Oct, 03:44


::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

Lua Gameguardian

24 Sep, 18:53


Menu Tester Gameguardian
with Floating Search Class

Lua Gameguardian

19 Sep, 11:51


Moded Open Service :
1.updates GG capabilities
2.adds new activities
3.adds apifunction features (gg.class)
4.ui design
5.add ads or shortlinks
6.merger GG with Virtual
7.GG size reduction
8.unique encryption with custom header

Luagameguardian can implement everything you need in GG , contact @vikarihonest

Note:
if you have other applications with Lua framework or support lua scripts can be sent too.

Lua Gameguardian

19 Aug, 02:41


Gameguardian Video
*can be used to create video tutorials, openings, achievements.

ApiFunction:
gg.video(path video)

Lua Gameguardian

08 Aug, 12:27


HTML tags gameguardian
(support icon and text color)
Str1="<font color='hexcolor'>String</font>";
Str2="<img src='filepath'>String</img>";
gg.choice({Str1},nil,"menu")
gg.multiChoice({Str2},nil,"menu")

price : 📌 20$
contact : @vikarihonest
service : 10 minutes

Lua Gameguardian

16 Jul, 18:36


Gameguardian Change Location Device
ApiFunction :
gg.setLocation(Double Latitude,Double Longitude)

Lua Gameguardian

13 Jul, 07:19


How to Use Enc GGV
by Luagamegudidan

Lua Gameguardian

03 Jul, 18:37


gg script display that cannot be screenshot :
1.open classdex gg with apkeditor.
2.go to the /Landroid/ext/i.smali folder.
3.look for getWindow and set the flag there 0x2000.

Lua Gameguardian

01 Jul, 07:43


Close other Gameguardian in memory, to run your own gameguardian.
new Apifunction :

gg.closeOtherDaemond()

ApiFunction or Cpp price : 15$
@Vikarihonest

Lua Gameguardian

24 Jun, 04:36


This request started from one of the GameGuardian pages:

https://gameguardian.net/forum/topic/36511-does-gg-support-executing-shell-files-sh-as-mt-manager-as-function-inside-script/

now gg.execute makes your GameGuardian able to run shell code.

Example :
sh=gg.execute("ls /sdcard/")
print(sh)


ls | list file or directory
mkdir | create directory
touch | create file
cp | copy file
mv | move file
rmdir | remove empty directory
rm | remove file and directory
file | check type items
du -sh | get size directory
df -h | get free space directory
kill | cancel process apk with pid
logcat -d | get last info from apk
logcat -b crash | get crash info from apk

chmod | change permission file or directory

In gg.execute a warning will be given before running it for permission and safe use, the same as gg.makeRequest.

just add the gg.execute function to original GG, contact @Vikarihonest

Lua Gameguardian

21 Jun, 05:29


how to upload videos on YouTube freely, and watch them via the decode tool directly.

Lua Gameguardian

18 Jun, 12:31


::Inject Object in Game::

how can you add 2D objects to it, for example replacing a car with a picture of a car that you have, this still uses memory because the objects in the 2D game world  really changed.

gg.changeModel(Tools(OldCar.png),Convert(NewCar.png))

2 different functions working together in memory, here apifunction only calls commands.

Lua Gameguardian

17 Jun, 06:07


gameguardian background video (UI) 64bit

Lua Gameguardian

22 May, 15:46


Create Esp only for 2d games with Image Detector. without virtual and without root permission.

Lua Gameguardian

21 May, 02:57


Monitor another Android screen remotely.

Lua Gameguardian

21 Apr, 10:11


block canary for apk

Lua Gameguardian

21 Apr, 01:38


new 20 instant gameguardian features with smali part2. for other feature you can request : @Vikarihonest

Lua Gameguardian

11 Apr, 08:44


Gameguardian Block Capture
#HttpCanary
#PacketCapture