Jump to content

BadCase

Modding Team
  • Posts

    687
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by BadCase

  1. Hey I had to tweak the group searches a bit to get it to work, one thing though the lives value is not freezing, any ideas here is your updated script. farmheroes6.lua
  2. for the search 88,935,620;X;6301:: there is always a 88,935,620 before X (the lives value) and there is always a 6301 after X (the lives value) this allows us to get the address for the lives value with a single search
  3. Those values are for the lives You figure out if they are static by restarting the game numerous times and verifying that they are always present near the values for lives PS you only need the second search 88,935,620;X;6301:: changing this changes the other 2 values,
  4. Aww I was going to use this as my first try at writing a lua, I will take a look at it instead ?
  5. Sure here ya go, I think the 3rd value for the lives is too far away to do it in a single group search so you will need to do two of them. 88,727,540;X;X;5;147:: < Replace X with current number of lives, this search will return the first 2 values for lives 88,935,620;X;6301;17:: < Replace X with current number of lives, this search will return the 3rd value for lives Here are a couple of pictures that should help explain. This shows what we are looking for in the first group search And this shows what we are looking for in the second one. Looks like I need to update my video with this more efficient method, hope this helps. PS: here is the group search for Turns as well 88,963,252;7;16::
  6. Well it looks like the id is stored right below each cards stats however changing it to another players id seems to have no effect, I was hoping it would be as easy as Mortal Kombat X where all you need to do is switch the id and your good to go but no dice
  7. I have not messed with lua scripts yet, but what you want to look for is a "static" value not address that is always near the values for life, for example there is always a DWORD with the value 5 right after the first 2 values holding the number of lives, try to find one before them that is always the same and it will make finding them with a group search easier
  8. I am not sure on the pointers but here is a video to help you out a bit, I noticed you had 3 values when attempting to change the number of lives but at least 2 of those are the incorrect values as all 3 will be exactly the same the unencrypted number of lives you currently have. I also saw that you were asking about hacking the number of turns in another post so I threw that in the video as well.
  9. So i just double checked and doing it this way does make your coins get stuck in the negative for the amount you spent that you did not earn legit, you can search for the negative minus the 2000 and change it again though but always stuck in the negative when you restart and winning wont change the number
  10. hmm if you have a list of ids post it and I will see what I can do
  11. not sure I will check it out after I finish messing with this other game
  12. Pretty sure that is what I had done in the original video, you can spend the gold until you restart the game at which point it sets it to negative the amount you just spent and locks it there.
  13. What is the end goal of this? If it is to get $ did the above video not work for you?
  14. no encryption or anything select Dword for the type of search search 1;25;5::9 ( if the DNA reward is 25) there should be around 6 to 9 search results press search again type in 25 (or the value of the reward you are replacing if it is different than 25) press the refine button, there should now be around 2 or 3 results with all the results checked press the edit button then the More button and type 1 into the line that says increment and hen press yes go back to the game and close then reopen your mission rewards menu and see which number is now displaying go back to gameguardian and modify that number to the amount you want go back to the game close the mission reward menu and reopen it to claim your reward. If it still gives no results you may need to check the other memory ranges at the very beginning
  15. No problem that is what these help forums are for. The 1 is at a memory address right before the DNA reward value we are looking for and the 5 is at a memory address right after it by doing the group search we avoid having thousands of results to sort through If you have a mission reward that is giving you DNA 35 DNA you search for 1;35;5::9 as DWORD 20 DNA you search for 1;20;5::9 as DWORD Cash 1000 Cash you search for 3;1000;5::9 as DWORD 1750 Cash you search for 3;1750;5::9 as DWORD XP 400 XP you search for -13;400;4::9 as AUTO 475 XP you search for -13;475;4::9 as AUTO Loyalty Points 20 Loyalty Points you search for 4;20;5::9 as DWORD 25 Loyalty Points you search for 4;25;5::9 as DWORD You only need to do this once for each type of reward just like in the video so if you have multiple mission rewards with the same type of reward you can always keep them available in case one of the others wont come up in the search for some reason, once you have done the hack for that type of reward go ahead and claim the others of the same type.
  16. the search string for DNA is going to be 1;DNA value you are replacing;5::9 in the video the mission reward was for 25 DNA so the search string ended up being 1;25;5::9 there is a 1 right before the DNA values and a 5 right after them, the :: says to look for them in order and the 9 basically tells GG how big of an area to look for them in after you search for your string refine the search with just the number of DNA that the mission rewarded, in the video it was 25 then increment those results as shown in the video, just pay attention to the white clicks and make sure you use the right value for the mission rewards you are replacing as they can vary from the video.
  17. Well to start with here is how to give yourself Unlimited DNA, Cash, Food, Coins and Loyalty Points in Jurassic World v1.27.1 using GameGuardian. When it comes to the emulator and rooting it the simplest method is using Nox (you need to download the nox specific version of GameGuardian if you use this)as you simply need to check a box in settings to root it but I used Bluestacks while doing the video, it is a bit more complicated to root but if you want to give it a try let me know and I will show you how to set it up.
  18. Here we go, thanks to the guy that claimed I stole his video in my youtube comments for showing me were the Duplicates menu was:P here is a simple method.
  19. I will be uploading a new video for this shortly that has a method you can repeat as needed.
  20. Here ya go, again after you do this and restart the game your money will STAY in the negative and you will ONLY be able to open free and prize packs, but you will keep all the players you obtained while doing the hack.
  21. Have a playstore link?
  22. Hey I hadnt fully tested that last night, so it turns out everything you buy you keep but when the game restarts your money will be stuck in a negative of whatever you spent that you didnt earn and it does not appear to change when you win more. You could still purchase packs (before restarting) till you have all the players you really want and plenty of extra to trade, but you would be limited to prize and free packs after that. If this would still help you let me know and I will make the video, also I am still working on the tokens, do you only earn them from watching videos?
  23. I figured out the gold and will work on the tokens in the morning, I will post a video for ya sometime tomorrow hopefully for both em them.
  24. Click your heels together three times:P
  25. This can get you a ban some say the amount of keys you give yourself makes a difference and to keep below 1000 but not sure I would only do it with a brand new account
×
×
  • 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.