I'm not sure if anyone found this but i was looking filian's arg website. I got the password "THE_TRUTH" from loopnest's video and entered the page where it looks like a windows 95 and went to the JavaScript.
The JavaScript was fully obfuscated so i asked CHATGPT to help me deobfuscated it (i'm not very good at JavaScript neither reverse engineering).
After GPT gave me a readable file i could find these things:
- A hash and a function that telled me this hash is composed by "something" "," "something" "," ... (I tried to share the hash but reddit's filters was removing my post)
- The site is storing the last 11 keys that were pressed
- The keys A B a b "left arrow" "right arrow" "up arrow" "down arrow" make a sound
So i built a script to find the value of the hash using the tokens "ArrowUp, ArrowDown, ArrowLeft, ArrowRight, a, b, A, B, Enter, Escape, Backspace, SPACE" and after a few minutes my script found that this sequence is the value of the hash ArrowUp,ArrowUp,ArrowDown,ArrowDown,ArrowLeft,ArrowRight,ArrowLeft,ArrowRight,a,b,Enter and if you press this (without the ",") in the site it open a window named unknown and it start playing an audio, but it is 4 AM right now and i need to work in less than 3 hours so if anyone want to continue from here good luck. (I'm not sure if this was the intended solution, but here we are)
Edit: As some people pointed out it was already known information