Jump to content

bobokill

Members
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by bobokill

  1. I think you can use the pattern method I described above. I never tested that though with Grasta Fragment and Crystal though. I simply exchange Opuses for them. I tested currency.cat_coin though and it should work.
  2. Here is an alternative way to obtain the item ID, if my old method doesn't work. 1. Use the normal Nopaew hack to find the ID of the Chant Script (find the BuyingAmount variable, select Chant Script in the shop, then get the value of the variable 8 addresses above the BuyingAmount). 2. Do a search using that ID (there should be less than 10 results), then inspect each result (Go To, then scroll up a bit). One of the result should have this pattern: 114D 5D 0D 0D 0D <Chant Script ID> 113D <Chant Script Text ID> Note that this pattern can be different from device to device, and maybe version to version, but I'm pretty sure on the same version / same device it should be the same. Therefore, you may not need to perform step 1 and step 2 for another item. 3. Take a note of the pattern, then do the text search, e.g: :job_rank_item.zodiac_amenouzume, then filter by :. , there should be less than 10 result. Inspect each result (Go To, then scroll up a bit) and look for similar pattern => save the Potential ID. 4. You can do another search using the Potential ID, if there is a similar number of search results (e.g: if the Chant Script search gives you 7-8 records, this should as well gives you 7-8), then you can be confident that the Potential ID is the ID of your the provided text ID. Note: you can also turn step 3 into a group search. e.g: 114D;5D;0D;0D;0D;113D;Q'job_rank_item.zodiac_amenouzume'::50 (this basically means: search for a group that have this exact order of these values: 114, 5, 0, 0, 0, 113, then job_rank_item.zodiac_ameneouzume within 50 addresses). Filter by 113, then Go To, the ID should be just above the var with value 113. This would save you the hassle of looking through each search result, but you have to type long search query.
  3. Was you able to locate the item ID similar to the method I used? I couldn't find the record with similar pattern using this method for this opus. I still able to find it for a few others though. If you can confirm that you're using the same method, I'll try again on emulator.
  4. Some good IDs: currency.cat_coin (Cat coins) ability_orb_material.special_s (Special grasta piece) ability_orb_material.special_m (Special grasta crystal)
  5. Oh I see it now. The record on the list doesn't update, but the title on the left side updates.
  6. So the shop view reloads only upon opening. Now I understand why I couldn't replace the items in the shop before. This doesn't look convenient, since the amount variable changes every time the shop reloads.
  7. 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.
  8. 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. 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.
  9. 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: Hack Nopaew existing items to buy a lot of it without gems: https://sbupload.com/ea247239cf61d449 Hack Red / Green keys by locking the IDs: https://pixeldrain.com/u/YmYyqKaK 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.
  10. Think you could hack Another Eden, Angel? It's a gacha game. I suggested this because it's pretty similar to DayR in term of implementation. It's kind of an offline game that requires internet connection to save constantly. The gacha stuff is server side but everything else (the grind) is client side, so you may learn a thing or two trying to hack it.
  11. You guys should probably stock up a little. They may patch the pointers swap pretty soon. Imo it's an easy fix, they could simply set some random function name and that's it.
  12. Can you link back to that post? This thread is now 67 pages long.
  13. Is there a way to hack christmas 2023 currency?
  14. Hi all, Anyone knows how to mod buffs duration? The old method (search for duration in seconds then change it) doesn't work anymore.
  15. Also, can someone elaborate more on how to unban? I can transfer files to another device, but should I use a different Gmail?
  16. Hi, is it possible to spawn limited items such as the items in the last Halloween event? Offline mode hack is good enough as I don't play online.
×
×
  • 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.