Jump to content

Recommended Posts

Posted

Hello . 

It is example of get package name :

local TP = gg.getTargetPackage()
gg.alert('' ..TP.. '')

 

Posted
15 hours ago, TopGEOYT said:

Hello . 

It is example of get package name :

local TP = gg.getTargetPackage()
gg.alert('' ..TP.. '')

 

Error ,

Posted (edited)
28 minutes ago, Revoxtical said:

print(gg.getTargetInfo())

 

Please create 1 example ? for gg.alert

Edited by Kimakun
Posted
2 minutes ago, Kimakun said:

Please create 1 example ?

local info = gg.getTargetInfo()
gg.alert("About Info :\n\nPackage Name : "..info.packageName.."\nCode Version : "..info.versionCode.."\nGame Version : "..info.versionName.."\nGame uid : " ..info.uid.."\nGameGuardian Version : "..gg.VERSION)

 

Posted (edited)
16 minutes ago, Revoxtical said:

local info = gg.getTargetInfo()
gg.alert("About Info :\n\nPackage Name : "..info.packageName.."\nCode Version : "..info.versionCode.."\nGame Version : "..info.versionName.."\nGame uid : " ..info.uid.."\nGameGuardian Version : "..gg.VERSION)

 

Why ?

Screenshot_2019-02-12-18-18-44-670_com.rhmsoft.edit.pro.png

Edited by Kimakun
Posted
local info = gg.getTargetInfo()
gg.alert("About Info :\n\nPackage Name : "..info.packageName.."\nCode Version : "..info.versionCode.."\nGame Version : "..info.versionName.."\nGame uid : " ..info.uid.."\nGameGuardian Version : "..gg.VERSION)

It is working. Try again . It is work for my gg huh. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.