Jump to content

NoFear

Moderators
  • Posts

    3,002
  • Joined

  • Last visited

  • Days Won

    249

Everything posted by NoFear

  1. NoFear

    Calculate offset,xor

    Xor key is typically 1 or 2 dword lines away. Nintendo is the rare exception. Xor key and value usually look very very similar, especially for smaller values. Encrypted searching might not always find the xor value depending on how much the value changes.
  2. NoFear

    Calculate offset,xor

    All it is, dword values are treated as a xor encryption. You goto address so you can see the xor key above, use GG's built in XOR calc too calculate what the xor value will be using the xor key.
  3. NoFear

    Calculate offset,xor

    GG offers xor search /edit No need to goto address / xor value above etc etc... Depends on the game, the offset. A game in particular you are trying?
  4. I'll make a video..
  5. Not the thread to be mentioning another title... I haven't tried anything with that game in a while...
  6. Dword search the item level minus one and that value.
  7. I don't know what game you are talking about. Playstore Link?
  8. Later today I'll have a video.
  9. After the edit, try to go by something (that you can't afford)... It doesn't change immediately.
  10. Correct... If interested, can share how to modify the level of an item, as seen in the attached screen shot. It saves and is permanent.
  11. Please refer to this thread, as it s created first. https://gameguardian.net/forum/topic/17880-req-brutal-street-2/
  12. I was showing the id for each character, not that it changes character. I'm trying to hack the boxes price /timer...
  13. Which?
  14. Trial and error. Searched 220;30 then 30 then increment edit and check which value on the players stats screen matches.
  15. I'll make video for basic currency. I still haven't got gems (yet).
  16. You can search the original stats or the current stats, should all give results. The 1001,is character id for the 1st character. Then 1002 the 1003... Up to 1006 I think.
  17. Top 2 currencies are value type "double". The bottom are "double" but negative. You can edit them directly. Also prices are editable too.
  18. I froze each pointer until currency stopped changing.
  19. There is 2 pointers that will look similar (basically near eachother). The one above, will bring you to the hex value of your currency. The value below is the encrypted value.
  20. With this game, the dword value is hex value of an address location. Goto that address location, you'll have the encrypted value. Pointers are basically a hex value of an address location. Nintendo actually took 2 dword hex values, xor'd them and the result was the pointer.
  21. Not sure how that encryption works. I'm thinking a form of xor and maybe hex. So encrypted wouldn't work if xor key always changes. Also you can't find it because it's not in same location. Every value change it relocates and the pointer points to new location. This is why we find the pointer. If pointer relocated every value change too.... Wouldn't be good for GG.. Edit: not impossible, seeing how values are stored, could still find it with a combination of searches on a single value change.
  22. If you break your save, file is located here : Android/data/com.ideabox.iamzombie/save.dat
  23. I'll make a video for the currency. For HP, I can try finding that too.
  24. Game is all pointers. Each value change pointer change. Once you find the correct pointer, follow it and make your edits...
  25. I agree, 100% offline, should always be hackable. If I find time, I can look into it
×
×
  • 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.