Jump to content

Unable to find value which is above trillion,, anyone cane help me?


Recommended Posts

Posted

My English is very bad, plz adjust

I was trying to find the value of gold in a game.but I am not getting the correct value... I tried encrypted value search and even unknown fuzzy search . The increased by level up to 'q'(I don't know what it is) after trillion(t) which is out of the possible dword range

The most insane thing is that the game is offline.Its complete data is in my device

If u didn't understand what is asked .. Then........

  • Administrators
Posted
1 hour ago, Samex said:

The increased by level up to 'q'(I don't know what it is) after trillion(t) which is out of the possible dword range

Usually this is sign of use float point arith, so it is Float or Dword data types.

Posted

Is it possible to have a value to be encoded by a group of values?

For eg:the number of gold is '1036392' and it is coded 123D,373D,5372D,....??

Posted
On 9/12/2019 at 12:34 AM, Enyby said:

Usually this is sign of use float point arith, so it is Float or Dword data types.

What comes up to q? 

And how much is 1aa?

Is there a list ?

Posted

It is the number of gold coins in the game which is reaching up to 'q'

1q= one followed by 15 zeros

Posted
9 minutes ago, QBear910 said:

What comes up to q? 

And how much is 1aa?

Is there a list ?

1a usually means 1k which is 1000.
1b = 1000000 
by this we can see every increment of alphabet is 1x10^3 
there are 26 alphabet. After filled up with all 26 alphabet, another alphabet is added and first alphabet turn to a.
1z then 1aa 
by calculation 
1aa = (1x10^3)^27 = 1e+81 (1 with 81 zeroes behind)
(easy math) 

Posted
5 minutes ago, ItsSC said:

1a usually means 1k which is 1000.
1b = 1000000 
by this we can see every increment of alphabet is 1x10^3 
there are 26 alphabet. After filled up with all 26 alphabet, another alphabet is added and first alphabet turn to a.
1z then 1aa 
by calculation 
1aa = (1x10^3)^27 = 1e+81 (1 with 81 zeroes behind)
(easy math) 

Thx, finally knows how it works😂

Posted (edited)
3 minutes ago, QBear910 said:

Thx, finally knows how it works😂

By that calculation, 1q = 1e+51

 

NOTE: THIS IS JUST BY CALCULATION WHEN 1A = 1000 1B = 1000A . FOR SOME GAMES, THEY HAVE A DIFFERENT CALCULATION WITH TOTALLY NO SENSE OF MATHEMATICS. JUST DEPENDING ON THEIR FORMATTING.

Edited by ItsSC
Posted
14 hours ago, ItsSC said:

...
1aa = (1x10^3)^27 = 1e+81 (1 with 81 zeroes behind)
...

Sound like rocket science to me xD
Anyway thumbs up for giving explaination 😄

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.