Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
im pretty sure thats the inverse teleportation machine. i have already built it
First, you need to open it in NOTEPAD
Then remove 1 line of the code
If you remove the right one, you will be able to view it as an image!
f = open("modulo2.jpg", "rb")
content = f.read()
f.close()
n = open("modulo2 fixed.jpg", "wb")
n.write(content[::2])
n.close
edit: took me this long to realize i forgot to run n.close as a function