Jump to content
  • 0

Question

Posted (edited)

Is there an tool to find the algorithm of Values?

Or is there any other way to calculate the Values?

Example

7,14438328e10 = 47

8,64762184e10 = 89

5,62838922e14 = 1895

5,54592585e14 = 1913

4,17332032e13 = 2124

3,60294866e13 = 2304

3,87610858e13 = 2529

4,97390222e13 = 2686

6,02359223e13 = 3203

6,01843827e13 = 3230

??? = 1000000

(GG is able to find these with encrypted serach)

Edited by 1337-D34thk1ller

Recommended Posts

  • 0
  • Moderators
Posted

Is that consistent for every launch? Make sure you are using correct value too. Whether float, double, dword qword.....

  • 0
Posted
  On 2/15/2021 at 11:15 AM, 1337-D34thk1ller said:

Is there an tool to find the algorithm of Values?

Or is there any other way to calculate the Values?

Example

7,14438328e10 = 47

8,64762184e10 = 89

5,62838922e14 = 1895

5,54592585e14 = 1913

4,17332032e13 = 2124

3,60294866e13 = 2304

3,87610858e13 = 2529

4,97390222e13 = 2686

6,02359223e13 = 3203

6,01843827e13 = 3230

??? = 1000000

(GG is able to find these with encrypted serach)

Expand  

Any chance you could get the left values as Dword? assuming these are floats..

  • 0
  • Moderators
Posted
  On 2/17/2021 at 4:00 PM, BoomEX said:

Any chance you could get the left values as Dword? assuming these are floats..

Expand  

Could always debug. Or find the pattern and just calculate the values in excel.

  • 0
Posted

Float is the correct value.

The game rounds 74,2 to 74

I cant tell the digit behind comma.

Values dont change after restart.

Exact value dosnt matter for this game, but i want to know for other games how to calculate such values.

  • 0
Posted
  On 2/21/2021 at 2:50 PM, 1337-D34thk1ller said:

Float is the correct value.

Expand  

Even if encrypted value is interpreted as float by the game, one still needs to know exact values to be able to analyze how values in the pairs you provided are related. That's why you were asked to provide the values interpreted as dword.

  • 0
Posted

Dword = float = real value ingame

1.363.350.291 = 5,23649147e10 = 52

1.345.393.427 = 1,18832691e10 = 162

1.347.228.435 = 1,37623173e10 = 222

1.352.340.243 = 2,08137482e10 = 252

1.351.619.347 = 1,93373532e10 = 262

1.352.569.619 = 2,12835103e10 = 283

1.351.160.595 = 1,83978291e10 = 308

1.352.897.299 = 2,19545989e10 = 353

1.356.665.619 = 2,96721183e10 = 412

1.355.682.579 = 2,76588524e10 = 442

 1.355.682.579 = 2,76588524e10 = 442

1.465.094.931 = 2,32628632e14 = 770

1.465.127.699 = 2,33178388e14 = 796

1.469.567.763 = 3,33865625e14 = 1062

1.443.840.787 = 3,93795611e13 = 2501

You need this for example?

 

  • 0
Posted
  On 2/21/2021 at 6:20 PM, 1337-D34thk1ller said:

Dword = float = real value ingame

1.363.350.291 = 5,23649147e10 = 52

1.345.393.427 = 1,18832691e10 = 162

1.347.228.435 = 1,37623173e10 = 222

1.352.340.243 = 2,08137482e10 = 252

1.351.619.347 = 1,93373532e10 = 262

1.352.569.619 = 2,12835103e10 = 283

1.351.160.595 = 1,83978291e10 = 308

1.352.897.299 = 2,19545989e10 = 353

1.356.665.619 = 2,96721183e10 = 412

1.355.682.579 = 2,76588524e10 = 442

 1.355.682.579 = 2,76588524e10 = 442

1.465.094.931 = 2,32628632e14 = 770

1.465.127.699 = 2,33178388e14 = 796

1.469.567.763 = 3,33865625e14 = 1062

1.443.840.787 = 3,93795611e13 = 2501

You need this for example?

 

Expand  

how did u do this?

  • 0
Posted

320.017.171 = 1,85634128e-27 = 0 

Real value must be float

- is rounded by game (example: its sometimes like this: i have 350 gold and after collect 20 I have 371)

- if i edit value manual, somethimes i see fir example 371.2 

-cant be double its a 4 bit digit. If i change dword offset 4 or -4 has no effekt

[added 1 minute later]
  On 2/21/2021 at 7:47 PM, Phulen said:

how did u do this?

Expand  

Collect Gold - copy paste

Collect Gold - copy paste

Collect Gold - copy paste

Collect Gold - copy paste

😅😅😅

  • 0
  • Moderators
Posted

It's xor.

Xor key = 320,017,171

Xor value = 1,363,350,291

Xor result = 1,112,539,136

Dword 1,112,539,136 = 52.0 float

Edit:

If you want 500,000,000 gold

dword edit

1,593,669,691

 

  • 0
Posted

Now i understand how calculate the Key without having the "0" Value 🖒

Dword = Float= real Value

1.471.427.347 =  3,9626291e14 = 1337

Real Value in float:

1337.0 float = 1.151.803.392 Dword

"Dword of Real Value in float" XOR "Dword encrypted" = XOR Key

1.151.803.392 XOR 1.471.427.347 = 320.017.171

😉

 

  • 0
Posted

But 1 question is left:

Its the Anti-cheat system of the Game "Anima"

All values (in Dword) a encrypted with 2 values that random generated every time they change.

Anti-cheat 1 XOR Anti-cheat 2 = real Value (Dword)

No problem to Bypass this😉

BUT the Weaponstats are saved in float

Anti-cheat 1 = 1.355.811.694d = 2,79232799e10f

Anti-cheat 2 = 302.734.446d = 4,39745947e-28f

Real Value = 1.116.471.296d = 70.0f

Other example:

Anti-cheat 1 = 1.342.267.165d = 8.681.976.832,0f

Anti-cheat 2 = 325.013.789d = 2,8186549e-27f

Real Value = 1.129.316.352d = 208.0f

 

No matter how i calculate there is always an difference. 

Now the Question: is there an dword value for 0.0 float that is not 0?

In some games i found -0.0 float that has a long dword value (sorry dont find it for example anymore)

Maybe i need this 0.0float to XOR the Anti-cheat value befor calculate them🤔

If i XOR the 2 Anti-cheat values and search for the result, I dont find anything. Same with calculate the Anti-cheat 1 or 2 with real value.

  • 0
  • Moderators
Posted
  On 2/22/2021 at 10:23 AM, 1337-D34thk1ller said:

But 1 question is left:

Its the Anti-cheat system of the Game "Anima"

All values (in Dword) a encrypted with 2 values that random generated every time they change.

Anti-cheat 1 XOR Anti-cheat 2 = real Value (Dword)

No problem to Bypass this😉

BUT the Weaponstats are saved in float

Anti-cheat 1 = 1.355.811.694d = 2,79232799e10f

Anti-cheat 2 = 302.734.446d = 4,39745947e-28f

Real Value = 1.116.471.296d = 70.0f

Other example:

Anti-cheat 1 = 1.342.267.165d = 8.681.976.832,0f

Anti-cheat 2 = 325.013.789d = 2,8186549e-27f

Real Value = 1.129.316.352d = 208.0f

 

No matter how i calculate there is always an difference. 

Now the Question: is there an dword value for 0.0 float that is not 0?

In some games i found -0.0 float that has a long dword value (sorry dont find it for example anymore)

Maybe i need this 0.0float to XOR the Anti-cheat value befor calculate them🤔

If i XOR the 2 Anti-cheat values and search for the result, I dont find anything. Same with calculate the Anti-cheat 1 or 2 with real value.

Expand  

I might have to see it in memory browser... In case more info is needed. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.