Jump to content

Crypsis

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Crypsis

  1. 12 minutes ago, NoFear said:

    Honestly haven't had time. 

    My thoughts with crystals/exp that you buy/get in packs...  They aren't a "value" is my guess. They are one an "id". 

    Hypothetical example.. 

    You have chance to earn 1 3 20 or 50 crystals. They are crystal pack 1, 2,3,4. Since this game uses pointers I would look into finding the "end" of the pointer and work backwards. 

    So, one method I like to use is find a word related to what you are doing. So "crystal". Convert that to hex. I would do RYSTAL  and   rystal  saves you a 3rd search if they do a C with the lowercase. 

    So for the lowercase

    Byte search this

    72h;79h;73h;74h;61h;6ch::6

    Then search only one of those like the 72h. 

    Now these results are all plain text. Goto location, and see if it spells out like "crystal_reward_40" or something. 

    Then scroll nearby and look for similar strings. You'll find patterns and most likely a value that is always above these. Copy the address, search hex dword of that address. If you get 1 result, that's the pointer. 

    Then you find nearby something like crystal_reward_200. Copy address location of pointer, and the hex dword search value, edit the value dword and paste location as hex dword. Now what should be 40 reward points to a 200 reward. 

    Thanks alot for this information I'll see what I can find :)

  2. 2 hours ago, NoFear said:

    Please give me a couple hours. I'll be providing a guide and video for this new search. Also a list of games that all use this as protection for users to 'test' on. 

    Seems like its going good, Just spotted you in the arcade ranking ^^

    - Also invited you as friend ingame*

×
×
  • 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.