Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/01/2018 in Posts

  1. Happy Halloween everyone. Enjoy
    3 points
  2. I finally found what I think are constants near the structure if the game: Cheat everything: -Search for 109;109;9;1;1::69 -Browse down after the last 1 in memory until you find a stack of "random" values: -These are the encrypted values of respectively: diamonds;holy water;gold;timer for shop (freeze for infinite actualisation of shop);level;timer;timer;timer --> Each encrypted value takes 2 Dwords. Change one of the 2 encrypting values to something high, change sign if needed, here you go! Take care about diamonds, don't put it too high (not more than 100000 usually). If you want you can just set all the encrypted currencies + level to 0 so you'll get exactly 76 367 of each (+level 76 367). I hope it works, have fun! ? Btw, the values near these "constants" seem to be cool to tweak. It looks like there are some kind of tutorial flags but I'm not sure (I saw a dword 0 near the 1 in the search code become 1 after I did my first quest). Also, the amount of currencies bought in the shop is directly dependent of your level. So if you see weird stuff going on there (negative or null amount), just change your level u til it is okay
    2 points
  3. View File PUBG One Click Loader telegram channel :https://t.me/pubgoneclickloader telegram chat room : https://t.me/pubgoclchat Submitter a2557057 Submitted 10/10/2018 Category PUBG  
    1 point
  4. 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
    1 point
  5. very thanks bro i try study this more because can help for the lua code scripts,when i read this i not understand the group mean i thinking when we try find multi values in game and i not know are the static values rsrs ,thanks
    1 point
  6. Aww I was going to use this as my first try at writing a lua, I will take a look at it instead ?
    1 point
  7. Try this lua scripts. farmheroes.lua I take no more than 1 hour to make scripts Unlimited lives and unlimited moves.
    1 point
  8. 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::
    1 point
  9. Offset will and never work if the address of value not static. Learn and read how group search work to find desired value, write the code in lua scripts, then you can execute the scripts with GG to run automatically without search and edit.
    1 point
  10. You got such a nice feature on GG called Increment and you don't use it ?
    1 point
  11. You can use "hack app data apk" to hack legendary heros moba Link=https://hack-app-data.en.uptodown.com/android/download #download and install it #open >>user apps >>legendary hero moba >> choose = preference >> im.maya.legendaryheros.v2.playerprefs >>you can find (profile00_gold,profile00_crystals,etc)
    1 point
  12. Name of Game: Legendary heroes Game Version if known: 1.2.2 Name of Cheat: Gold gem and health cheat Name of Adress (if any): https://play.google....legendaryheroes Manual Steps: Health: 1. Start a fuzzy search. 2. If your health increases, press larger. If decreases, press smaller. 3. Repeat step 2 until only a few results left. Your health would be the exact value as the amount left in game (e.g. 306) 4. Change to high number or just lock it to be invulnerable. Gold: I used root explorer to go into the location: data/data/im.maya.legendaryheroes/shared_prefs/im.maya.legendaryheroes.xml Hold press the xml file and choose 'open in text editor' Then there will be a "Profile00_gold" value="GOLD VALUE" Change the gold value to 999999999 and you get that amount. Just remember to save changes and delete the backup. Gem: data/data/im.maya.legendaryheroes/shared_prefs/im.maya.legendaryheroes.xml Hold press the xml file and choose 'open in text editor' Then there will be a "Profile00_crystals" value="CRYSTAL VALUE" Change the crystal value to 999999999 and you get that amount. Just remember to save changes and delete the backup. THE GAME IS NOW HACKED! And btw the crystals is all the way at the bottom while the gold is all the way at the top! This game is 100% hackable on gingerbread. Not sure about other versions. LIKE my post if this works thank you!
    1 point
  13. 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
    1 point
  14. it also doesn't work everytime for me, but maybe try to do a manual string search of the shop prices. i.e.: Dword search for [priceAsString];0:5 or [priceAsString];255:5. (100=3 158 065 ;10=12 337). Just change each value one by one as string (change byte per byte between 48 and 57) or to random value to find the targeted shop value if you have multiple results ;). Btw, i think like you that currencies are encrypted by some xor, but if it is, it's not a common use because the encrypted value is on 2 dwords, so i don't see how you can easily put an exact value... About your mystery, when you set the two encrypted value of a currency at a same value, the final value is not zero, but 76367, so that's why it worked. ? Happy Halloween too! Thanks for the video. Apparently newbi and I were not talking about the same shop as you lol, we were talking about the shop inside the town if the game, not the external shop with IAP lol. Finally, good job for finding these prices, because I'd honestly not have though about them being strings at all, this is really interesting!
    1 point
  15. 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.
    1 point
  16. os.exit() or goto to the end script.
    1 point
×
×
  • 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.