Jump to content

MonkeySAN

Contributor
  • Posts

    1,721
  • Joined

  • Last visited

  • Days Won

    109

Everything posted by MonkeySAN

  1. as far as i know, i never delete it yet. its still available to download.
  2. New season points. UTF-8 search = :SSPPet14OwlPoints.amount Dword group search = 24D;1,347,441,491D;875,656,293D;1,349,285,711D;1,953,393,007D;1,835,085,427D;1,953,396,079D::25 HEX search = h 00 53 53 50 50 65 74 31 34 4F 77 6C 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 74 00 - Season pass unlock by @NoFear still working - Armv8 only
  3. Please elaborate the problem.
  4. im no expert in scripting but for a simple ON-OFF script, this is how i came up with : local gg = gg r = {"[ON]","[OFF]"} SW = r[2] function main() local menu = gg.choice({ "\nFireRate Hack"..SW, "\nEXIT"}, nil, "ON OFF Menu") if menu == nil then return elseif menu == 1 then hack1() elseif menu == 2 then os.exit() end end function hack1() if SW == r[2] then -- codes here -- gg.alert("FireRate Hack Enable") SW = r[1] else -- codes here -- gg.alert("FireRate Hack Disable") SW = r[2] end end while true do if gg.isVisible() then gg.setVisible(false) main() end end
  5. or from the Free Growth Found ???
  6. hmmm..im not 100% sure but that percentage values are very easy to search. Float type and the number are exactly as it is. 100% = 100 in Float can do an ordered group search starting from value at the top to bottom. the edited values stay even you change to another location but not after restart. need to search it again. i did tested it and it worked.
  7. something like this?
  8. Season pass hack by @NoFear is still working. just increase group size to 4509 edit as usual Armv8 only UTF-8 search for new season points = :SSPDecor13EgyptPoints.amount using HEX search = h 1C 00 00 00 53 53 50 44 65 63 6F 72 31 33 45 67 79 70 74 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 74
  9. Jurassic World: The Game how to get a locked dinosaur? (#565mo0gd)
  10. yes its Dword. try with the highest price possible. group search then refine to the price value. there will much less results to deal with. then use increment edit to find the correct one.
  11. search the price in the bracket try with much higher value as possible.(>500+) search = priceValue;0~7::5 ie: 280;0~7::5 - refine to the price value - edit it to negative then buy
  12. game v1.2.16 64bit(armv8) Gems hack : search,refine & edit with -> ValueX4 ie : 500000X4 Dice hack : search = 5D;9D;1.7F;10D::73 Gold : search the price when buying items
  13. i'll give you some ideas. lets see if you can do some thinking and figure it out. a DWORD value typically 4 bytes in size. so for 2 Dword type values that are adjacent in memory, the group size/distance between is 4 bytes = 1D;1D::4 but by default GG will add 1 to it and suggest 5 = 1D;1D::5 the same as below. there are 4 distances(;) between the 5 values or 4 Dword values after the 1st. so group size will be : = 4 x 4 = 16 GG add 1 = 17 = 1D;1D;1D;1D;1D::17
  14. Yikes.. i have zero experiences with emulator so i cant help you.
  15. what did you meant by that? as far as i know..if your device support 64bit/armv8, the installed game will be the 64bit/armv8 version.
  16. still working for the new season pass (v7.3.6)
  17. MonkeySAN

    Hero Factory

    it was 3 years ago and video had since been deleted. heck i dont even know whats the video was all about. and im really busy right now with my everyday life to look into that matter again. maybe @sammax71 can....
  18. MonkeySAN

    Robot Colony

    the game is simple and easy to hack. a basic script with search,refine and edit are enough. however you can try this : TEST_RobotColony_Energy&Ore[64bit].lua
  19. Great. now refine to value 13 and put all of it into the savelist. in the savelist, select all then tap that button(red arrow) : which bring this menu then select the option(in red box) : fill it as shown below then OK :
  20. i just need to be confirmed. try this. search = 13;2021161080::13 type = Dword memory ranges = Ca - update me later if the search gave you results.
  21. it would be something like this : --after search and refine local start = gg.getResults(1) local target = start[1].address + 0x990 local target2 = start[1].address + 0x29 local target3 = start[1].address + 0x34 local target4 = start[1].address + 0x32 --editing gg.setValues({ {address = target, flags = gg.TYPE_DWORD, value = 999999}, {address = target2, flags = gg.TYPE_DWORD, value = 999999}, {address = target3, flags = gg.TYPE_DWORD, value = 999999}, {address = target4, flags = gg.TYPE_DWORD, value = 999999} }) yup. adding offsets only to first result to get to another target.
  22. in basic, it will be like this : --after search and refine local start = gg.getResults(1) local target = start[1].address + 0x990 --editing gg.setValues({ {address = target, flags = gg.TYPE_DWORD, value = 999999} })
  23. one cant fix a problem without knowing the source of the problem. on surface the problem might be clear as a daylight but sometime other source can be related to it and causing the initial problem. it looks like just a part from a full script as someone suggest above. if someone else wrote it, you can ask them directly to fix it. if not then you just copy paste but dont know whats you're doing and hoping it will work. details matter sometime. thats why a fix given above didnt worked.
×
×
  • 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.