Jump to content

APEXggV2

Ascended
  • Posts

    85
  • Joined

  • Last visited

  • Days Won

    15

Posts posted by APEXggV2

  1. 38 minutes ago, Grandmeysterbit said:

    Thanks a lot for the explanations and for the script, it's a cool thing!) regarding receiving the dunp.cs file, do you mean editing the file in the folder with the installed game?

    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 

  2. 58 minutes ago, Grandmeysterbit said:

    Hello everyone! In this game, I hacked all the values I needed except for the icons to skip the ads... All the values are in the dword, almost all the currency is encrypted, and I change all the values I need by changing the amount of reward for the mission... Since I can't decipher xor). I tried to crack the values of the ad skip icons in the same way, but it didn't do anything for me... I find a reward in the form of badges for skipping ads, change it to the desired amount, but the amount does not change on the screen, even after updating the menu... I tried to go to memory at the address and look for similar values for xor decryption, but I didn't see anything similar there... It is very difficult and quite long to get these icons to change their number, which complicates the search for the meaning ... Can you tell me what I can try to do?

    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/

  3. 15 hours ago, tmn_asd said:

    Hi. I want to hack the stats of a factory. After several tries, I found a general structure of the data that looks like this

    <Factory's codename>

    junk values...

    <Level of the factory, xor encrypted>

     

    Given that I know the offset between the xor encrypted level and the factory's codename, and the factory's codename itself. Could there be a way to search in GG, that it may go like this:

    - I search for the xor encrypted level

    - Somehow shift all the address of the found values with known offset (I don't know how to do this)

    - Refine using the name of the factory

    Or any other method that you can recommend? Please help

    -- 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 

  4. 5 hours ago, XCUnknown said:

    if there any way to like when searching for something in like dword or qword to like log that after? its done example: searching for 1234 i can like find that in a log file or something

    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. 

  5. On 1/12/2025 at 6:56 AM, shiciro said:

    The developer actually really nice and gave you enough diamond to upgrade to 6 star unit in the first 5 minute of playing.

    If you could try to implement the script I would really appreciate it. You've done great job with the script.

    I updated Script. (actually just added a note for 6* units) when unit is eveolved to 6*, it's name changes (becomes a different unit) so you'll just need to use the "OTHER UNIT" option in the script to hack it's stats

  6. On 1/8/2025 at 3:20 AM, alien420 said:

    Can anyone help me to hack this game

    Dump file attached 

    Game link: https://play.google.com/store/apps/details?id=com.enp.museum.google

     

     

    dump.zip 2.48 MB · 2 downloads

    I created a script for this game. free not encrypted no restrictions. no ads, unlimited moves, add gold, auto win,  and developer cheat menu activated. here is https://gameguardian.net/forum/files/file/4052-online-mega-script-v04-100-free-not-encrypted-new-scripts-added-dailyweekly-apexggv2/

  7. 8 hours ago, Vxs7 said:

    Hello, I've been looking for quite a while now for anything reliable for this game and I haven't found unfortunately...

    I've used GameGuardian to change some values (money, coins, etc...) and when trying to buy something the game says I don't have enough resources and restarts and the values reset...

    https://play.google.com/store/apps/details?id=com.zeptolab.bulletecho.google

    I need to be able to change values without it being reset. for it to actually register.

     

    Thanks.

    99.999% certain you won't be able to, resources are all controlled and verified by server. 

  8. 6 hours ago, Erick1998 said:

    Greetings to all people, I would like you to enlighten me with a small doubt, I am starting with this Game Guardian thing and I just came across a game that is hackable but has very high coin values (12.4B, 24.6T, 35.5C, etc. and when I want to modify something I cannot enter that amount because Game Guardian limits me to entering a value range. I would like to know if there is any way to modify these types of figures, please. Greetings

    these are most likely "double" type (yellow)

  9. 6 hours ago, nurul17 said:

    I want to ask, I'm learning to produce lua scripts... can all the values from the storage tab be copied and pasted from the values copied earlier to the values I enter next? If you can, how do I write my script... thank you

    2024_12_02_11.31.16.jpg

    can you clarify..  your question is very confusing saying copy and paste the copy I pasted from the copy of a paste to copy and paste from 😂😂

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