Jump to content

Jamieq

Members
  • Posts

    127
  • Joined

  • Last visited

Everything posted by Jamieq

  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
  13. View File Death Worm -- 2 billion in currencies Instructions in script Play till worms selection opens Load scripts "How to hack" in script Submitter Jamieq Submitted 06/05/2024 Category LUA scripts  
  14. Version 2.0.060

    134 downloads

    Instructions in script Play till worms selection opens Load scripts "How to hack" in script
  15. View File Brother squad alien attack - 2 billion currencies Play game till shop opens go to chests, load script,tap chests with edited values Done Submitter Jamieq Submitted 06/05/2024 Category LUA scripts  
  16. Version 3.1

    66 downloads

    Play game till shop opens go to chests, load script,tap chests with edited values Done
  17. Very interesting, I've read this tutorial for 2nd time & learning alot Always wondered about offsets Thx for great tutorial & videos Videos with real game applications are excellent for me
  18. View File 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 Submitter Jamieq Submitted 06/04/2024 Category LUA scripts  
  19. Version 1.1.64

    70 downloads

    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
  20. View File Ship Simulator - 2 billion cash/token/energy Fresh game Load script Near 3/4 Games loading bar Done Submitter Jamieq Submitted 06/03/2024 Category LUA scripts  
  21. Version 0.295.1

    67 downloads

    Fresh game Load script Near 3/4 Games loading bar Done
  22. View File Talking Tom Hero Dash --- 2 Billion cash/token Play till shop opens Load script & go to chest Submitter Jamieq Submitted 05/24/2024 Category LUA scripts  
×
×
  • 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.