AxelGameGuardian Posted February 14 Posted February 14 (edited) Can gg required can do package name of the gameguardian not gameguardian version So instead Gameguardian Version I will use Gameguardian Package Name Can someone help me wrote a script for it Edited February 14 by AxelGameGuardian
1 MonkeySAN Posted February 14 Posted February 14 (edited) 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? Edited February 14 by MonkeySAN 1
0 kiynox Posted February 14 Posted February 14 [ @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.
0 kiynox Posted February 16 Posted February 16 [ @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)
Question
AxelGameGuardian
Can gg required can do package name of the gameguardian not gameguardian version
So instead Gameguardian Version
I will use Gameguardian Package Name
Can someone help me wrote a script for it
Edited by AxelGameGuardian4 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now