Jump to content

MonkeySAN

Contributor
  • Posts

    1,752
  • Joined

  • Last visited

  • Days Won

    114

Everything posted by MonkeySAN

  1. Link to that game?
  2. this just below of this latest comment.(Chrome in mobile phone) no.1 take you all the way back to the 1st page of this thread. no.2 take you to the previous page(Page 27) from the current page(Page 28) Do some reading and searching. Only ask if what you seek, cannot be found on those pages.
  3. Brunette : https://gameguardian.net/forum/topic/35862-jurassic-world-the-game-how-to-get-a-locked-dinosaur/page/27/#findComment-154477 Dracovenator,Masiakasaurus,Compsovenator,Delta : https://gameguardian.net/forum/topic/35862-jurassic-world-the-game-how-to-get-a-locked-dinosaur/page/25/#findComment-153851 --------------------------------- All had been given in the previous pages of this thread. Please do some searching before asking. As for the HELPFUL one, please do remind them everytime. otherwise you will keep give the same thing over and over again.
  4. For the new season points : UTF-8 search = :SSPSuit19SVDPoints.amount Dword group search(ordered) = 25D;1,397,773,139D;829,712,757D;1,146,508,089D;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 39 53 56 44 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 74 00 - Season pass unlock by @NoFear is still working. - Armv8 only.
  5. 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.
  6. you could have mention it earlier that your Ca region is 0b here : try Other
  7. record video and upload it here.
  8. VID_20250208015206.mp4
  9. could be better if you can give the game name so people can took a look into it more specific.
  10. that was almost 3 years ago. of course they had changed it. that is season points hack if im not mistaken.
  11. 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.
  12. Record_2025-01-30-01-58-02.mp4
  13. 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
  14. 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.
  15. 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.
  16. 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
  17. i dont understand..you cant find it?
  18. well.. i guess they put the dino data back into the game after it was removed sometime ago.
  19. 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
  20. Jurassic World: The Game how to get a locked dinosaur? (#13iz7s65)
  21. as far as i know, i never delete it yet. its still available to download.
  22. 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
  23. Please elaborate the problem.
  24. 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
  25. 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.
×
×
  • 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.