AngelWolf Posted October 31, 2022 Posted October 31, 2022 (edited) 4 hours ago, revelationes said: 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 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. Edited October 31, 2022 by die440 adds sum stuffies 2
JeromeGG Posted October 31, 2022 Posted October 31, 2022 For material swap just Search number required for material Edit him via increment to found real Value material and swap replace to your item
JeromeGG Posted October 31, 2022 Posted October 31, 2022 23 minutes ago, JeromeGG said: For material swap just Search number required for material Edit him via increment to found real Value material and swap replace to your item Tutorial Video https://youtu.be/GUa1UXYeF10
BDYR Posted October 31, 2022 Posted October 31, 2022 15 hours ago, Naeem58 said: So...I had goofed up the first time on fairy dust...but I found my mistake and finally.. I got the fairy dust... Thanks again man... you just made my Halloween...!! may i have the code for magicdus
EL-MAX-1997 Posted October 31, 2022 Posted October 31, 2022 does anyone have the updated codes for easter eggs, hunter chain, plague mask and demon mask as well as fairy dust and finally you can increase the experience of pets with game guardian ?????
HamsterOfDarkness Posted October 31, 2022 Posted October 31, 2022 I tried swapping a bullet to a spooky spoon, buy it seems I could not "see" or "find" pointers as seen from video below, am I doing something wrong? Please help 20221031_130043.mp4
JeromeGG Posted October 31, 2022 Posted October 31, 2022 (edited) 4 hours ago, EL-MAX-1997 said: does anyone have the updated codes for easter eggs, hunter chain, plague mask and demon mask as well as fairy dust and finally you can increase the experience of pets with game guardian ????? Demon mask and plague you can find it broken item Hunter chain maybe weapon item Edited October 31, 2022 by JeromeGG
HamsterOfDarkness Posted October 31, 2022 Posted October 31, 2022 I have a problem, everytime I search for pointers it is always zero. I tried swapping an ammo for a spoon but the pointers are nonexistent. These are all the ones I ticked on. Please help
JeromeGG Posted October 31, 2022 Posted October 31, 2022 4 hours ago, EL-MAX-1997 said: does anyone have the updated codes for easter eggs, hunter chain, plague mask and demon mask as well as fairy dust and finally you can increase the experience of pets with game guardian ????? Plagues Doctor Mask 0D;0D;11D;0D;1,734,438,000D;1,834,968,437D;7,041,889D:33 Demon Mask 0D;0D;10D;0D;1,869,440,356D;1,634,557,806D;27,507D:33 Hunter's chain 0D;0D;12D;0D;1,953,396,072D;1,667,199,589D;1,852,399,976D:33
AngelWolf Posted October 31, 2022 Posted October 31, 2022 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. 2
JeromeGG Posted October 31, 2022 Posted October 31, 2022 17 hours ago, revelationes said: https://hexed.it/ is a great online tool to do this. When you write emerald_spoon backward, and highlight the letter 'r', you can see 1919249765 in the 32-bit integer (Data Inspector - Big Endian). When you highlight the letter '_', you can see the number 1600416865, etc. How to use it hexed
JeromeGG Posted October 31, 2022 Posted October 31, 2022 1 hour ago, JeromeGG said: Plagues Doctor Mask 0D;0D;11D;0D;1,734,438,000D;1,834,968,437D;7,041,889D:33 Demon Mask 0D;0D;10D;0D;1,869,440,356D;1,634,557,806D;27,507D:33 Hunter's chain 0D;0D;12D;0D;1,953,396,072D;1,667,199,589D;1,852,399,976D:33 0D;0D;11D;0D;1,953,718,629D;1,700,754,021D;3,237,735D;0D;0D;11D;0D;1,953,718,629D;1,700,754,021D;3,303,271D:81 Easter egg two class
Suati97 Posted October 31, 2022 Posted October 31, 2022 (edited) 8 hours ago, HamsterOfDarkness said: I tried swapping a bullet to a spooky spoon, buy it seems I could not "see" or "find" pointers as seen from video below, am I doing something wrong? Please help the pointer is not inside the string, watch again the video from jeromeGG, normally the pointer is 4 addresses above the item ID, the string name is just to find the item you need to do the thing Btw The last thing I want to do is to have infinite extras but for now I always get banned xD Edited October 31, 2022 by Suati97
kroslis Posted October 31, 2022 Posted October 31, 2022 9 hours ago, JeromeGG said: Plagues Doctor Mask 0D;0D;11D;0D;1,734,438,000D;1,834,968,437D;7,041,889D:33 Demon Mask 0D;0D;10D;0D;1,869,440,356D;1,634,557,806D;27,507D:33 Hunter's chain 0D;0D;12D;0D;1,953,396,072D;1,667,199,589D;1,852,399,976D:33 I'm not sure if i'm doing something wrong because demon mask and hunter's chain didn't work but plague doctor mask worked
Naeem58 Posted October 31, 2022 Posted October 31, 2022 14 hours ago, BDYR said: may i have the code for magicdus String: 10;1919508838;1969512313:25 id: fairy_dust
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now