Jump to content

Jamieq

Members
  • Posts

    127
  • Joined

  • Last visited

3 Followers

Additional Information

  • Android
    13.x
  • Device
    S20FE5G ; A11 ;Aspire E5 15 ; Tab S6 Lite;S8+
  • Service provider
    Other

Recent Profile Visitors

11,190 profile views

Jamieq's Achievements

Enthusiast

Enthusiast (6/14)

  • One Month Later
  • Week One Done
  • Dedicated Rare
  • Collaborator Rare
  • Conversation Starter Rare

Recent Badges

2

Reputation

  1. I tried downloading bin while signed out of this site & noticed file doesn't have permissions, that makes sense, it is games bin ,I didn't realize, sorry, still good method to save ur games status bin as back up or ur hacked versions
  2. 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()
  3. The full script I'm trying to create is a game status bin replacement with modded game status bin in storage, download ,(for hcr2)
  4. Says can't open game status file I figured it out but had to write new script, still if anyone knows easy ways to accomplish this fuction I'll try
  5. 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
  6. 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
  7. View File Dragon Hills 2 --- 2 billion coins Load script when dragon's can be purchased Only use once or will minus out coins Submitter Jamieq Submitted 06/25/2024 Category LUA scripts  
  8. Version 1.2.15

    189 downloads

    Load script when dragon's can be purchased Only use once or will minus out coins
  9. View File Jumanji --- unlimited coins --- + Instructions in script Load script at shop Submitter Jamieq Submitted 06/18/2024 Category LUA scripts  
  10. Version 1.9.8

    204 downloads

    Instructions in script Load script at shop
  11. View File Mountain Climb Jump --- unlimited coins Load script at garage Instructions in script Submitter Jamieq Submitted 06/13/2024 Category LUA scripts  
  12. Version 1.112

    341 downloads

    Load script at garage Instructions in script
×
×
  • 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.