Jump to content

MonkeySAN

Contributor
  • Posts

    1,745
  • Joined

  • Last visited

  • Days Won

    114

Everything posted by MonkeySAN

  1. search your current level minus 1 say your current level is 50, search 49. then complete the level 50 to move on to level 51. then refine 50. and so on.
  2. you could have mention it earlier that your Ca region is 0b here : try Other
  3. record video and upload it here.
  4. VID_20250208015206.mp4
  5. could be better if you can give the game name so people can took a look into it more specific.
  6. that was almost 3 years ago. of course they had changed it. that is season points hack if im not mistaken.
  7. can get it from Wheel Of Fortune : if in your game, the wheel look like this below : maybe this script will work for you : TEST_Foodventure.lua its only for 64bit. just execute the script while in the wheel screen then exit and enter again. all value will change..then spin.
  8. Record_2025-01-30-01-58-02.mp4
  9. For the new season points : UTF-8 search = :SSPSuit18CNYPoints.amount Dword group search (Ordered) = 25D;1,397,773,139D;829,712,757D;1,498,301,240D;1,852,403,536D;1,630,434,164D;1,853,189,997D::25 HEX search = h 00 53 53 50 53 75 69 74 31 38 43 4E 59 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 74 00 - Season pass unlock by @NoFear still working - Armv8 only
  10. something happened. i deleted my previous save game. i start a new game and season pass all over again. the UTF-8 strings that i provided before was no where to be found. same as yours above. the new UTF-8 for me is now = :SSPSuit17IcePoints.amount in my old game the season pass title was Ice Pass and had 19 days left. now its just says Season Pass and only had 7 days left. so i dont really know what was happened. i dont play the game that much. only for season pass hack.
  11. well. thats the first time. i done tested it countless time by now with the UTF-8 search. it work just fine on my side. cant say whats wrong with you..though.
  12. For the new season points: UTF-8 search = SSPCreativeClusterPoints.amount Dword ordered group search = 31D;1,129,337,683D;1,952,540,018D;1,130,722,921D;1,953,723,756D;1,867,543,141D;1,937,010,281D;1,869,439,278D::29 HEX search = h 00 53 53 50 43 72 65 61 74 69 76 65 43 6C 75 73 74 65 72 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 74 00 - Season pass unlock by @NoFear still working - Armv8 only
  13. i dont understand..you cant find it?
  14. well.. i guess they put the dino data back into the game after it was removed sometime ago.
  15. For the new season points : UTF-8 search = :SSPPet16PenguinPoints.amount HEX search = h 00 53 53 50 50 65 74 31 36 50 65 6E 67 75 69 6E 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 74 00 Dword ordered group search = 28D;1,347,441,491D;909,210,725D;1,735,288,144D;1,349,413,237D;1,953,393,007D;1,835,085,427D;1,953,396,079D::29 - Season pass unlock by @NoFear still working - armv8 only
  16. Jurassic World: The Game how to get a locked dinosaur? (#13iz7s65)
  17. as far as i know, i never delete it yet. its still available to download.
  18. 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
  19. Please elaborate the problem.
  20. 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
  21. 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.
  22. something like this?
  23. 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
  24. Jurassic World: The Game how to get a locked dinosaur? (#565mo0gd)
  25. 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.
×
×
  • 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.