Jump to content

2 encrypted values for main single value


AjYouTube

Recommended Posts

Games are updating and there security aslo updating

I was finded a new kind of encrypted game

If you have a good internet connection see the video

Or slow speed read steps below

1) search as encrypted value as normally 

2) Finally u will get 2 value, if 3 results search again. If again 3 results do as same

3) first u need to make all value 0 using XOR key

4) Then edit all with XOR KEY to 99999....

5)I am saying that edit one by one using XOR

 

THAT'S IT

NOTE: I WILL SAY LATTER 

Link to comment
Share on other sites

  • Moderators

Feel like you've over complicated something that's straight forward....   Could be wrong ?

 

Edit: It's just 2 different xor key with same value. If values mismatch, then set to 0. Same concept as games have xor then the dword below verifying the value matches (Harry Potter). Basically you know each are xor, both have value = to each other. So with that knowledge you know the key for each and can edit both to an exact qty without resetting and doing a bunch of extra work.

Link to comment
Share on other sites

I just started learning 

If you think I am doing something wrong 

Mention where I do please

 

Sorry but what did u said I didn't understand some points.

And can you help me please

1Xa

It's encrypted value is 444443

I want to know 'a' in that

Can you help 

 

 

Link to comment
Share on other sites

  • Moderators
40 minutes ago, AjYouTube said:

I just started learning 

If you think I am doing something wrong 

Mention where I do please

 

Sorry but what did u said I didn't understand some points.

And can you help me please

1Xa

It's encrypted value is 444443

I want to know 'a' in that

Can you help 

 

 

I wouldn't say you did anything "wrong". 

So first, the 'a' in 1xa is offset between the xor value and xor key.

In your video this doesn't apply, both are xor value, and I'm not sure where the xor key is for them. In your video, let's pretend they are plain dword and your coins was 5000.

It would be

5000

5000

Edit 1 of them, both get set to 0, because they don't match. Now lets xor them with same xor key. Let's use this as the xor key, -1,060,110,170.

Now it will be

-1,060,105,426

-1,060,105,426

Still nothing too crazy, they just have to match still.

Now let's xor the top with key -1,060,110,170 and bottom with key 931,280,936.

-1,060,105,426

931,277,728

Now looks "well protected"... Because edit just 1, value gets set to 0. You could, since values are low enough, treat both as a xor key. So, let's pretend both those are 0 (even though it is 5000). Because these HAVE TO match, it makes this easy. So using those as keys, set them to 2,000,000,000

-1,060,105,426

1,085,783,968

Hope this makes sense.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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