GameCrasher Posted May 30, 2020 Posted May 30, 2020 Is there any basic lua commands for gg, I only know the basics, gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber(100, gg.TYPE_DWORD) gg.getResults(100) gg.editAll(50, gg.TYPE_DWORD) gg.clearResults(100)
GameCrasher Posted May 31, 2020 Author Posted May 31, 2020 21 hours ago, Enyby said: Nobody know full list of gg commands. Its lost knoweldge from ancient. What we have now - only other scripts. We need study it for learn more. How did others originally know the advanced gg commands, isnt there a guide?
HEROGAMEOfficial Posted May 31, 2020 Posted May 31, 2020 2 minutes ago, GameCrasher said: How did others originally know the advanced gg commands, isnt there a guide? print(gg) Or https://gameguardian.net/help/classgg.html
GameCrasher Posted May 31, 2020 Author Posted May 31, 2020 39 minutes ago, HEROGAMEOfficial said: print(gg) Or https://gameguardian.net/help/classgg.html Thx sooooo much, there is stuff that couldve been REALLY useful in the past!
Administrators Enyby Posted May 31, 2020 Administrators Posted May 31, 2020 9 hours ago, GameCrasher said: How did others originally know the advanced gg commands, isnt there a guide? They try all combination of all letters. For example gg.a gg.b gg.c gg.d and so on. [added 1 minute later] It would be nice if the API documentation existed ... but unfortunately this is not, never was and never will be.
GameCrasher Posted May 31, 2020 Author Posted May 31, 2020 2 hours ago, Enyby said: They try all combination of all letters. For example gg.a gg.b gg.c gg.d and so on. [added 1 minute later] It would be nice if the API documentation existed ... but unfortunately this is not, never was and never will be. Alright, Thanks
Administrators Enyby Posted May 30, 2020 Administrators Posted May 30, 2020 Nobody know full list of gg commands. Its lost knoweldge from ancient. What we have now - only other scripts. We need study it for learn more.
Question
GameCrasher
Is there any basic lua commands for gg, I only know the basics,
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber(100, gg.TYPE_DWORD)
gg.getResults(100)
gg.editAll(50, gg.TYPE_DWORD)
gg.clearResults(100)
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.