ExtremeBoy Posted March 30, 2020 Posted March 30, 2020 Does gameguardian have call go to url? Like this gg.goUrl('https://www.google.com') Or somethings else
Guest ATP-RAY2OP Posted April 10, 2020 Posted April 10, 2020 On 3/30/2020 at 12:13 PM, ExtremeBoy said: Does gameguardian have call go to url? Like this gg.goUrl('https://www.google.com') Or somethings else It require os.execute() function, which is disabled in gameguardian, because it's very powerful command(can be used for bad purpose). Max you can do is use gg.copyText("your url") to copy your url to clipboard and ask user to go to that url.
ExtremeBoy Posted April 10, 2020 Author Posted April 10, 2020 51 minutes ago, ATP-RAY2OP said: It require os.execute() function, which is disabled in gameguardian, because it's very powerful command(can be used for bad purpose). Max you can do is use gg.copyText("your url") to copy your url to clipboard and ask user to go to that url. I know about that you ***** What i mean is gg.goUrl is going to the url without opening google,and copy
Recommended Posts
Archived
This topic is now archived and is closed to further replies.