Jump to content

Recommended Posts

Posted
18 minutes ago, xiaoxoap said:

Hi there, thanks alot for your hardwork! 

But I am kinda stuck at the part 2(red green key card)

https://streamable.com/nl53up

1. As in the video, after i locate the *buying item* address, there's no pointer or purple variable

I follow the video, assume the addresses are correct, and save all 3 variable, then my game crash after I buy the items

Can you point out which part have I done wrong or missed out? 

2. For the same case, I follow your guide to search for the skip ticket, same scenario, similar address, but the variable doesn't show in purple color too

I download the game from apkpure, using VMOS and run GG (not in virtual space setting). Hope to get your reply soon, thanks again for guiding us😅

Different devices handle these addresses differently, as you can see the values on my screenshots also look different than the values in the video. Sometimes, I also encountered the problem where the pointer variables are not shown in purple.

Here are a few things you can try:

  • Ensure you're using the arm64-v8a version from apkpure. If you download the default one, it may be the armeabi-v7a version.

Screenshot2025-02-05at1_55_04PM.thumb.png.778dc074fb86bee64fe917a01dc938bc.png

  • Save all the addresses above the buying amount variables, then click different items in the shop to see how these values change
    • You can see that there are many values with the hex value: B4000075h or B4000076h, these are similar to the value 120D in my screenshots, so usually the value above them are what you're interested in
    • I think in your stream video, the values you're looking for are at these 2 addresses: 75591C1E08 (8 addresses above the buying amount) and 75591C1E10 (6 addresses above the buying amount).
  • Try the text search first, to see how the item IDs look like, and find the numbers that look similar.
Posted
6 minutes ago, bobokill said:

Different devices handle these addresses differently, as you can see the values on my screenshots also look different than the values in the video. Sometimes, I also encountered the problem where the pointer variables are not shown in purple.

Here are a few things you can try:

  • Ensure you're using the arm64-v8a version from apkpure. If you download the default one, it may be the armeabi-v7a version.

Screenshot2025-02-05at1_55_04PM.thumb.png.778dc074fb86bee64fe917a01dc938bc.png

  • Save all the addresses above the buying amount variables, then click different items in the shop to see how these values change
    • You can see that there are many values with the hex value: B4000075h or B4000076h, these are similar to the value 120D in my screenshots, so usually the value above them are what you're interested in
    • I think in your stream video, the values you're looking for are at these 2 addresses: 75591C1E08 (8 addresses above the buying amount) and 75591C1E10 (6 addresses above the buying amount).
  • Try the text search first, to see how the item IDs look like, and find the numbers that look similar.

ok will try again, thanks so much

Posted
3 hours ago, bobokill said:

Different devices handle these addresses differently, as you can see the values on my screenshots also look different than the values in the video. Sometimes, I also encountered the problem where the pointer variables are not shown in purple.

Here are a few things you can try:

  • Ensure you're using the arm64-v8a version from apkpure. If you download the default one, it may be the armeabi-v7a version.

Screenshot2025-02-05at1_55_04PM.thumb.png.778dc074fb86bee64fe917a01dc938bc.png

  • Save all the addresses above the buying amount variables, then click different items in the shop to see how these values change
    • You can see that there are many values with the hex value: B4000075h or B4000076h, these are similar to the value 120D in my screenshots, so usually the value above them are what you're interested in
    • I think in your stream video, the values you're looking for are at these 2 addresses: 75591C1E08 (8 addresses above the buying amount) and 75591C1E10 (6 addresses above the buying amount).
  • Try the text search first, to see how the item IDs look like, and find the numbers that look similar.

Oups, i think i uploaded the wrong video previously 

https://streamable.com/l92tnk

This is the actual footage

arm64v8a apk, same method, still fail 

Do i have to clean everything inside napeow shop in order to get the correct red card address? 

If not i guess this is the end of me, back to play normally 😢

Posted

Just try what I suggest, use the items at 8 and 6 addresses above the buy amount variable instead of 10 and 8 like what you're doing.

Posted
7 hours ago, bobokill said:

For people who're still watching this thread: I don't know to replace the selling items on Nopaew shop, but I was able to find a way to get the IDs of the items, and was successfully get the Cat Express Ticket.

Basically, on this thread there are 3 things:

  1. Hack Nopaew existing items to buy a lot of it without gems: https://sbupload.com/ea247239cf61d449
  2. Hack Red / Green keys by locking the IDs: https://pixeldrain.com/u/YmYyqKaK
  3. Hack items that are not in Nopaew shop by swapping the IDs, this is similar to the 2nd hack, except that you have to find the IDs for the items you want.

I'll give the steps to get the IDs you want in step 3, but I'm too lazy to record a video. If anyone can do it successfully and have the time, please help record and upload a video. I would rather share this with everyone or let the developers fix it, than letting shameless people getting benefits from this.

Here are the steps:

  • Download and install apk from apkpure, select the armv8 architecture. This step may not be required, it's simply the version I use since I cannot download from Google Play.
  • Follow the 2nd hack, you should save 3 variables: amount of item, the top 2 pointers (purple color). I believe that only the 2nd is needed, but haven't tested.
  • Search for the ID of the item you want to swap, I hacked only the Cat Express Ticket, so I'll share it:
    • Cat Express Ticket has a text ID: dungeon_ticket.skip
    • Search using :dungeon_ticket.skip (note the semicolon in the beginning, it means text search)
    • Refine the search with :. (semicolon, then dot)
    • There should be 2 - 6 items left
    • Tap on one of the results, then select Go To
      • On this screen, you can tap on the top right corner, in the screenshot, it's where the h,S,D,F is showing.
      • You can config how to display the values for the addresses in this screen, you should tick the Hex, String and DWORD boxes
    • Scroll it down a few addresses, pass the end of the text ID a bit, you should see 2 pointer variables (purple)
    • As in the screenshots, the 2 values you're looking for are 505 087 712 and 504 682 272, on my device, I can easily identify them because there are two 120D value under them, it could be different on different devices
    • If you cannot find these ID, try with other search results
  • Once you have the 2 values, replace the 2 pointer variables you saved before with these values, in their respective order. Like I said, probably only the latter matters but I didn't test.
  • Continue with the hack

I'm not good at Game Guardian so these steps are not that refined, and as you can see, it doesn't change the items sold in Nopaew like in the screenshots of the guys who cracked it, but the result should be the same. I hope from these steps, some smart people will refine it and share more detailed steps with everyone.

You can use the same steps to hack Opus, and I guess it's possible to hack Cat Coin this way too. All the memoirs should have the prefix: job_rank_item, (e.g: job_rank_item.zodiac_fellislord, job_rank_item.zodiac_blazehero...). You can use text search to find all of them. Another way may be to unzip the downloaded APK file, there should be a localization file that would contain similar IDs. I'll leave that to other people, as for me the skip tickets are enough, as I believe the ability to skip dungeons should be free for everyone, I don't appreciate WFS lock it behind pay wall.

 

1.png

2.png

Thanks to bobokill

I manage to hack Skip ticket 😆😆Screenshot_20250205_184536_com_x8zs.sandbox01.thumb.jpg.a97d94df8af84232b3672c2bbd9310d1.jpg

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.