ackvonhuelioLvl 41
Ravage
alr so like binary coder pointed out it is just better in most cases for dumb people like me to just print in the string you gave
however i have a decent amount of coins and I just wanted to obfuscate it as much as possible so here is my hundred something characters code
console.log(("00"+(102250447070918).toString(3)+(232673281708485).toString(3)).replace(/2/g,'\n').replace(/0/g,'⬜').replace(/1/g,'⬛'));
the way this works is it converts the number into base 3, with 2s being line breaks and ones and zeros turning into black and white boxes to form the image
i had to put two decimal strings because cdo doesn't give enough accuracy with the base 3 translation
you can change the decimal numbers to form whatever image you want