• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Count to googolplex but with x2

Lua:
local value = 18014398509481984
local newValue = value + value


newValue.
 
Lua:
local value = 36028797018963968
local googolplex = 10^10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
	repeat
		value = value + value
	until value == googolplex
value

Eh.. actually...
72057594037927936
 
Back
Top