This media is not supported in your browser
VIEW IN TELEGRAM
Gameguardian Change Location Device
ApiFunction :
gg.setLocation(Double Latitude,Double Longitude)
ApiFunction :
gg.setLocation(Double Latitude,Double Longitude)
HTML tags gameguardian
(support icon and text color)
price : 📌20$
contact : @vikarihonest
service : ⏰ 10 minutes
(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 : 📌
contact : @vikarihonest
service : ⏰ 10 minutes
This media is not supported in your browser
VIEW IN TELEGRAM
Gameguardian Video
*can be used to create video tutorials, openings, achievements.
ApiFunction:
*can be used to create video tutorials, openings, achievements.
ApiFunction:
gg.video(path video)
Media is too big
VIEW IN TELEGRAM
Menu Tester Gameguardian
with Floating Search Class
with Floating Search Class
::Apifunction for additional security::
price10$ for service moded gg
contact : @vikarihonest
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
contact : @vikarihonest
This media is not supported in your browser
VIEW IN TELEGRAM
Solitaire Games
Simple ESP with Text Detector
Simple ESP with Text Detector
This media is not supported in your browser
VIEW IN TELEGRAM
Merger gg with games
Forwarded from Gameguardian Merger
Lua
for i = 20, 100, 20 do
gg.sleep(300)
gg.toast(i.."%")
end
ʟᴏᴀᴅɪɴɢ ᴛᴏᴀsᴛ
Forwarded from Gameguardian Merger
This media is not supported in your browser
VIEW IN TELEGRAM
menu=gg.choice({"camera"},0,"title")
if menu==1 then
--camera
input=gg.prompt("add value")
for i = 20, 100, 20 do
gg.sleep(300)
gg.toast(i.."%")
end
gg.alert("Camera Set :"..input)
gg.setUnityCamera(input)
end
New ApiFunction :
Note :
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Gameguardian Merger
::GET FUNCTION::
::SET FUNCTION::
::SET COLOR::
::GET OBJ POSITION::
gg.getInt(class,fieldname)
--10
gg.getString(class,fieldname)
--DeviceModel
gg.getFloat(class,fieldname)
--22.2f
gg.getBool(class,fieldname)
--false
gg.getList(class,fieldname)
--table {}
gg.getInt(class,methodname)
gg.getString(class,methodname)
gg.getFloat(class,methodname)
gg.getBool(class,methodname)
gg.getList(class,methodname)
::SET FUNCTION::
gg.setInt(class,fieldname,100)
gg.setString(class,fieldname,"UserGuest")
gg.setFloat(class,fieldname,2.50)
gg.setBool(class,fieldname,true)
gg.setInt(class,methodname,integer)
gg.setString(class,methodname,string)
gg.setFloat(class,methodname,float)
gg.setBool(class,methodname,boolean)
::SET COLOR::
--Param (Color value)
gg.setColor(class,methodname,"#ff0000")
::GET OBJ POSITION::
player=gg.getList(class,methodname)
for i = 1,#player do
print(Vec3(player[i].x))
print(Vec3(player[i].y))
--3D
--print(Vec3(player[i].z))
end
This media is not supported in your browser
VIEW IN TELEGRAM
Create Esp with LibVPos