Jump to content

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


Samex
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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) 

Link to comment
Share on other sites

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😂

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

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