Jump to content

NoFear

Moderators
  • Posts

    2,980
  • Joined

  • Last visited

  • Days Won

    224

Posts posted by NoFear

  1. 24 minutes ago, Enyby said:

    It is very special and very bad realization - store key around value.

     

    Encrypted search can find any xor operation. Does not matter how and were stored key.

    For this games exist very simple check:

    Need two pair with value in memory and value in game. Like this:

    Calculate xor for each row:

    9559 xor 453963 = 444444

    9459 xor 453871 = 444444

    We get same value then it mean used xor with this value.

    Now we can simple calculate need amount for set:

    1234567 xor 444444 = 1318555

    We set to memory 1318555 and get in game 1234567.

     

    If we see value 444444 near our value we can set to 0 it.

    number xor 0 = number

    After that you can set value in memory same as in game.

    But this happens only if game dev stupid enough. In most cases key stored in different place or written in code.

    Is there a xor calculator? 

    Thank you for this info. It's even more simple than I thought. 

  2. 6 minutes ago, Enyby said:

    gold = 444444 xor value

    This values can be easy founded by use encrypted search.

    No sense to add any methods. Search encrypted can find these.

    I'm seeing more games implement this method though. 

    Where 444444 is 4bytes above the value. 

    444445 is 1 but the further from 1 you get the harder it is to find. 

    Usually my method if I know value is 0,search 444444. Then have value change and search unknown changed. 

     

    I guess encrypted is good enough for it. 

  3. 51 minutes ago, GoldenMonkey said:

    no one kno what to do ?

    The gems value is determined by the qty for the food/gold. 

    And maybe goto address for the portal stones values, find offset between them and use that offset to help find the others. 

     

    What's the game? 

    I might be able to give detailed instructions. 

  4. 48 minutes ago, Ionadayo said:

    I somehow managed to get rid of this issue..

    i just uninstall all apps (Everything including ccleaner, whatsapp, etc) except the monster super league game,

     then the notification "Ilegal program detected by bla bla bla" is gone.
    and i can play normally again now.

     

    That's not the point of "bypassing". 

    The point is to keep your apps and play. 

    It is possible, but extremely annoying. 

    If planning to use GG most likely can if game doesn't have ptrace. 

  5. 49 minutes ago, DivineDeity said:

    Sounds like a reasonable guess, only, trying to find the value outside a level where the value doesn't change is a bit hard. Sifting through thousands of addresses and changing the value to see if it changes hp, does nothing, or crashes the game lol.

     

    A guide would be very nice though.

    Most likely need to find other related values nearby. 

    Then your can at least narrow your results. 

    Also finding the memory range most values are on helps too. Then you can search only that memory range. 

     

  6. 4 hours ago, JK21 said:

    @NoFear Thanks for your reply! But I'm kind of confused. If I translate the time to seconds and search for it (even if I pause the game) and edit it to 1 or 0 it doesn't work. Also I tried checking for unknown values that change but there are thousands :/

     

    I got it all now!

    I searched for 43,200,000 in DWord and edited it to 0

    Thanks for much for your help :)

    Anytime. 

    :)

  7. 3 hours ago, Maochi said:

    im level 92 when i start to do that. and i edit and freeze to 0. but my level is continues to 93 and 94. there somethings wrong? first im lvl.92 and searching using Dword. search for 91. too many result. then i'll beat lvl.92. and go to 93. then i search for 92. only one result. then edit and freeze to 0. then i beat 93. but my lvl. is continuing for lvl.94. :(

    any opinion?

    You need to play a level first. 

    All values in the game can't be searched until you've played a level. 

    Launching game and searching will be useless. 

  8. Launch game. 

    Play a level. 

    When you get back to main screen, dword search the level you are on minus 1.

    So if you are on level 451,dword search 450.

    If too many results, play and beat level and now search 451.

    Have one result .

    Edit and freeze to 0. And forever be in level 1.

    Don't edit over 799. Level 800 is last level. 

  9. 4 hours ago, crzykiller said:

    How much do you guys suck to hack this game? I fully support hacking games for currency but seriously? Invisibility, speed hack and infinite ammo/grenades is for scrubs. You guys have completely ruined this game for everyone who wants to play it legit. God damn scrubs need to go invisible to get any kills because your little brains can't compute how to play.

    Can you QQ much more? 

    You are complaining about a video game, re-think your lifes priorities. 

    Someone will always have an unfair advantage, whether it be hacking or something else. 

  10. 17 hours ago, pythonIND said:

    How to health hack and rank hack ?I saw some hackers with it.

    Couple things. 

    Don't flood this forum with your requests for help. There is no need. 

     

    Second.

    Hacking this game with anything noticeable by other players will get you banned .

    Visit the forums of the developer of this game .Entire section dedicated to reported hackers. There is many things still hackable, many are not worth attempting online. Takes only 1 SS/video and report, and your account will be banned. 

  11. 3 hours ago, spoder22ce said:

    @mindkiller a how do you mod the stars? 

    _______________________________________________
    added 4 minutes later

    @NoFear I'm on the 406 stage, this method is not applicable. And I understand how do that

    It is applicable. 

    You can play any stage you want... 

  12. Sometimes that's what it takes though. 

    I have gone through 30k results before editing a few hundred at a time.  It gets the job done :)

    Usually with rewards there is a nearby value that can be long and unique to rewards only. Then doing like a dword ordered group search could've helped.  Narrow your results (maybe not too much). 

    glad you got it :)

  13. I haven't played it myself, based on what was successful, when you find the rewards value for coins/xp, goto address location and look at values nearby. 

    Usually 0 1 2 nearby. 

    Sometimes it will be 0 if it's gems. 1 coins and 2 for xp. 

    I would compare many values of coins and xp and see what's different, then you could convert a reward from coins to gems instead. 

  14. 1 hour ago, Enyby said:

    1. I know. Write to @d2dyno

    2. We have plans about that. Now I worked for refine ordered group search.

    But you must understand regions can be different marked on different firmwares and kernels. For example in video you can say - use only Anonymous regions but for some users need use Malloc region. It is happens not often but can be.

     

    You are welcome.

    I guess from creating a guide standpoint, then saying which memory range might be a problem. 

    I could always offer an initial search option to find a value, then see what memory range it falls in, providing user with exact memory range on 1 search. 

    Again, thank you for the ordered group search. That has been one of the most useful features and I use now more frequently than anything. 

     

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