Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/31/2022 in all areas

  1. If you want to know all Item's name in the game, extract the APK and then go to assets/image/items and voila all item ingame Currently Used is located here, and to find using GG just do Ingame ID: scrap_metal Image Name: scrap_metal.png Length: 11 ( how to find out it 11, just count the total chars on the item ID/Name on folder i said earlier, excluding .png) The query will be QUERY : 11D;0D;Q 'scrap_metal':20 TYPE : Any if do correctly, you'll get usually roughly 3 address or so and they're ordered, example 11 Dword 0 Dword <some number> Qword now, just click the QWORD address and click GO TO on the pop out, and determine if the address looks like a usual Game ID Structrures, if so the, just move upwards a bit. Use the 11D on memory view as reference and offset it by 4 address above, if correct, the offset-ed address should be either 0 or a purple pointer. and that's your Item's ID Note: This is useful for searching item that you don't have. DISCLAMER: Some Items aren't available on the game, such as cypress and katana, etc. I assume the devs adds these sprite for future content, and also some items are removed from the game.
    2 points
  2. How to find wall hacks in any type of lib dump?
    1 point
  3. Here a Pointers for MAX values for HP, Food, Water, Energy ( They're grouped close ) Since they're grouped, we just only need the HP pointer to finds the others Query this Value: 327,613,640 Type: Dword We should get one address then offset it by Offset: -C (Hex) Type: Dword The result should be 0 in Dword, i checks it multiple times after that pointer search that new address you offset-ed then we'll find alot of addresses Offset all of these addresses you got from pointer search by Offset: 20 (Hex) Type: Double p.s : you can use tool called Change Address / type on list tab. and then we refine these addresses by Value: 100 Type: DOUBLE and we should get 2 address, one of the address just a dummy address (i assume) next, find the real one by increment. after you find the real HP address. p.s: remember to make copy of them, Change Address / type tool should have make a copy option copy the address and offset it by 70 (hex), and that's your Food Address (value will be 100 too) and offset the Food address by 70 (hex) again, and that's your Water, and offset Water by 70 (hex) again, yes i know. And that's your Energy address. and that's the groups. so the end structure will be Name - Value - Offset (Hex) HP - 100.0 - Reference point Food - 100.0 - 70 from HP Water - 100.0 - 70 from Food | E0 from HP Energy - 100.0 - 70 from Water | 150 from HP if you interested to add these to scripts, feel free to do so btw.
    1 point
  4. Working on it. But still incomplete. I have to check which ID is not working anymore. Feel free to take a sneak peek. https://docs.google.com/spreadsheets/d/1HCIzfll06l2ero9CgHa-iewG23hwr3nTu-h9kh0Ulz4
    1 point
  5. Hi, you encryption is very good Is just useless to add anti log in Telegram everyone can Bypass but i understand this is a public encryption so is important to add this
    0 points
×
×
  • 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.