Elon Musk has been announced as the world's first trillionaire. In gaming, no title has allowed players to reach trillions in virtual currency, with Balatro being one of the few games where a player can accumulate billions. In Skyrim, using the console command player.additem with the item code for gold (0000000f) to add one trillion gold pieces results in the character going into over 2 billion gold in debt due to the game's coding limitations. Skyrim's gold is represented as a 32-bit signed integer, which has a maximum value of 2,147,483,647. Exceeding this value causes the amount to flip from positive to negative.