Jump to content

Jamieq

Ascended
  • Posts

    134
  • Joined

  • Last visited

Posts posted by Jamieq

  1. This 1 worked ,used to see if I can copy game status bin to storage download. I'm having a hard time finding or opening main game status bin (usually), I learn by trial & error or lucky enough to have a lua script with similar functions.

     

    local gg = require("gg")

     

    local function replaceGameStatus()

        local packageName = "com.fingersoft.hcr2"

        local originalPath = "/data/data/" .. packageName .. "/files/gamestatus.bin"

        local moddedPath = "/storage/emulated/0/Download/gamestatus.bin"

     

        if gg.getFile(originalPath) then

            gg.copyFile(moddedPath, originalPath)

            gg.alert("Game status file replaced successfully!")

        else

            gg.alert("Original game status file not found!")

        end

    end

     

    replaceGameStatus()

     

  2. This is script I wrote but won't read/ open file , need help 

     

    local file = io.open("/storage/emulated/0/data/data/files/game_status.bin", "wb")

    if file then

        local status = gg.getResults(gg.getResultsCount())

        for i, v in ipairs(status) do

            file:write(string.format("%s\n", v.value))

        end

        file:close()

        gg.toast("Game status saved to Download folder.")

    else

        gg.toast("Failed to open file for writing.")

    end

     

  3. Download mt manager link below 

    https://liteapks.com/mt-manager.html

    Install in rooted virtual machine of your choice- I use virtual master & add magisk & Superuser 

    Download modded game status bin below

    gamestatus.bin

    Add modded game status bin in Download folder 

    Left side of mt manager 

    Open Download folder with 

    Modded game status bin inside 

    Right side go to

    Data, data, com.fingersoft ,files

    Left side

    Long press modded game status bin, copy , copy& replace 

    Follow instructions 

    Your replacing modded bin to data data com.fingersoft,files

    Start game , u may need update ,that's OK update 

    Done , almost everything is maxed 

    You now can make your own modded game status bin, just follow steps but with your hacked game 

    Pic is modded game status bin 

    Screenshot_20240828_175600_Gallery.thumb.jpg.a085df21013f100fa663cfad682ff2e7.jpg

  4. R.A.C.E - 2 billion currencies


    Instructions in script 

    Load & find edited values 

    See images for visual locations of hacks 

    Another way of hacking gems 

    once at 2 billion, upgrade & refine 

    Long press value result to

    Go to address of result 

    under highlighted # edit gems value 0 to 2,000,000,000 ,edit no more then 5

    Might take a few tries , the game will crash & restarting game gems will change 


     

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