Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

yo umm idk how u did it and i gotta admit its kinda cool but how did ur game jus randomly show static in the new update and say and i quote "They're not real" followed by my real name?

This code cheeks what OS you are using and then finds the name.

python:

            if os.name == 'nt':

                import os

                for name in ('LOGNAME', 'USER', 'LNAME', 'USERNAME'):

                    system = os.environ.get(name)

            elif os.name == 'posix':

                import os

                for user in ('LOGNAME', 'USER', 'LNAME', 'USERNAME'):

                    system = os.environ.get('USER')

And the static is a webm video. 

(1 edit)

dang thats cool, imma needa do this on my friends lmao. they get paranoid real easy keke