Jump to content
  • 0

Gg required


AxelGameGuardian

Question

4 answers to this question

Recommended Posts

Posted

after installing..

GG will reinstall itself with random package name.

that means in every device the package name will be different.

even in the same device package name will be different for each and every installment.

on what purposes you want to use GG package name instead of its version?

 

Posted

[ @AxelGameGuardian ]
---

Quote

I will use Gameguardian Package Name

You can use: gg.PACKAGE
---
*Note: as @MonkeySAN said, getting only Game Guardian package will only make the script to only works with current installed Game Guardian. It is generally bad idea as the package name will change after reinstallation. If you're in urgency to create some login system, then you can also find unique id from literally any game, you can read our conversation here: HWID Lock Script.

Posted

[ @AxelGameGuardian ]
---

Quote

can u give example?

What kind of example you want? You can just do these to get Game Guardian package name:

gg.alert(tostring(gg.PACKAGE))
gg.copyText(tostring(gg.PACKAGE))

Then implement it like this:

if gg.PACKAGE == "com.kkeifhpnylmwafiy" then
	gg.alert('Game Guardian Match!')
	--do something
else
	gg.alert('Game Guardian not found, exiting...')
	os.exit()
end

---
If you want some example about 'getting unique ID from your game' everything is already in here, just read: HWID Lock Script (press the purple text)

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.