Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Swapy

    MONOPOLY GO!

    Yes, didn't work with me, barely have 2-3 rolls before popup appears
  3. tell me how, which part did you hack?
  4. Don't be lazy, this forum is complete, search first before asking the forum.
  5. Did you try using a VPN? That seems to have worked for some people.
  6. Swapy

    MONOPOLY GO!

    Unfortunately, Devlopers flag users that use Airplane method, now you can roll only 1 roll at time, I wish there a way to avoid flag from game files.
  7. CmP

    Help for auto-freezing

    Android has "Wait for debugger" developer option that suspends the application at startup until Java debugger is connected. You can use the option as described in official documentation to connect debugger before target code runs.
  8. Yesterday
  9. Came as a shock to me, as I used game guardian before in this and all my other devices through the years, any ideas ? This device is a OnePlus 7T, with AOSP 14 (DERPFEST)
  10. I am looking for a lua script for zday heart of heroes. Can anyone help me with that ?
  11. It really cool if u can hack some spawnrate for another difficulty, but i have try many way, and failed, can u help me?
  12. Guys someone know the method how to hack stars in new update(7.1.1)? I’ve tried hack via GG in arm8 version, but with many different ways to hack sadly nothing happens and doesn’t work. Please help
  13. I tried to dump the lib of king of thieves but all methods failed, anyone here have a solution please?
  14. Yeah this is also a good method. my idea was to find a function we know run every frame and add a BL call to another function inside this one kinda just like before: void Shoot() { printf("Shooting"); } void Tick() { printf("I run every frame !"); } After: void Shoot() { printf("Shooting"); } void Tick() { Shoot(); printf("I run every frame !"); }
  15. Personally I have been unable to hack it. Hackijg xp specifically. But as far as gems, energy and gold there is a mod floating around that gives you all that when you buy in game. Example: an island cost 899 gems. Been though you only have 1 gem you buy the island and now you have 900 gems. Same with gold and energy
  16. Don't necessarily need to write raw assembly code. It could be possible to change branch from screenTap/touch or action of such, and branch it to the button want clicked instead. So just tapping screen, will give the action of clicking button, without it even being visible.
  17. Last week
  18. Asphalt 8 script with Game Guardian to change cars at race time please
  19. What do you mean? I did it so I guess the answer is yes.
  20. ItsMeAnsh

    what is this error

    I have downloaded the bluestacks on my laptop and have the root accessed to it, then I downloaded the simcity buildit and i started using the game guardian because I have heard a lot about that, then at the end when I was trying to execute the file, it shows me the error in the attachment, how to get this fixed, any help? error in gg.docx
  21. BloodMoonScript

    I need help

    Try find thought fuzzy search and using A potion with an increase in speed
  22. I have been working on a function that makes it search for values and edit them to zero, the problem is that I cannot reload those values after a while since I cannot save them in a list due to the function I am using since the values They don't appear in the current search only in the previous search, and there is no function to load the previous search, so my only chance is to make the function I am using if it saves me to a list, help me please The code used function OffsetEdit(offset,hex) r=gg.getRangesList("libil2cpp.so")[1].start local h={} h[1]={} h[1].address=r+offset h[1].flags=0x20 h[1].value=hex gg.setValues(h) end function savelist() OffsetEdit(0x100,'h') OffsetEdit(0x200,'h') OffsetEdit(0x300,'h') end function loadlist() gg.loadList("/storage/emulated/0/.hack", 0) revert = gg.getListItems() local t = gg.getListItems() for i, v in ipairs(t) do if v.flags == gg.TYPE_QWORD then v.value = "1" v.freeze = true v.freezeType = gg.FREEZE_NORMAL end end gg.addListItems(t) t = nil end then the objective is to save in a list the offset sought in the function savelist()
  23. However, I'm trying to hack a game but the values seem to be encrypted and I can't find anything or modify it... Could someone with more experience try and provide some information?
  24. View File Zombie Frontier4 SAMBER23 Hack 10M Damage + AMMO Submitter SAMBER23 Submitted 05/25/2024 Category LUA scripts  
  25. I have identified an easy way to get any dinos, including not-yet-published creatures (don't do it though), and you can get them at lv40 immediately to save you the trouble of hatching 16 of them just to get 2 max level speciments. I've tried a similar method here, but it doesn't work. Anw, here's a tutorial, although a crude one, but since it's easy I hope this ís enough: Step 1: Find a dino that you still have more room for, a.k.a u have less than 12. Click the plus -> find more, and in most cases there should be a deal where you can by a lv10 dino with Bucks. This is only available with species that are not exclusive, so pick some cheap species. Personally, I find Irritator to be the best, but it depends on your situations, find what works for u. Step 2: Open GameGuardian and search "[Dino ID];[dino level]". For example, if the deal is a lv10 Irritator then I'll search "274868500;10". Then, type 274868500 (the dino ID) and refine. Step 3: if you're lucky, there will only be 10-15 lines left. Click on each of them and click Go to. Test them one by one until you find the line that is the dino ID, and the line below is the dino level (which is "10"). Step 4: Change the level to 40 or something. Go back to the game, refresh that deal to see if the deal has changed. If it hasn't changed, that' not the right line, try again until you find the right line of code. Step 5: once you found the right line, replace the dino ID with the ID of the animal you want. Then go to that dino's cage, or the profile in the Innovation Center (brownish building), click on Find, and there you will fine the dino that you wanted being sold . Note: Once the species ID is changed, the deal will be moved to the new dino's interface, you will not find it in the original cheap dino's interface
  1. Load more activity
×
×
  • 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.