#Neuro ARG - Cracking the "Numbers" Video
1 messages · Page 2 of 1
did we saved that key
hyper portable computr
i think
hich performace
hich?
high performance computing
o
dont get me started on spelling
good news
ill make everything into function
i added the interpretation where "add another line" means insert a -
already did 6 million possibilities 
you'll add it yourself
new set of keys inbound
how many


oh oh i gotta add the one where it flips individual numbers either side of the - and not the whole string
for backwards

i would prefer being able to use it on one of these
but others work (openMPI, Perl, java, spark, octave, comsol)
write a malbolge program to do it
sorry to ask but, I'm new and saw your trying to find an AES key, but for what ?
@robust scaffold has leveled up! (0 ➜ 1)
welcome
:>
so the quick version is
during debut a QR code was shown linking to a yt channel
this yt channel has a video called "Numbers"
the description of the video contains some base64-appearing data which decodes to garbage
and the lyrics describe a series of numerical manipulations very vaguely
its possible the description is encrypted
shiro how python can you be
and we have reason to believe if it uses a block cipher, said cipher has block size 128 bits
so we're trying to find a key from the lyrics
Link the entire message and pin it
thank ! (and new to the arg not the server !)
which entire message?
shiro
hi darkeew
welcome
:>
so the quick version is
during debut a QR code was shown linking to a yt channel
this yt channel has a video called "Numbers"
the description of the video contains some base64-appearing data which decodes to garbage
and the lyrics describe a series of numerical manipulations very vaguely
its possible the description is encrypted
and we have reason to believe if it uses a block cipher, said cipher has block size 128 bits
so we're trying to find a key from the lyrics
By Shiro
wjats your knowledhe o python
can you start what cat asked
use CUDA lol
cuda deez
im traumatized
mortal beings were not meant to write cuda by hand
decades of compilers and shaders are still made by humans
why
anyway heres more
I have a weird feeling that "numbers" is needed to solve "study"
welp the number video did get post first
thing is
they're posted same day
they're definitely trying to solve... something
alr gn
@kindred parrot @spring widget let me know if one of you gets impacient and does the program
But maybe you need to combine the result from Study and the decrypted description of "numbers"
What ever it ends up being
To get to the next puzzle
what is the deal with the golden ratio in the video? subtle hint at perfection?
we tried some things
i wonder if the video end at 1:19 to hint the 19 since its a empty frame
Likely a reference to the Fibonacci sequence, more numbers 
shouldn't be ABC = 543?

you know what
Let list out what can all these clues lead us to
- Website made by Vedal (likely ending in .XYZ like his website)
- Youtube video link
- Message
discord server invite?
- Activation code to be read by Neuro Sama herself?
Nah
unlikely i think: #1112082183235047506 message
5: vedal thigh high pics
I know, we should not brute force puzzles separately, we need to brute force the whole solution
step 1 - make Vedal AI
step 2 - ask what he will put as a solution of ARG
step 3 - profit
Well I was thinking more of like
|Reading out a phrase
|Reading out a youtube link
I've honestly tried shoving some of the base64 stuff at the end of vedal.xyz/ but got nothing
I'm probably crazy but the description "base 64 decoded" as bytes have a len of 1040 bytes and the lyric (that I have) is of len 531 (close to 520)
maybe the description is on 2 part of 520 bytes encoded by the same key ?
did you try something similar ? if no I can do it myself to avoid wasting your time
?
i dont think i understand ^^;
i feel its a bit of a stretch to round 531 to 520
yeah
but its a possibility i suppose
...
i havent wanted to consider it but
what if multiply means to add copies of the text
e.g. "1" x 5 = "11111"
js copy
adding another interpretation to the code
huh never tried that
im waiting on my multithread no result so far
nor did i because i thought it'd result in things that are oversized
...this is getting excessive
if you want new line could be \n or 10
discount code for merch
wait i forgot the other reverse
imagine kek

also rep_2_3 what happens when there is multiple 2s ?
\n makes the lines after really funky
currently replaces them all
may as well try everything
¯_(ツ)_/¯
Why are you javaing
java loves me and i love it back
im doing java too dw
gave me garbage data
been wondering a bit how the AES in java works
if there even one corrupted char in the goal this is useless lol
because AES as a block cipher can only parse 128 bits of data at a time
thats why you need a mode of operation on top of it
the desc of Numbers is 1040 bytes which is well over that 16 byte block size
i dunno i just yoinked the code on the website https://aesencryption.net/
AES encryption is a web tool to encrypt and decrypt text using AES encryption algorithm. The tool is free, without registration.
Do we have info on who john lemon is?
same
Is this being used to decode the description
yes
we are trying to brute force the desc
just a couple hundred billions possibilities it's fine
Are you really trying to brute force it?
i mean doesn't cost anything to try
wdym i just run it in the background
Right... well, I guess if it's just a background process and we're not relying on that, then it's all good

i listen to the song on loop for hours and the more it goes the more i hear different numbers sadly
i really think we have at least one wrong lyric but i don't think vedal will give us the official lyrics so
i have a hard time hearing the 9 for example
at one point i even hear 79 instead of 7 2 9
yeah I heard that too
I think
we all need to take a break
its because its separated into se-ven two nine
im on break currently
"finding all these numbers" really feel like a snarky comment now
what the hell does Matching all the letters mean
trying to do what shiro asked
but I'm still kind of new, what "abcdefg" mean if any consensus ?
good fucking question
and I feel like 572943 is a red herring because there is no operator associated with it
the consensus is that matching all the letters is matching 572943 or any other variation we might hear in our schizo frenzie to abcedfg
@minor fiber has leveled up! (3 ➜ 4)
yeah ?
Matching all the letters 572943
yes
I think its one phrase
theory is that "yeah" mark the end of instructions
lmao
but also each line is just big pause, since she pause before 572943 just new line it
i feel like each line might have a certain number of syllable ? since she says 2 4 instead of 24 maybe because 24 would be too long to say
does the abcdfg mean something in particular?
maybe refers to "matching all the letters"
Match the array of letters from a-g maybe ?
hell yea the ARG AI
lmao it does nothing
also we are not sure about the 572943
nah make sense
I think you're schizo
so general consensus is were trying to find the byte array to map to abcdefg?
someones gonna have to reverse engineer base64
base64 is easy?
there is an entire section on the doc with some idea on the matched letters
yes but write a encoder/decoder
for trial and error
with bit shift involved
sounds easy?
What do you need decoded into bytes?
how's the arg going guys?
any yall breaking through the base64 stuff?
assumed it was just there to rhyme
1h into brute force no result so far (with a pretty janky brute force ver low chance of being correct)
no 
we dont knwo what the base64 is meant to be is the issue
we're fairly certain its encrypted for a few reasons:
- there are no magic numbers in the resulting binary
yeah yall still missing some numbers?
i was also wondering if it was a jwt but don't seem to match
- the size of the resulting binary is 1040 bytes = 1024 + 16, a pretty reasonable size for something encrypted
running theory is that the lyrics will provide a key which would likely be 16 bytes according to that binary size
that'd fit 128 bit AES or any other 128 bit block cipher
yep that's some words i know 🙂
(an analysis was done on the base64 which found the proportion of zeroes to ones to be near 50/50, indicative of the randomness property sought by modern block ciphers as opposed to something classical like ROT or repeat key xor, hence why we think it's a block cipher)
so we're trying to deduce a 16 byte key from the lyric instructions
but no luck so far

same
its ok
numbers team has this (maybe)
you can go back to study and listen to your bangers
we'll keep looping our
lyrics
the best approach would be to listen to the song and note each numbers then listen again and if you hear another number note it too then try the instruction with the list of numbers
I restarted everything since I didn't put anything I did on record

Here we go again
it's fine i believe in my little thread workers im sure one of them will be lucky and find it
i can't send message about that discord block me
but I found this 1769393939393936939393939393693939393939369393939393936939393939393693939393939369393939393936939393939393693939393939324
(also sorry for taking time I was busy)
also, most probably Schizo again but "17 is first yeah" may be about instructions
like, the bottom is the start and we go up from it
oh, ok
also we completely reverse everything so not only did we start at the bottom, we did the opposite of what the instruction said
maybe start at the bottom but follow the insturctions?
oh
why not
in this case "Flip the numbers backwards" then "6" may mean flip the 6 (aka 9) ?
yeah
but I be honest. probably not that like it's a lot to accept
gone to crazy by that and here from a lot less time than you
Sorry I think I've gone a little bit insane cause I failed to process what you said

I should probably goto bed instead cause I still got work tmr
label has not been declared.
nan. I'm not native english, and I also should go to sleep so I probably speak like if I'm drunk
and yeah go to sleep if you have to work tmr: work is more worth than praying to find something I think
understandable
I am also not a native english speaker
Gn
Good night !
flip could mean rearrange or it could be flip the value
as in 3 -> 7, 9 -> 1
(x + 5) % 10
i had a theory for a while that this was actually a sequence of multiple values
i.e. 572943 is actually 5, 7, 2, 9, 4, 3
and you apply all following operations to the whole sequence
add a value just means put another element at the end of the list
multiply means multiply each element
but then the meaning of "flip the numbers backwards" gains like a billion possibilities:
- reverse the order of the list
- swap the digits in each individual item in the list
- both?
this is abcdefg as a 24 bit number 6750208
^i mean for each 3 letters
abc = 6382179
def = 6579558
g = 6750208
at one point she says "How long will I keep this up?" no way we have to see how long is left in the video
(37-38 sec)
i do too
again, if it was 5672943 it would make more sense because then the non-match would be the 9 to 1... but idk
if vedal gave official lyrics this would be so much easier
we are
then why did vedal say neuro wouldn't give hints
Surely

neuro isn't ready for lore yet
plot twist there was lore all along
what if the real lore was the friends we made along the way
true
thing is the 17 line
cant help but wonder why only one 2 digit number was mentioned
or was it for the sake of syllables
i also thought j

🤝
did we figure out the padding for the block ?
im using "AES/ECB/PKCS5Padding" right now but no result so far
Add another 9 yeah -> Add another line
padding isnt really something we need to figure out
for the most part the pkcs standards are pretty generic
to the point i actually dont know the difference between them
someone said something about 192 bit earlier
idk why people were saying 192
i cant copy ad paste
is the golden ratio important?
what does it mean what does it mean what does it mean what does it mean what does it mean what does it mean what does it mean what does it mean what does it mean what does it mean what does it mean what does it
1040 byte digest is indicative of 128 bit
it appeared in the video
1040 = (65 blocks) x (16 byte block size)
again, the "add a line" could very well be - or 1, or ignored - and if 1, add or concat?

so you think its aes?
i found this bunch of friends in the javadoc
You have unlocked new role
You have unlocked new role
poor golden ratio being ignored 
1.61803
who knows
could be DES
AES is the most common by far though
maybe its just telling us to do the instructions from that point on recursively or something crazy
its a good enough place to start
and definitely not the weakest of our assumptions in the chain
and you break when it starts with 17
what about the IV though? do you just plan to bruteforce it?
ooh thats interesting
but i did have some thoughts for that
plane on none
wasn't it CBC with IV ?
we dont know the mode of operation
could be CBC, could be ECB
could be CTR for all we know
¯_(ツ)_/¯
we don't even know if it is aes ffs
because ECB/NoPadding with key: DQ5zl4ighWwiag7y+cWFQg== (as base64) leads to:
in hex because theres a lot of garbage characters
so youre saying its made to look like base64 but it isnt?
hold on
anyway this seems nearlly identical to what i was doing earlier, but as a flowchart
I switched the key to UTF8
the desc is almost certainly base64
but the data that is encoded in base64 isnt plaintext
and the website I'm using suggested that its a compressed file?
and its not binary from an executable or any other common file type (no magic number)
what website? its a rar?
try decompressing it
Raw Inflate
copy the data into a file
change file extension to .zip or osmething
and try decompress

do .rar i swear
have we decided whether its ascii or utf8 or whatnot or does that not matter for now?
lol
we have no idea
assuming ascii
heres the raw description to make it easier to find:
BvmSc+u5NXEjBP3z2gz57G3T8p0sc25U8Bv9yePOa3J6xGRhYcgUL6mnE2eMuFVvAHS5X1QWToqZtG13shERSSM928pZoOpWVQSR0eCZoJU+2FtB8Sd91pArvr5csHjsO2VjSwSgajrWbQLNuisad5cFvGYC/OLopisMBRHmUB+Dl/kqZleP7bF5WgpSxKRDKLjjqWlR95y9a/96vY3vc+gdKb/V4Sd8AIeyIryv53HKFRdB3IL7WOVSr8RSgFbb5Z3KTezpDdA9VvDIGf3pK5TBXpNdJs1g1pnV5C6QvVw7I/ZFhDFqoogGlsbBY0nSihzgvhzM86qgh6OqkYsKwrsdrvwuHTwz2MfzKRBPGGpKYwNmOpgf2dMgT+9GHGWfg/wLvynRqmzyhfyUSLR8tBFBDyOmwKF34Lz7PrVguu47RVawtcyZFRfHvW1rSVfPILi+1JXC5slE2PK84VdutLg4/NGOxC+s1wkYbBRC6ty970raEXKGMZeeLEsLrJhRmh1jtRltCI1zgpoxVhpgUZ/n832SKyClICQpLFKHG8yZ4wcMUA2yAN7b9sXh3nGQxkN9M8g1AuBZez5OsbgC5S9ypO8UMOrhr4f8pwVro15idoDYlg2nO72dpcWUkXBLcDq6h81Y7yaKN3IbrMEqdU9eTYwGCu824OitkxEMuCyQh9vB+rbu6svT9xyUqDLGllM4aF7v681y96CaQ+S2Gg9gmjAHfcR8AfIqGI+qrVZYj9ibcsO/bjPqK/Qni1Ti/4QuznYBQ67LZoU1mp1TOOgpN4LN9OQra65+CSpe/zC1+3JKEVPH4ml4SVoNzunUVoZccFTP86pfA2vwRtd8btPj3cyVRLKvcmj4qxgu1q74mjcgvYsrye4kCUE3MsjL6RYJI6vED+xWYvFhiJGo8+GqUci7Jge//iIaTlAnVtyxzIJjFgrtLyapd+/AM8QtZBYNDC+zKGu6haBhxTlOUyUiIA6SOVWVgiGzz887ieOoiUf8qopHJO9Mptrb16Nh1aPFE7XqDTCZUXn2MU/N7/OFMuRt0DO8/x1A0f9pXuo01uYjDBXQTCDp8Xu6YhvIMgFdC5mYpFJSTuUYSTILhKrm22P0q0kA0eB0O9Rvpi1H0MP2MpdwZ6eB7pDM75MpbC/KOSuv6wb9mhCj9PPCO32+AGltL6m7l+ciFAjrscn8Ych85d970dJc4OSys3LCfZ9OupDFhCqRUAVku/rUdRbup89e0Kf0bD0QSs3Ths5ueQOYxB2FRDA7Pp7IU2EcpM4c9xhGJnaPCE11nihfdEZk9N6T/tOUhREqRgm2kiU54NRZGvi9jCOlQjDYAwDoMMruBND5AHJ3gIHeHY4nYJ9UoR85ZKjHo6F3LsEwjF0=
ascii is one char per byte which is the nice case
idk man
so im just praygeing on ascii
doesnt seem to produce anything
bedge
@wraith harbor post cyberchef here ill pin
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
cyberchef is a lot more useful than I thought at first
other clue was found in malboge
shiro can you pin this
oh sure
thx
i thought it was pinned already
We still don't know what that clue means.
oops
oh this website i have used before is better than th eone i am usign rn
92 bytes, not the right length to be a cypher key
what if we used the base64 from #1112082183235047506
.
you're entering the key correctly right
?
i mean the tool is expecting a base64 input right
its from the doc right?
@lavish totem has leveled up! (6 ➜ 7)
idk is it
point being DQ5zl4ighWwiag7y+cWFQg== works in both base64 and UTF8
4 base64 = 3 bytes
I also tried it as an XOR cipher, didn't work either
the length suggests its encrypted, not just an XOR cipher
unless its XOR -> encrypted?
not just this
someone earlier checked it for a distribution of zeroes and ones
and its roughly 50/50
that's indicative of random appearance property that block ciphers go for
xor would prob lean toward one or the other
because it's too consistent
would vedal please confirm that we do in fact have everything we need and we are just stupid (ie, in a video it says to use aes or smg)
he said he would not
when
hes probably not gonna give us any hints
i feel like you are stuck running in circles around the encryption thing
xd we are definitely short on information
theres lots of possibilities and we cant do anything except try all of them
there are so many details in the video not being considered because they arent simple operations
unless more information arises from somewhere there's just no way for us to confirm or eliminate any possibilities
the issue is that we need a smaller space of things to check, not a larger one
there's already too much on the table to try and consider
wait
we need more reliable information so we can cross possiblities out
before we try to work more intricacies in
what keys have we tried so far?
i just want to know if there actually exists some something that says what the base64 is encoded using, or if we have to just try everything..
yes
very few
i was sending numerical keys i generated earlier
you know? why not have a doc with all keys we try so we can check if a key was already tested
you underestimate how many there are
at least we won't used 100 times the same one
the key might be the number operation detailed in the video, have we tried that yet?
my problem is that we don't even know its AES
The only sort of "something" I can gather is the usage of Malbolge. It's possible that the description of Numbers is an encoded form of Malbolge, but no one can say for sure what it's supposed to be.
thats what an other clue was iirc
This appears in the Study video at 31:10 Transcription: D';M^"~~;{X2V0/eu,s*/(LJ%*j"XEVUAAb Qav<)(xqYonsrqj0hmlkjc)a^$#aBX|\U= Sw:VUTMqQ32NMLEDhHGF?'C<#?8<;:z8 1UTu-,+Op.-&+$)"F&f$#zy~w=uzyrwp654r qpRQ.ONdiba'^]ba`Y}]V[ZSwWP8NMLpJO NGFKJIHAeEDCBA:^>7}5Y98x6543,P0po' &%I#('&%${A!awv{zs...
i mean, what if its a url parameter for somee website
we gotta try whats most likely
there arent any special characters here
could be that we have to go to 438756873478hgt8hgw5gbe849h5.com and submit this to some random form
in the numbers vid
numbers.zip 
we cant consider everything, best we can do is reduce our space of possibilities and then try those all starting with the most likely
every piece of information we deduce or locate removes some things it could be
i guess but i mean i just feel like there are too many unknowns for it
from there, its just a grind
it sure does
but its not meant to be solved in under a week
just gotta let other ppl look at it and cook
and document our work as we go
to many unknowns for us not to be missing something important
if everyone does a bit of the puzzle, we'll have all the pieces eventually
i can send all of my generated keys
how did you generate the keys?
i considered most of the possible interpretations we've come up with for each relevant-seeming line of the lyrics
and then ran through every combination of said interpretations
each one resulting in a final string of some kind
then (still assuming its 128 bit key) filter to those that are 16 bytes long
heres the actual list of "interpretations" for each lyric
i think "add a line" is one of the bigger clues
hopefully something to do with formatting
Maybe a fraction?
same, i think its a 1...
i am so tired because half of what people say here is what was said 10 hours ago
those are all possible 16 byte keys
yeah 
its because we dont have answers to the questions from 10 hours ago
just running in circles
Copy and paste
^
ah
assuming the resulting number is entered as a string
which is admittedly a lofty assumption
also assuming encoding is either UTF8 or ASCII

its not an exhaustive list by far
and many of those are unlikely to be the key
but we cant leave any stones unturned
if there are any more lyrics interpretations that work with the existing framework ill include them as i see them
so far the only fairly concrete piece of info we have rn is that the desc is base64
gn
prob too small to be audio right?
most common file types have magic numbers at the beginning denoting their type so the OS can easily process them
This is a list of file signatures, data used to identify or verify the content of a file. Such signatures are also known as magic numbers or Magic Bytes.
Many file formats are not intended to be read as text. If such a file is accidentally viewed as a text file, its contents will be unintelligible. However, sometimes the file signature can be re...
the leading bytes of the decoded base64 match nothing known
so its unlikely to be actual usable data in its current state
we try them all just keep listening to the song hundreds of time and each time you hear something different try with it
i have been listening for hours and its been the same numbers i heard the first time
lucky
when we solve
cant be that hard
I don't want to be schizo anymore
i wish i could think, maybe i would be able to figure out how the spiral fits in this
i was thinking maybe the digits of the golden ratio is a key to decode
we are all thrown into the engineering math mindset
didnt work
i only tried it with aes tho
idk this thread has been stuck withthe brute force mindset for a while
It won't work with random generated key
It blinked every 4 seconds
is it important that its only in that part of the video
i have been trying to do some math with it and the numbers from that part but it all looks random
The description code is so big and meaty and seems important but it's surprisingly hard to crack based on what I've seen
I want to say that we need to run it through some sort of alphabetical cipher and then run it through a base64 translator, but that's my pure guesswork talking and I've tried various vigenere keywords and a handful (not much) caesar
So I think it must be a higher chance to decode with multiple cipher or finding the key by using lyrics and ratio stuff
Bruh discord
Caeser is the easiest cipher
ratio the lyrics
so it ofc won't work
there must be a higher chance to be an Vigenere cipher too
ngl vigenere is hard to crack
because it using a series of different Caesar ciphers based on the letters of a particular keyword.
like shifting the index?
Just shifting the letters
i have made a base64 decoder in python thats modular for this purpose
as in the indexes of the base64chars could be rotated
but shiro said it looks like a file encrypted with a block cypher so the base64 cipher itself could already be valid
rsa 

T-T
Cooking
imagine getting a wrong answer
the description is actually just a neuro ramble with substitutions of random characters
source: trust me
how are you working with ECB
when I use ECB it fails
gotta use ECB/NoPadding
same
haha among us

idk u can see the recipe right there
weird answer
sus
imma take a nap
got nothing
based on these results, I think it was garbage
Im not using AES
key too long for regular des
it is not triple DES raw
and I am not gonna try Hex because it takes like 10x longer to bake
my recipe
yo
im gonna python today
generate all number possible between 17xxxxxxxxxxxx24
@kindred parrot you made me have to learn multithreading
shame on you
a trillion numbers, literally. Thats gonna take a while. Wouldnt it be easier to eliminate large chunks first? Like, if we take every single possible value and interpretation, and take the largest and smallest value as the range, it should atleast ease the workload on the cpu and make it faster?
wait do we know it ends in 24 now
we always knew
bruh
a good portion of shiro's generated keys dont end in 24
so you want me to generate all numbers?
take the gamble that it ends in 24
dont wanna give you so many more numbers to generate
I don't even know what we're looking for in a decrypted thing though
probably plain text
aight 
Good luck!
This may be a stupid question, but how do we know that we have to concatenate the numbers, rather than literally adding them to whatever value we have?
edit: ignore me, didn't realize how long description was
we dont necessarily
but I think we're taking the gamble because of key minimum lengths
well I fixed my code and now it is horrificly slow
nevermind it justed stopped printing
we're trying to generate an all number 128 bit AES encryption key
are you just making the numbers or actually aesing them
both
:)
havent begun the program
but wont finish it soon either
since ill allow for everyone to use it and generate
using cuda.
what lib
fuck I love multithreaded panics that aren't readable
id say pytorch is the wrong library to use
unless nccl or whatever but who has more than 1 gpu
yeah
i choose numba
looks easier & not to complex
plus can do what i wanr
which is 100% your gpu
you're all gonna be slave to the numbers
no problem if you dont have a nvidia gpu
ill 100% your cpu
fuck it ill 100% both
I think I found a bug in CyberChef that's extremely inconvenient 
cant 100% my gpu if its already 100%
trying to use forking and registers to automate everything but I specifically can't use register values as decrypt keys
ouch
so close to greatness
oh awesome I could use some avx2 to check for strings
ok I currently have an impl of ~160m numbers per 25 seconds

itll just take...
2604 hours
minutes*
not hours
43.4 hours
so like a day and 20 hours
oh wait it's way faster without flamegraphs
ok I'm not gonna keep that running but it could probably do it in a few hours if I just let it be
yeah, pretty sure they haven't worked yet though
From what I see it's several lines of numbers and letters
god I could 100% make this code faster if I stopped being lazy and actually did multithreading correctly
Lol
I'm currently only using 10 threads out of an available 16 because 10 is a nicer number
the name of the game is improvised tools
I hope you have a strong grasp on logic
Normally I do for other args but I don't understand this one just yet
you could also try deciphering the number from tbe lyrics, perhaps you'll get yet another different output
Can I paste the lyrics here? or am I gonna get warned for flooding
Here's 3 thing I find that might be relevant, the golden ratio near the end of the video, the lyrics itself and the most obvious is the description
pasting the lyrics should be fine
btw, I suddenly had a magical idea.
you can paste a whole wall of text even 
but the problem is that you don't have embed perms :/ (yet)
If we put the pattern of fib on the ciphertext
and then read it according to
Is it possible to get useful information?
Eh I just joined for the arg
I checked it, might need a re-read tho
do you know which decryption you gonna use ?
none yet
found a bunch of blurry text at 31:10 in the study video. not sure if its important
do you have a screenshot it?
also might be better suited to the other arg thread
This appears in the Study video at 31:10 Transcription: D';M^"~~;{X2V0/eu,s*/(LJ%*j"XEVUAAb Qav<)(xqYonsrqj0hmlkjc)a^$#aBX|\U= Sw:VUTMqQ32NMLEDhHGF?'C<#?8<;:z8 1UTu-,+Op.-&+$)"F&f$#zy~w=uzyrwp654r qpRQ.ONdiba'^]ba`Y}]V[ZSwWP8NMLpJO NGFKJIHAeEDCBA:^>7}5Y98x6543,P0po' &%I#('&%${A!awv{zs...
31:10 solved
at the 0:34 mark I hear 572953, idk if I'm mishearing or if AI voice is just too confusing
if you hear different number it's still interesting to keep them and try with them since we tried a lot with the currenct lyrics without result
and me i can't hear the 9 x) each people hear different stuff yup
i hear 4 :/
always good to try
The whole number is just too fast to get a proper number
i also hear 5
Like yeah, I get the point of it being fast but oh boy, it's hard to know
the 572 is very obvious when I listen
but the 3 last number is confusing
for example the 5 7 2 9 could be heard as 5 79
I hear 5 7 2 9 5 3
But sometimes I hear 5 7 2 4 5 3
also the lyric "Add another line yeah"
I think it's 2 lines of numbers
instead of 1
meaning ?
Start with number 2 yeah
Matching all the letters
572953
Add another 9 yeah
Add another line yeah
Start with number 2, match it with b the second letter of the alphabet, the whole sequence, either add 9 at the end or plus 9
then start a whole new number line
is from what I'm getting
one line of numbers one line of letters ?
The line above but multiply it by 5
the b becomes the 10th letter of the alphabet j
how
what if theres a youtube link somewhere in the cypher
like we need to find a 10 char string somewhere in the desc
Or maybe the whole "Matching all the letters" is just match all the numbers with the letters
@minor fiber What do you think
Get the numbers first then match each numbers with letters
maybe
Sup numbers crew. Any new progress or theories on what to do?
Trying to understand the lyrics
we're going for bruteforce
Oh boy
They're brute forcing, I'm trying to understand the lyrics
yep
Yes
Pretty sure
found vedal


Hard to understand

i think everythings on the doc
except the brute force part
Someone should probably pin the doc if it hasn’t been done already
it's in the drive
Ah sweet
the drive
Would it be funny if the whole thing lead to a rick roll
Vedal will be villain number 1

That happened before, I'll unironically cry if it happens again
I would have to leave forevermore.
Followed through the early osu days. Watches literally every stream, even at 3 am. Gets rick rolled once, fucking leaves
If it's a good ARG it will gain more traction and interest. If it ends up being a waste of time, that's bad reputation
True
it's in Vedal's best interest to be legit
But judging by the second video, might be just be Neuro's backstory
but knowing
we could be on a goose chase
Surely
will drop a new lead eventually if everyone gets hard stuck for too long 
The stream and the arg has so many connections
Like Neuro's eyes changing when asked if she wants to be an engineer
And the second video has a whole song about being an engineer
That was the day after the debut
I remember because it was me that asked
I don't have time
Yeah fair enough
we too dum for this ARG
it would be neat if we could find a lead
praise 
nah no need for lead but need for official lyrics for sure
Definitely the official lyric is needed
Yes! Please add official captions to numbers
we beg of you

🐢 That's crazy 🐢
dev strem r gonna be fun 
Oh boy
the real question is is vedal actually big brained enough to create a functional ARG 
“Hey
, have you ever seen a ghost”
just generate it with AI
Considering he made a successful AI vtuber, yes yes he is
Surely
well
i don't think the skillset overlaps

need to ask AI to decipher the code in the description
Idk if the dev stream will be that big for the arg. But i can cope
We can all cope
I mean i feel like
has SO much stuff to go over this stream, considering it’s right after the debut. Idk if he’d have any time to drop any sort of arg hints
@ornate minnow has leveled up! (14 ➜ 15)
im sure once we get the official lyrics we will found it then study will also be unstuck
Especially if he didn’t have something prepared beforehand
We can maybe solve numbers
This
The numbers video is so heavily based on lyrics
thats what im saying numbers then it unstuck study
yup
I sincerely urge to not bother the man himself about it during streams. If he feels like it, he will guide us, but all in due time. You'll just end up making him annoyed or angry if we keep asking about it
Exactly
he did say no hints
I'll prob play the waiting game if I get stuck for too long
If he’s gonna drop any hints at all, he’s gonna drop hints on his own that were planned ahead, definitely not randomly because someone just kept asking
lol
base64 char list ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/
new strat is to just say nothing until everyone loses interest in the ARG
a = 27 in this case so we rotate backwards?
line is / in the list

lol
you can check vods i think vedal made multithreading at one point just yoink that
with alex screaming about it
damn pickles
no
@scarlet quiver
interesting
index rotated backwards every step
Is that possible 2 4 part means to add two four'S? I can hear S in it
So the key ends with 44
we went with add 2 then 4, add 2+4 => add 6, maybe 44 yea
another possibility 
we stuck anyway doesn't hurt to try
b'of:=\xb5\x0cY\x9aa\'\x83\xe1GLX\x1eu\x11\xbd1\x16\xd9\xcd\x99\x9c\xea\x9f\xcd\x0beq\xe3\xa4\xffz\xbd\xc0\x99\'p\xfdr\xcdF\xdd_s\xfcUH#\',\xe2\xf9\x07\xd7\xbd\x87\xdad\xba\x0f\xecwa\xe0\xc9(\x0b\x04\x9d\x0b<L\xdf0\xcbt\x9c\xab\xd4\x16f\xba\x1bf.\x8eyC\'\x14e\x0ekI\x01\x88\x18L)\xa7\x0f\xad3w\xb7\x9c#L&\xeeW\xc8\xe0R\x99\x04\xc0\xbalS\x0c\xe2\x83\xcc\x11<\xdaF\xa5\x8a\xb7\xb7\xaa#r\xff\xa0^\xc3\x16\xc2>\xac>VA\xa8\xe5r\x9a9}\n\xd8\x85\xe1\xcb\x956\xe4M\x01\x9c\x94\xa7\xe0\xa1\xdf"\xaa#p=\x13\x10\xeb\xbd\xa42\xae\x7f\xd6\xa7rA\xcf\xcd\x16I\xd5\xe59e\xe92o\x8e\x04\x94z\x17\xb6\xc6\x8c\x9a\x9f/\x0c\xc2P\xaet\x14u\xf0\x1b\xd7\xb9\xde\x00\xcd\xba\xcd\xe3\xf5\xa7\xb1\n\x82\xcfM:\x85%b\x18\xb0@)\xfaT\xb9\xf8M\x8a\xa8\xe9c\xd0\xa5\xc6R\xdd\x1b\xa3\x8a\x88\xde\xad\x15u\\w\xd4\x8dC$b\t\xdd\xe1\xee\xc76D\xd83\x9f%L\xaa\xe6(\xe4\xf2\xbd\x15\x1e\xa8\xa2x%\xcc\xe4\x98RG\x05\x88.\xe5T\x19\xe1\x1f\xe0\x8f\xd3\xa7\xa2\x1b\xf7x\x97c}\xf5\x0b\xb5\x0e\xe0\xa6\xd7z<Z\xea~\x8f\x95\x98\xc3\xc7\xaf\xd0U\xe5en\xd5,tj\xba\xea\xb3o\xc2b#\x1d\x7f\x91\x16\xaa\xb0\xd6\n\xb8iS\xad\x99\xb3V\x0f"\x8d0\xd2h\x88\xfc\xda\xc9\x90B\xcf\xc2\xea?A\xdb0\xc1R\x91>\\\x12\x05\xc4?,\x88\xd9a\xe8\xff\x12\xae\xb9\xee\xdb\xe8\xb2\x7f\x86\xca\x1a3/\x9e\xab\xfaV\x9dFI!.\x99\x1a&G1\x91a\xa9Yo\xcf\x15\x85JdYdJev\x03\xe5\x98\xe9\xa0\xecw\xfdx<\xf0\xf0\xe47\xcc\x19Mr,\x19\xea\xbaGw\x11B^\xe6\x87Wgz\xb3u\x92\x9a\x89\t\xe5\x16Q\x17vN\x91\xa8v\xfe\xed\x12\xc9t\xff\xaf\x05\xb0\xed\x94\xf6&\xddd\xd3\xaek\x8d\xd7\xd7L\xbf\xe7\xb3\xc0\x0f\xc8\x01Nv\xe4\xdb\x87i\xfb\xa4\x8ax\x08Zk\x85q\x80J\xcc\x9fLxWj\x96\xe7\xa0P0zF\xe5D\x06\xac\xe6\xc64\xdd\xd5l{\xc6\xfb\xc3X\xb5JF\x1f[J\xfc\xd6\x08\xff\xbf\xad\xfa!\xd2\xf6\xf5~L\xe7u\xfag\x99&X\x8e\x01J[\xe6\xc7\x8b\x8dM\xa1\x95\xbbC\xdb$j\x8aVv\x15\xdf\x81_\xd7\xdeoPfj\xba\x8d\x10\xdb\x13\xf5\xf5\xff\xd8\x0b\xd6\x9f(\x0c\x97\xbb\x06`\xe3P\xc0K?\xef&\xf4\xc3\xdc\x18\x81de\xbc?\x1c/=\xff\xe9H\xdc\xd1(\xaa\xb8\x9f\xbf\x96\xb7\xf7z\xe3(\x8eU\x8e9\x0ev\xe6 b\x87\xb7\x8e)\x0b\x08\xf0\x7f\x97L\x88\xb3\x87\xdc3f0k[\xfchI\xb4\x97B!\xd31\x12\xb3\xd2j\xe1\xf1U\xe9.\x86i\x8c\x9a\xdf\xb9&<\x82\x9b\x08\xd1\x07j\x92T\xb1\xa8\xcb\x06I\xee,\x0e\x0b\xe1\xee\xd5|\xc3N\xe3c\xfcj)\xcb\x11\xda\xca\xba\xf4\x918\xe7\xaa/k\xd8-\xd5 \xe6p\x15C\xc6\xed/\xae?=c\x07\x9dC\xfc\xcc\xc9H\xf4\xae\xef\x8a\xeb\t\xb7\xe6uQ\xed\x06\xc0m\xabS\xa1\xef\xa7*N\x01\x87I\xebg\xb6Y\xae\xc1>t\xb112a\x07\t\xb9\xd4\x02#\x12\x02\x10\xf2Jf\x8dT+n\xfa4D*\xa2r\x98\xc2\xaf%\xa4#.\xcf\xb6\xb8\x9b7\x9b^=\xab\xc5\xfd\xfee\x11\x97c\x88\xfc\x91\xa92\xad\xc3\xf7a\x1c\xcf+\x18\xb5\x12\x10%\xd1\xf9\xe9\xeauO\xe1{Y\xbf\xb3\xce\xcb\x8fw\x8d\xe0\x97\xc2F:\xaa\x81\x12\xa5V\x05\x9c\x17X\xce\xb2\xac\x82\x12\x87\xaa\xebM\x85\xbf{\xb0]dr\x1f`\xa0\xda\xa0\xc1y\xc2\x15[\xa3\xf4\xbal\x9e\xba\xce2\x18\xdf<\xde\xc2\xde\x01NG\xadu[\x14\xd6\x07\xe2=AB&,?\xcf\xb6\x1f\xa1\x1b\xf5\x06,!\xa3\xeaSh\xbc\xabW\xb4\xdc\xd5\x92^\xad\x89,\x8c#\xa1\xbcQb\x11_\\^\xe9\\\xd0MO\x82\xb6\xa2i,yp\xe4m\xa1}\xfd\x90\xeb\x95\xa7\xb0\x08Yy\xd9\xf4|\xef5\xbfV\xd2'

Holy what have I walked to?
Poor Lomi
blud encrypted it into js format
hug @night galleon
why did you put it in a while true loop and then just broke it on the first loop
because i wanted to try all strings
and i prepared in advance
but i wanted to test one key first
no it's just an encoded python string
alright
nah wtf is this code
alright so we need to test all numbers in what range
number of lenght 16
@minor fiber has leveled up! (4 ➜ 5)
LongStream.rangeClosed(111111111111L,999999999999L);
"17" + key + "24"
im doing something like this on "AES/ECB/NoPadding"
So, what's new?
nothing much
We have no idea how to decrypt the data and we have no idea what to use as the password 
i literally started it 5m ago
dont expect something pretty
Good luck Darkeew 
vedal surely be cookin with all this stuff wtf
good luck with this lmao
so you need some sort of key to decrypt?
yes
or wha
Welll...
oh
Probably
our theory is the lyrics give the key
but no key we found gave anything so either our lyrics transcript is wrong or our interpretation of the lyrics are wrong
mkay i got the basics working
trash data is detected
time to multithread
no wait
time to cuda
AES decryption requires both a key and an IV to decrypt data we have a few options:
- It's encrypted using the default OpenSSL key derivation method (PBKDF). (Easy to extract the key and IV from a password if this method is used).
- It uses an online decrypter website (like https://www.devglan.com/online-tools/text-encryption-decryption) which will use a proprietary technique to define the IV, and key from a password. (This method is very popular in ARGs)
- The Key and IV are both provided in the puzzle. If this is the case then the key should be a specific number of bytes depending on the encryption method used. (In my opinion this is an insane thing to do).
- It's not AES at all.
If you want to derive the key and IV using OpenSSL run this command (on ubuntu anyway):
openssl enc -aes-256-cbc -pass pass:PASSWORDHERE -P
we are doing no IV right now
We don't know 
I'm just using rusts aes crate on 128
going with 128 since it's easiest
i think we also found that it's not a valid RSA
and also it's not a valid JWT
we doing no IV currently
yeah but what if its DQ5zl4ighWwiag7y+cWFQg==
This is also encrypted 
Very possible
we know that numbers was posted manually right after the youtube account creation and the second video was planned and posted automatically after v2 debut
please do
I was thinking that was an URL or something
basically my main pc will generate keys and you guys will use those keys
wait no
you generate keys and send them to my pc
then randomly select keys and you guys
paypal me money
xd
we brute forcin'?












