1337-D34thk1ller Posted February 15, 2021 Share Posted February 15, 2021 (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 February 15, 2021 by 1337-D34thk1ller Link to comment Share on other sites More sharing options...
0 1337-D34thk1ller Posted February 22, 2021 Author Share Posted February 22, 2021 1 hour ago, NoFear said: I might have to see it in memory browser... In case more info is needed. Cant upload screenshot (some Problem with my Phone) But you can see the memory editor here. At ~0:30min Link to comment Share on other sites More sharing options...
0 Moderators NoFear Posted February 22, 2021 Moderators Share Posted February 22, 2021 Not sure. I think something is missing still.... One: this person doesn't realize he can just group copy and group paste.... Which discredits the knowledge level for me. Two: they explain how the "calculation" works, but never utilizes that knowledge to create any custom value, but instead just uses data in memory. I would have to go looking around for myself to find proper method. I think they have SOME of the information.... Or are misinterpreting the data at hand. 1 Link to comment Share on other sites More sharing options...
0 CmP Posted February 23, 2021 Share Posted February 23, 2021 15 hours ago, 1337-D34thk1ller said: 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 Firstly, since we are dealing with bitwise operations, it is reasonable to convert all values to hex: Anti-cheat 1 = 0x50D00B6E Anti-cheat 2 = 0x120B5C6E Real value = 0x428C0000 Now let's define new values that are derived from these "anti-cheat" values: Key1 = Anti-cheat 1 = 0x50D00B6E Key2 = Anti-cheat 2 with 2nd and 3rd bytes swapped = 0x125C0B6E Real value can then be calculated from previously defined values like this: Real value = Key1 XOR Key2 Real value = 0x50D00B6E XOR 0x125C0B6E = 0x428C0000 15 hours ago, 1337-D34thk1ller said: 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 Following the same steps for this example: Anti-cheat 1 = 0x50015F1D Anti-cheat 2 = 0x135F511D Real value = 0x43500000 Key1 = 0x50015F1D Key2 = 0x13515F1D Real value = 0x50015F1D XOR 0x13515F1D = 0x43500000 3 Link to comment Share on other sites More sharing options...
0 Moderators NoFear Posted February 23, 2021 Moderators Share Posted February 23, 2021 10 minutes ago, CmP said: Firstly, since we are dealing with bitwise operations, it is reasonable to convert all values to hex: Anti-cheat 1 = 0x50D00B6E Anti-cheat 2 = 0x120B5C6E Real value = 0x428C0000 Now let's define new values that are derived from these "anti-cheat" values: Key1 = Anti-cheat 1 = 0x50D00B6E Key2 = Anti-cheat 2 with 2nd and 3rd bytes swapped = 0x125C0B6E Real value can then be calculated from previously defined values like this: Real value = Key1 XOR Key2 Real value = 0x50D00B6E XOR 0x125C0B6E = 0x428C0000 Following the same steps for this example: Anti-cheat 1 = 0x50015F1D Anti-cheat 2 = 0x135F511D Real value = 0x43500000 Key1 = 0x50015F1D Key2 = 0x13515F1D Real value = 0x50015F1D XOR 0x13515F1D = 0x43500000 Well done. Not much more I can say, other than impressive 1 Link to comment Share on other sites More sharing options...
0 1337-D34thk1ller Posted February 23, 2021 Author Share Posted February 23, 2021 43 minutes ago, CmP said: Firstly, since we are dealing with bitwise operations, it is reasonable to convert all values to hex: Anti-cheat 1 = 0x50D00B6E Anti-cheat 2 = 0x120B5C6E Real value = 0x428C0000 Now let's define new values that are derived from these "anti-cheat" values: Key1 = Anti-cheat 1 = 0x50D00B6E Key2 = Anti-cheat 2 with 2nd and 3rd bytes swapped = 0x125C0B6E Real value can then be calculated from previously defined values like this: Real value = Key1 XOR Key2 Real value = 0x50D00B6E XOR 0x125C0B6E = 0x428C0000 Following the same steps for this example: Anti-cheat 1 = 0x50015F1D Anti-cheat 2 = 0x135F511D Real value = 0x43500000 Key1 = 0x50015F1D Key2 = 0x13515F1D Real value = 0x50015F1D XOR 0x13515F1D = 0x43500000 Really impressive 🖒🖒🖒🖒 Thanks for this. Really helpfull Link to comment Share on other sites More sharing options...
Question
1337-D34thk1ller
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-D34thk1llerLink to comment
Share on other sites
20 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now