-
Posts
98 -
Joined
-
Last visited
-
Days Won
18
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by APEXggV2
-
script is not meant to work on any PC emulators..
-
I have a script for this game , enemy no attack, damage, energy, currency.. https://gameguardian.net/forum/files/file/4052-online-mega-script-v04-100-free-not-encrypted-new-scripts-added-dailyweekly-apexggv2/
-
search.. if gg.isVisible() then gg.setVisible(false) gg.clearResults() print("Your exit message") gg.setVisible(true) os.exit() end ... continue with script... they will see the search box still but won't see anything after that.. you can also modify gg apk to habe invisible text etc
-
hmm, I can only suggest to make sure you follow the instructions at the beginning of the script. start any mission, attack at least one enemy, pause game, then start script,. once script finds offsets by auto update from methods, script will save the offsets to a file. There is a chance, script can find offsets that aren't related to the enemy if instructions aren't followed correctly. if you've done this and still have problems, let me know.
-
nah , that would be like making a mod.. with gg, you'll use the offsets from the dump. in gg get the start address of the lib, then offset to address containing the method you want to hack, then edit the op codes.. I have another script that let's you quickly test offsets from dump.. check my profile for script or telegram
-
this is a unity game, so you can easily get a dunp.cs file. In Class "VoodooSauce" there is a bool method "IsPremiumOrHasOngoingSubscriptions" , edit this to true, and it will disable all ads. I also have a free script for this game with a lot of great hacks. https://gameguardian.net/forum/files/file/4052-online-mega-script-v04-100-free-not-encrypted-new-scripts-added-dailyweekly-apexggv2/
-
-- set ranges -- clear results gg.searchNumber x=gg.getResulrs(gg.getResultsCount()) for i, v in ipairs(x) do v.address=v.address-0x1C end -- change 0x1C to your offset gg.loadResults(x) gg.refineNumber
-
when the search prompt is open, tap the history button (looks like a circle made of an arrow) this will show a history of everything entered.
- 1 reply
-
1
-
yes. I have a script for this game. 64bit only though. it has a currency hack that works https://gameguardian.net/forum/files/file/4052-online-mega-script-v04-100-free-not-encrypted-new-scripts-added-dailyweekly-apexggv2/