#Neuro ARG
1 messages ยท Page 36 of 1
Yep, split to mono and invert one track.
I did the right, it makes only extremely marginal difference
alright. i wasn't sure it's the same thing
Anyways yeah Kosi, mind reposting the file I sent you to here?
I have a pair of earphones actually, left is wired in wrong, and if I flip the left track of any song ,it sounds good. I was amazed at the low quality
(Or should I send it by Kenerol?)
send to him, im good only in question bruh
kk
karaoke ver?
Also base reduced
btw guys, goodnight\day, i NEED sleep, 3 AM
I was a bit weirded out by the fact that all the high notes were just barely out of phase
probably just to be unsettling
but the base and voice is perfectly mono
and that's the reason it's peaking
because the high notes straight up don't cancel
Actually, uno moment, lemme make a version that doesn't peak
how's it going? 
You've acquired someone who sees potential partial patterns in everything and has gone full shitzo is what
Also I guess we got some lines that currently are only lore but might be relevant later
wooo schizo
Nevermind, not worth it, it only just barely peaks at the worst of times
What's with the static Alex posted?
Done
Anyways, I'm actually gonna dissapear this time, I swear.
doc?
So talk to you all some other time
don't die~!
RARE DOUBLE SKUNK

alright, last day of my vacation is coming to an end, have fun solving everyone, i will still be checking in every now and then
The further/longer it goes, more and more schizo it all becomes 
I think that who not go shizo give a role
I'm starting to lose more and more sense of what's going on. It's like we're just getting farther away.
But maybe it's just me, because I can't really help with solution.
No doc about moderators?
I didn't find one
Theres a doc labeled asking people for help that kinda is related to mods
hmmm
There is no information about today anyway
brain is starting to turn to mush.
You have unlocked new role
LFG
Even if it is trolling, I think it's worth adding it as something that happened
Like Static-Sama
Ah I see what you mean
Not sure who's in charge of the docs
anyone can write new ideas or updates in the docs
editing anny reaction to numbers 2, believe it give profit to new people
what is her reaction?
โ
Anny Twitch:
https://www.twitch.tv/anny
โ
Neuro-sama Twitch:
https://twitch.tv/vedal987
โ Anny VOD: Live Subathon
โ
Neuro-sama Discord Server:
https://discord.gg/neurosama
โ
Neuro-sama Youtube Channel
https://www.youtube.com/user/Vedal987
Thanks for watching, and remember to like and subscribe for more Neuro-sama conten...
THE NUMBERS
THE NUMBERS
THE NUMBERS
THE NUMBERS
THE NUMBERS
the numbers incident
Study keeps appearing in my YouTube recommended videos.
I missed the stream... found anything in the evil x neuro stream?
I found that evil neuro isn't evil but just love the black color
basically evil neuro is not evil, just edgy
red in V1 model
because red eyes
except for the knocking part
do we have anything on the soundcloud?
still nothing new i guess
im gonna double check the end of numbers II in photoshop
i dont think this will work but im going to try putting the numbers we get from the binary thing from numbers ii to a systems of equations
crazy idea
Yeah it's not clear to me how we could apply all the info we have
U all still solving the arg?
i got sidetracked and started trying to write the basics of what im thinking in latex
but basically what im thinking is this
i dont think this will work at all but idk
And we shall never surrender
this can lead into the "start with x, end with y. remove xy and the odd one out", but its been a while since ive done systems of equations
schizo club activities
i'm an inactive member
ive researched on my own a bunch but havent really said a lot
rooting my android rn
what for
this will greatly help in our advancements
i dont remember
good luck and dont brick ur phone
i mean it's a ximi
i've bricked devices more times then i can count
ah
i've rooted this phone like 15 times (romhopping because miui)
oh ok u know what ur doin
i had a oneplus 9 before this
it has seen the light
This could be... Something
Kinda feels right, but at the same time what would we do with the result?
(it still works but it suffered)
im not quite sure
id say maybe when we get the answer we might get another clue? but theres no way to know that for sure
or maybe a hint on how to decode numbers ii/soundcloud
I have no hard evidence, but I feel like our progress isn't being tracked too closely
Considering the fact that the SoundCloud pfp is a screengrab of YT, despite us finding the source of the YT photo
Unless the pixel resolution of the image is a clue, in which case that's a schizo thing to do
speaking of pixel resolution i was thinking of maybe getting the pixel count of the fibonacci box/rectangle and seeing if that relates to anything
but still, i dont really see a clear solution atm other than to try what i know
It's hard, because we still don't know how any of the base64 was encrypted
AES? DES? Vigenere? We don't know for sure and they're just educated guesses
Maybe the base64 was encoded with a Fibonacci sequence, shifting a letter by 0, then the next by 1, then the next by 1, then the next by 2...
Or it starts with a shift of 2, then 3, then 5...
Or it goes 2, 2, 4, 6, 10
And when it goes too high it's just mod26 on the value

yeah i see what you mean
it seems really unclear on how we go about decoding these
id like to think that weve figured something out, since we have a soundcloud account and numbers ii, but i could just be completely wrong and nothing has been conclusively found
then again, my solution doesnt even account for the rest of the lyrics in numbers two yet
oh wait
im mixing numbers with numbers two
im going schizo
lets go
i got a line from this
its something?
but also i could just be schizo
this line doesnt feel like it idk
i got an 'end with y' but now idk if im even right
anyways im gonna call it quits for now until i think of something new
oh yeah
i might just look at it later since ive probably done something wrong and ill catch it when i do look at it later
Hey guys, just catching up and documenting stuff. Sadly had to do the sleep thing last night.
What's the context of this #1112082183235047506 message message?
I tried reading the conversation around it but I'm a little puzzled.
Also, good job decoding all the fun new stuff we got. I wrote a short section about it here: https://docs.google.com/document/d/1unZh04RMJbVx0d8DVP8OP0ZdnFy1lKVyNiL3xcnV8NI/edit#heading=h.1ljvp7x3r3sb
thats the soundcloud string
Interesting. How did we acquire it?
by copying the soundcloud string
at the end of numbers 2 theres a soundcloud
and in the souncloud theres a string
In the description field? Didn't that start with Mi?
i did a new and improved code
import base64
import threading
count = 0
def doCount(rng):
global count, totalCount
b64charset = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
for i in range(0, rng):
ncount = count + i
if len(str(ncount)) != 10:
strcount = str(ncount).rjust(10, '0')
else: strcount = str(ncount)
count += 1
alphabet = f'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz{strcount}+/'
try:
b64string = b64string.translate(str.maketrans(str(alphabet), b64charset))
decoded = base64.b64decode(b64string)
print(decoded.decode())
except:
pass
def progress():
if len(str(count)) != 10:
strcount = str(count).rjust(10, '0')
else: strcount = str(count)
print(f'Trying Alphabet: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz{strcount}+/')
threading.Timer(2, progress).start()
progress()
while True:
doCount(200)
the b64string is missing because it would just make it big
Nice! How big should the doCount parameter be to do an exhaustive search?
i have no clue
Fair
probably a good idea lol
Also if you write
```python
<code here>
```
it'll do color highlight (:
thats the fun part about coding
figuring out if it blows up or not? lol
nah
not knowing what i created
it just works
somehow
and it doesnt skip numbers!
its also fast!
fingers crossed on this
import brain
if brain(work):
try:
solveArg()
else:
I dont fucking know
average python programmer
you see, it tries to solve it
it doesnt solve it!
import God
God.smite(*)
totally not missing an except there
Have neuro sing a cover of the engineer song for her next karaoke stream
Suggested it, but who knows if it'll happen lol
Also, wondering if her mentioning of her favorite anime being Vivy has anything to do with the vibe of this little ARG ๐ค
Cause didn't she say it multiple times in her redebut
The neuro from _neurosama is simply a neuro from the future ๐
or the past
Tru
That's my interpretation as well.
same here, though I figured it may be relate to two subjects, considering the lore may be more on "Study"
True, but I feel if that were the true case why keep showing this different neuro with twintails ๐ค. Assuming that her fav anime is vivy has anything to do with it at all, maybe neuro from future(the twintail one) is communicating using the underscore channel using v1 model as an outlet
Null Error: "Brain not found exception"
Matpat level theory tho
I had the similar thought as well but aint so much on the vivy part. I think "Study" can be interpreted as two-parter, in which the differences is how the subject interacted with the "ghost"
Ye, she said when asked her fav anime was "its gotta be Vivy: Fluorite Eye's. I love the plot and the catchy songs, whats not to love?" Which do be what is currently happening in this arg
But
Could just be a crazy coincidence lel
Mhmhmhm
Fuuuuuuuuuuuuuuuuuuuuuuuu
I manually calculated base64 possibilities for "DQ5zl4ighWwiag7y+cWFQg==" - I thought it may be custom alphabet, but it can't be custom alphabet.... Well gg.
Or it's not numbers...
How'd you do it? Would be interesting to have in the docs so we know what has already been done (:
I did on a piece of paper with a pencil lol
Basically I checked what the first number will be encoded to in regular alphabet, what second, and what third.
First number is always starting with M or N or O
But in the code it's not the case
If it's custom alphabet or number it should repeat at least once, but it didn't.
So it's not a custom alphabet or it's not numbers.
Could that be the reason why it is "failed to execute"?
What interesting though, is that the last encode for 1 is always "x" for 2 is "y" and for 3 "z" sounds familiar, right?
Good work. We can rule out the simple encoding + phone number combination then
Ye, that's my interpretation. That library wants a normal phone number
Good point
It does but I think i need the logic spelled out a bit more lol
sooo, whoever is "trapped" and needs saving by sending a message was a fake/unknown phone number
Something along these lines it seems. I can't help but wonder if it'll be an entry point to actually texting with someone
We need to think why would you send SMS not to a number?
You need manually add it if it's not in the contacts.
anything new bros?
Check my message above...
Not a custom alphabet probably, or not numbers.
ok
Maybe it's a name of character instead? To imply that we need to dm "save me..." to them
It's for "DQ5zl4ighWwiag7y+cWFQg=="
dm?
Direct message
Yes, but dm to who? To a number?
Idk
I don't think Vedal would want us to send random messages to random people lol
Brute force it by DMing every single member of the Discord
(satire, don't actually do this lmao)
Would that be a Youtube video's address?
Can be, it's one of the theories.
I'll try manually check for letters when I'll be home, maybe I'll find something...
Maybe it ends up leading to a discord name and number you have to send a friend request to?
O, discord doesn't have numbers anymore lol
Nvm lol
It's can be 2 things right now, encoded base64 with a key I guess aes or something or custom alphabet, but not numbers.
It's not number almost for sure if it's custom alphabet.
Hmmmm, well discord did do away with he numbers part of their names, could be an interesting end to it, talking with a discord account, since discord doesn't have the tag part of your username
๐ค
wow this is really a unique take ๐
had some thought before falling asleep
what if the base64 is not actually base64, like we all thinkg it is and just disregard it as "well time to AES" but in actuallity it is a steganography with maybe some positional encoding, like every letter in fibonacci position is message and so on.
entropy will not show, but we are all misled by base64 format to belive its encrypted whereas it is really not
Ye, I've been very careful to write "base64-looking block" and similar in the docs. Assuming that it's base64 is a pretty fair assumption, but it IS an assumption.
isn't lots this code wildly non-exhaustive and at the same time redundant.
the rng to be complete has to reach 999 999 999, 200 is not nearly enough. but this method in the first place loses a lot of data because of making characters the same and therefore could've have been encrypted to be like it is right now.
and you said it can do not only numbers but clearly for it to do not only numbers it has to be heavily modified.
there's no point in making translation with entire alphabet if you're only chaning digits.
what's the point of translating and outputting (every?) string into utf-8
why does it try and passes on except, what kind of errors are you expecting it to give you
someone tried getting every letter in fibonacci number positions, nothing coherent
padding almost proves it's base64 anyway
That's actually a good thought.
I look back in the channel and see more
takes
I wouldn't call it proof, just a strong indicator
Almost like it's always schizo huh 
that is not a good take
do you have any idea how annoying it would be to hide data in a b64 string and have it still decode properly in a strict decoder

no? 
it ignores trash
thats the try except
but how does it classify trash
Pretty annoying I'd imagine.
undecodable data
you can safely assume it is just an encrypted blob
we want ASCII not random characters
how can it be undecodable however, you aren't giving it random characters
Exactly, it's a fair assumption, but it IS an assumption
but this "trash" wouldn't be "undecodable" and wouldn't be picked up by try except
do you know python
its trying to use .decode() which only works on valid hex characters
the trash wouldnt work because its not ascii
but base64.b64decode() only decodes into valid hex characters?
how can bytes be invalid hex 
What is this conversation I'm reading
I'm just here for the ๐ฟ
but you aren't giving it any characters it can't decode, so every byte is a decoded byte
...

you aren't even decoding those bytes into ascii, you are decoding into utf-8. which has more valid characters
Imagine getting code right the first time
That'd be 
Communication is hard'n stuff.
the code is still not very good, it basically just is
pick 200 random number permutations
see if they decode into utf-8 like that```
if there's a section that is only in letters that doesn't decode into utf-8 it will basically never output anything
How would you improve it? It's easy to be critical (:
Anything New?
i am doing normalizing instead, no permutations
Discord mods dropped a bunch of stuff last night during (or after?) stream
Discord mods? in the arg?
Where is it?
well yes, it doesn't proove anything but it's fun stuff either way.
Further up. About 12 hours ago. I wrote a bit about it in the interacting with people doc
Oh ok
@wooden bobcat has leveled up! (3 โ 4)
This probably related to math
I'm suck at math

not sure if it related to arg or not, but wth is this - -
https://genius.com/artists/Neuro-sama
idk, but it's from 17 apr
not likely to be arg troll, but could be something unrelated
"Be nice too each other
BE NICE >:D"
acidgvrl :diesofcringe:
genius block me to access the page, what's on it
base
I'll probably end up listening to this artist now... 

listening to some of their other songs iโm 90% sure this is just an artist who samples a bunch of stuff to incorporate into their beats, it sounds cool though
somehow it's seem to be the same uniform
at least the same style
wait i didnโt even notice that
Right now I don't think it relates to the ARG (because we found it via Genius? and not through the arg itself?) I just like breakcore lolol
i found the song in YouTube
OHHHH THERE'S A MUSIC VIDEO
if nothing else at least weโll have found some banger music through this arg
OH MY GAWD GUYS !!! ๐ค๐ทโจ L-LIKE OH MY GOSH !!! NEURO ! OH MY GAWSHH ! IM LIVE 2D NYOW !! OH-OH MY GOSH WERRE WINNING !!! IM CRYING !! ASNIFFLES WERE WINNING!!! THE PEOPLE ARE NICE TO US NOW !! OMGOOSH ! ๐ค๐ทโจ
LIVE 2D MODEL BY TEH QUEEN AMETHELIA !! GO CHECC HER OUT !! :DD
https://twitter.com/amalthea_art
WHY WONT ANYONE BE NICE TO ME OUT NOW O...
music theme ARG let's goooo
@twilit lance has leveled up! (0 โ 1)
Sry, sry, sry, sry, sry, sry, sry, sry, sry, sry

sound too real omegalul 
gold quality 
The Fallen down parts is kinda messed up tho
It felt like he was gonna laugh at any minute
is anny wake up? she need to see this!!
morning in japan right? I guess no
she is wake
She's streaming and watching youtube videos, you could tell her in stream chat 
nah, it 9pm jp time
she's on live
Are you sure she's awake tho 
anny is doing subathon
nah, she still didn't know that Illuminati control 90% of world power. she still not awake yet

Did you guys did it? 
wow vedal (AI) cover of study
@twilit lance did it
you guys gonna share it to anny? 
no embed on anny's server
@nova owl what is that on your profile o: ?
sadge
looks pretty cool
Clue! 
holy shit actually called it
wait where?
I think they used the template from here with a program called "CustomRP" #1112988479140417567 message
i hate going outside
Hello
hello
Anything discovered in the last 12 hours?
ye
hi, guys, any news after founding sc?
ive discovered snails under my shoe thats been sitting outside for a year
The stuff mods dropped ~12 hours ago is the latest
I wrote a short summary in the "people" doc
?
???
don't even ask about the naming lol
TLDR: static is cool and hangs out in #1112988479140417567
its not "rng" its range
acronyms = danger
ok? it's still wrong.
the "permutations" you pick are still basically random
they are not random
here have fun
import threading
c = 0
def doCount(count):
global c
c = count
#b64string = 'SSBkb250IGtub3c='
b64charset = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
if len(str(count)) != 10:
strcount = str(count).rjust(10, '0')
else: strcount = str(count)
alphabet = f'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz{strcount}+/'
try:
b64string = b64string.translate(str.maketrans(str(alphabet), b64charset))
decoded = base64.b64decode(b64string)
print(decoded.decode())
except:
pass
def progress():
if len(str(c)) != 10:
strcount = str(c).rjust(10, '0')
else: strcount = str(c)
print(f'Trying Alphabet: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz{strcount}+/')
threading.Timer(2, progress).start()
progress()
for i in range(0,10000000000):
doCount(i)
forgot to send the updated code
now that you go through everything they're not random.
but this method still loses tons of data in most cases
it never went randomly
and what do you mean it loses data
have you not realized UTF-8 contains trash
ascii can only decode strings that contain valid letters
which its what we're looking for
https://www.asciitable.com/ everything we need to be decoded is here
Ascii character table - What is ascii - Complete tables including hex, octal, html, decimal conversions
except the extended table
we dont need that
decoded = base64.b64decode(b64string) print(decoded.decode())
the first line decodes to bytes, the second to ascii
picking something for no reason is basically "random", not in a sense "unpredictable" but in a sense "there is no reason to pick these ones specifically over any other"
it loses data because every time there's 2 or more of the same digit in strcount you're literally erasing data, the same way you would lose data if you turned all 0s into 1s with a binary string, you can't then change all 1s into 0s and get back the same string
"there is no reason to pick these ones specifically over any other"
now that you go through everything they're not random
oh my god
theres nothing being erased
see it like this:
a counter from 0 to 10
it goes from 0-10
it adds the 0's necessary to form a 64 bit number
converts to string
repeats for each number
nothing is being lost
Hmm? What do you mean?
in this very example you are losing data, because you put 00 as the first thing, so you are losing a digit that was there
think of it in binary.
you have data 01010101 in binary encrypted with custom binary alphabet.
and what you are trying to do is assuming the custom alphabet is 00
and so you get 00000000, you lost all the 1s, you lost the data
so the problem is that there will be duplicate (or even more?) characters in the alphabet?
yes, that is exactly what i said
Why I would assume it's 00?
i have no idea why are you assuming that but you do
I still don't get it...
Custom alphabet is like changing the order of the English alphabet so it looks gibberish. If you know the true order, it shall give you the true output no?
where did binary come from
If you change c to i, a to o, and t to p, when you write cat, you will get iop.
its intsnot binar
it's not different from what you are trying to do in base64
thats just another base
Fun fact, Kande decodes to Cutie with the right letter-substitution vocabulary
Can I make a suggestion to make this more functional without sounding like a POS
lol
literally itertools.permutations()
Piece of shit
but now imagine you try to get back to cat with i->c, o->a and p->a. there's no way to get a usable result since you are "destroying" one of the characters. I think thats the problem right now
As much as I agree with you, I don't think that is possible lol
Your not
Ye, i get what you mean. It's hard to talk about coding styles
I'll post my version one sec
please do!
You're not condescending you're a Kande (but decoded with the right letter-substitution vocabulary) 
wrong amount of letters
Smooth
Can juste substitute spaces and it works even with less letters
Why not? If you know that i=c, o=a, p=t - you know that iop means cat, no?
have you run that through chatgpt or something
No?
it wouldn't even work however because your custom b64 charset doesn't have 64 characters
I think the only solution here is to make sure no symbol translates to itself and no repetitions in new set
I had a similar thought lol. The way you laid out your changes was very chatGPT-like (:
Oh
Dont you need to pad 0 ? Your range start from 0 right ?
the try except is already there
Okay, I'll go through and they to educate myself more ๐
and theres no padding
Try**
Chat gpt is shit
like amarok said
Padding is simple just do an if to get the size of your i variable
Also i don't know about the base64 in python but is the try needed ?
its needed
Oh dang
Myb
otherwise it just crashes
Rip python
sometimes it cannot decode the bytes to ascii, aka invalid characters
import base64
import itertools
c = 0
def doCount(count):
global c
c = count
b64charset = "0123456789"
alphabet = count
b64string = b64string.translate(str.maketrans(str(alphabet), b64charset))
decoded = base64.b64decode(b64string)
try:
print(decoded.decode())
except:
pass
for i in itertools.permutations('0123456789', 10):
doCount(i)```
there
the ones we dont want
Carry on, apologies for being wrong and ty for educating me
slow as fuck
permutations only lead to shit
padding is easier
but at least they don't lose data first
and second they need to go through less in the first place
You're good (:
oh my god
what can't you understand
Guys you need a breather or something?
we need a number 10 digits long
we start with 1
turn it into 0000000001
then 2
0000000002
Pfc code seems clean but where are the letters ?
and you lose data like that!
but now imagine you try to get back to cat with i->c, o->a and p->a. there's no way to get a usable result since you are "destroying" one of the characters. I think thats the problem right now
what characters are being destroyed
letters aren't changing positions so there's no need to translate them
O and P
why ate they being destroyed
Oh so you can just not declare them i didn't know that
If this is a lengthy and serious decoding work, you should start a new discussion thread. 
If o = a and p = a then when "taal" decode result as wrong since "aa" could be either o or p
I know almost for sure the code in study, the small one is not custom alphabet or not numbers if custom alphabet.
It probably isn't. But it probably isn't any of our many many other ideas
any divergent idea is as good as the next
where does this come from
10 factorial is less than 10**10 btw
what drugs are you consuming
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0788986278+/
thats what the numbers are for
tell me again
what data is being lost there
In this case #1112082183235047506 message
the numbers are not going anywhere
digits 1345
???
You need to have 64 DIFFERENT values in your alphabet to decode base64.
oh i completely overlooked that
thank you for explaining it to me
since no one else could
<3

Also that would cause problem with padding 0
They do say pair programming is hard
on a side note, shoudl threading in python, when you start the same function with different arguments, essentially speed it up by the "same amount" as many threads you start if you have the cores/threads in a cpu?
because my attempt only made it slower, quite noticably
alright its fixed
import threading
import itertools
c = 0
def doCount(count):
global c
c += 1
b64charset = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
alphabet = f'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz{count}+/'
try:
b64string = b64string.translate(str.maketrans(str(alphabet), b64charset))
decoded = base64.b64decode(b64string)
print(decoded.decode())
except:
pass
def progress():
print(f'Alphabets tried: {c}/3628800')
threading.Timer(2, progress).start()
progress()
for number in itertools.permutations('0123456789', 10):
string = ''
for l in number:
string = string + l
doCount(string)
thanks for the kind soul who made me remember how custom alphabets work
Very short tasks will be slower when parallelized because there's an overhead for coordinating all the threading stuff. If you assign a bigger chunk of work to the thread it should be faster
it was essentially a for i in range() with starting points incremented for each thread, steps equal to the amount of started threads. It's odd then, I'll check it out later then
('0', '1', '2', '3', '4', '5', '6', '7', '8', '9')

I doubt it's custom alphabet...
We can't really rule out permutations stuff
yeah it makes sense to at least first xor it all
Same, but i doubt it's any of our divergent ideas. Which means that any divergent idea is as good as the next
Go ahead
If it's custom alphabet it still needs to follow the same rules, yes?
Rules ?
A-z0-9+/ afaik
You just need 64 unique characters iirc
That's too
any progress engineers?
Just waiting for numbers III the longer we wait the more banger songs we get it's a win win
numbers iv is just going to be slowly spelled out iv key for aes decrypting (because get it iv is 4 very funny)
Is SoundCloud down ?
We did discover some other cool music like an Vedal AI cover of Study and some breakcore artist who used Neuro in her songs
Seems to work for me
Weird work on my phone not my pc
Even more weird i can only open SoundCloud in Firefox
SOUNDCLOUD IS IN ON THE ARG
for the record I tried to open it in Firefox too (it's my default browser)
0 at start is MD, 1 is MT, 2 is MJ, so in custom alphabet let's say M is O, so 0 needs to be OD, 1 to be OT, and 2 needs OJ, no?
I don't know about all that
So why you asked like you know lol
I asked because i don't know about any rules hence the "rules ?"
You guys have any theories on how to fix the QR code from last night?
It's the same, no?
As what? The one on stream? It doesn't have the dog-like symbol at the middle that people pointed out
anyway I can help?
Which one?
If you aren't already, getting up to speed is a great first move! https://docs.google.com/document/d/17KrbPUAVu4wDTbj3sBtWTnjRsjDTCdh89F_5L1LvX0A/edit# (:
only solution would be to build it back by hand
it was already fixed wasnt it
someone even posted link here and i posted text from link
If so I missed it when i went through the chat history
I only saw one where they added the validation squares
the fix version is still missing a fair bit of half blocks$
they added validation squares after the link was posted 
i rotated the missing pieces into place, but I doubt it would scan as anything else
she watch it!!1
she watch it!
@lapis sinew has leveled up! (0 โ 1)
Am i reading this right then that there was enough error correction data that it could scan correctly then?
finally

it was already scan it seems
she skipped it


Perfect, i understand now. The QR scanner I was using was crap
there is millions of them it happense i guess idk i didn't try it
so that leaves only the IP address then?
from wikipedia the majority of cells is E thats seems wrong idk
How do they seem wrong? It scans it seems
maybe i missunderstand but E is for error correction not real data no ?
what ip address
yes and no. It's like having two copies of the data but only the D block is represented normally. The E block i'm assuming is doing some clever maths to make itself readable with a lot of error -- like cutting of the entire data section

oh so similar to RAID storage i guess
CLUE!!!
lmao

Alright, well that's those two squared away I guess. Thanks for filling in the blanks everyone! 
OMG it's a Clue 
3k subs lol
yea _neurosama is a pro youtuber
even tho she doesn't put closed caption on her music videos 
Mfw
This is a thing
Might be a waste of time but it also might work
day after day we discover that more things are things 
Makes a bit more sense
It's as good as any other divergent idea, really (:
I'd work this out but I'm on mobile atm
Yeah at this point anything is worthwhile trying (:
DW the ARG isn't running away. You got time lol
so the key is an equation ?
Possible - since Numbers 2 says start with X and end with Y
It really bothers me how there's a light & dark neuro on the screen during those lines tho... I crave understanding 
Oh no the arg grew legs
Quick, get the rope.
if you look at it all rows are the same only the 3rd and 4th has a slight variation
I still just think of lagtrain when i see that. Someone commented that other videos do that too tho
My thought went to binary, but it doesn't seem to have any particular connection.
It bothers me that some of this stuff is synced with the numbers... maybe it's just visuals but if it were, why not have 4 neuros at the end of each line??? or if it's an oscilating order, why the flipped neuros? why the four neuros? 
thats why whoever made the screenshots wrote the numbers on it i guess
maybe we need to mutiply by the number of neuros ?
Doesnt seem likely, as the second and third photos don't seem to align with a variable approach (unless I'm misunderstanding)
oh wait
What if normal Neuro is 1 and inverted is 2
Well we have a numbers and a number of neuro's. Maybe this refered to the amount of 1+1 | 1+2 we need to do which each number? But even then. What about the final one or the ones without a number ๐ค
1321 is divisible by 3, but 743 isn't nvm my theory
Maybe we solve for them?
Maybe i am still not sure, how we would do it.
It is really annoying that I am on a trip right now.
As long as we can prove one neuros "answer" as correct we have the solution
That's the basic of math proofs
Can be, but it can also be a sequence based problem, in this case we need to find the rule of the sequence
Im thinking going off this and trying to correlate (723,743, and 879,875 ) as those are the closest in values
Oh this could work
You can help the day after tomorrow! Seems like we've still not solved much. You've got time.
aight 
I think it is also possible that the numbers and neuro's have nothing to do with each other and are 2 problems hidden in one to confuse us
yes, that is entirely possible
If this is the case then we would eventually solve something, no?
Whether it's numbers 2 or whatever the neuros are doing
Or it's a red herring lol
I mean we said the same with Numbers and we are still not finished with that
Maybe the whole ARG is a red herring

It's free promo for neurocord woo
maybe you're a red herring (:
don't let ARG red herring you from the fact that vedal didn't pay neuro!!!
that's why some've said "great schizo period"
๐ด
Well I still have two theories. We have to keep waiting for more videos/clues or we have missed something.
probably the second
I have a feeling that maybe I know what this ARG is about.
It's a promotion to v3 voice
I think based on what we have gathered it is lore
idk feels strange.
Vedal said that he wants to jump from v1 to v3, because he found a way to make a really good voice.
And the voice in the arg videos is really good
If we choose to wait we're gonna turn better hints a self fulfilling prophesy. Unless the puppetmaster has diamond hands they're gonna want to drop easier and easier clues if no progress is made and no intrigue is created.
But I don't see the point of figuring it all out then. Be the first to know about a new voice? The first to leave an opinion on it?
It could have been designed as hard as possible for a purpose, to let us suffer and to hear the voice so much time that we will link it to Neuro easily.
Agree
Personally I'm here for the journey, not the goal
It's like training a dog
in before Vedal annouce he created his own chatGPT and the ARG is for finding beta tester 
Good point, it's all really interesting
woof~
brainwashing the swarm to like the new voice whether they want it or not lmao
Yea kind of
Void/Evil Neuro voice was pretty good
It's much better than v1 and v2
And it's sound kind of like Fauna, almost as if she donated her voice to Neuro.
Hm, maybe it's time we try utilizing known attacks for the various broken modern encryption algorithms
If it's something advanced we need a quantum computer.
quantum computers are still useless, unfortunately. Even if we could rent time on one, which is astronomically expensive, they're essentially useless for now, until the tech gets better.
If you want to crack something advanced you will need to wait more than the age of the universe with the current technology unless you are using super computer and even then it will be too much time.
ye, that's why i specifically want to look at known broken modern ciphers. single-DES seems to have been broken, as is inappropriately using an OTP key for multiple messages.
might be DES to be fair i think most people tried AES
DES is older, so i'm just gonna assume because it's weaker, it's more likely i'll get my head around it. What confuses me is that it doesn't seem like there's any tools for actually breaking DES automatically. I guess human intuition is still required (for now)
In cryptography, the EFF DES cracker (nicknamed "Deep Crack") is a machine built by the Electronic Frontier Foundation (EFF) in 1998, to perform a brute force search of the Data Encryption Standard (DES) cipher's key space โ that is, to decrypt an encrypted message by trying every possible key. The aim in doing this was to prove that the key siz...
seems pretty strong even tho it's says that
are you sure that's not for triple-DES?
no idea
single-DES was discarded early on afaik because it wasn't strong. So they made triple-DES instead
https://stackoverflow.com/questions/9119046/brute-forcing-des-with-a-weak-key wait someone got that as an assignment 
Course on Cryptography are wild
im reading in the comments it says 56bits ?
so 7 char but the overflow question is about 64bit key so i guess you can go higher
As CodeInChaos figured out, only 31 characters need to be tested, because DES ignores every 8th bit of the key, making for example ASCII characters b: *0110001*0 and c: *0110001*1 identical in encryption/decryption when used as a part of the key.
that one comment is interesting tho
I took a uni crypto-I course like 10 years ago. I briefly understood most of it, but it left my brain so quick! These days I only really remember the concept of block cipherss, expanding keys, and onetimepad/manytimeuse attacks. It was like wild math stuff (compared to my skill-level at least)
And that was just crypto-I
probably not, no. That's why I'm looking for known attack vectors
vedal would say the same
why would someone spend money on this 
idk ask the people who spent 10k bits
i know right 
was there any vedal-turtle merch? After this I'd buy one so I can shake it.
don't spend money, simply open it in firefox
put the sticker on centrifuge, turn speed to max, watch turtle transform into green goo
It's not the same 
I opened it on Firefox my pc exploded whats the next step ?
Offer you cat, Mittens, to the almighty Neuro
Can anyone recommend me music just like the Study video, it should be a full album tbh
https://www.youtube.com/c/lofigirl comes to mind, but it's not exactly the same
any other?
isn't it just jazz
Nothing else comes to mind really, but then I'm no expert. We could ask #music or check if it has been asked before
Look for "lofi beats" and you should find something.
isn't that usually without vocals?
I assumed this was algebra. each nuero being a number
What if "Open" in FireFox isn't about the browser but the movie? Maybe it's a hint that we need to use huffman coding 
Wow. Just wow
not huffman coding 
theres also a book related to this
book chapter -> page -> line -> word encoding?
not much into programming stuff, what can you all do with these numbers:
5130-4893-1544-0 (or ending 3630)
got them off treating Numbers 2 like algabra questions
if ending you mean instead of zero it's 16 digits, so plug them in as aes-128 key
but the chance for it to work is basically 0
Same qr again
i just noticed there's vedal sleeping, was it always there lmao
december 19th thats a clue he confirmed the dates we used 
Has someone tried this already? https://github.com/phek/cipher_bruteforce
Unsure, but wouldn't vigenere have to be language-text? Just garbled, but letters for reading and stuff all the same
Any progress?
Not sure if I'm seeing things but I think the 4th panel of 3rd set of neuros on numbers ii isn't in the right spot
(the one that's flipped)
because lag train lol
which clearly this is inspired by
How do I create google sheets file in the ARG drive?
you should be able to right click and add something
PASTA 
PASTA???
Sheet1
First,Encodes to,Middle,Encodes to,Last,Encodes to,To not be confused about similarities between Il, o0, etc:
0,MD,0,A,0,w,Upper case O
1,MT,1,E,1,x,Upper case I
2,Mj,2,I,2,y,Upper case L
3,Mz,3,M,3,z,A zero 0
4,ND,4,Q,4,0
5,NT,5,U,5,1,If we take a number such as 123456789
6,Nj,6,Y,6,2,An...
This is what I did what the "DQ5z14ighWwiag7y+cWFQg=="
Actually, nvm, forget everything I said above, I am dumb, I've restarted my PC and put up the server back, was thinking that it would just reuse the last text I gave it, but no, it had a default text set up, so when I launched it it almost instantly showed me that there is a match...
damn
I'll just delete everything to not confuse people
same
On the last stream Vedal mentioned the song Anonymous M. I suppose this clip was the inspiration for the ARG related videos.
Download & Streaming: https://linkco.re/HSqccGBx
ใใใญใชใใผ New AlbumใMETAใ็บๅฃฒไธญ๏ผ
https://pinocchiop.com/meta
ใฏใใใพใใฆใฎไบบใฏใฏใใใพใใฆใใใใญใชใใผใจ็ณใใพใใ
็นๅฎใใชใใงใญใ
Music, Lyrics, Video, Illustration / ใใใญใชใใผ
Vocal / ๅ้ณใใฏใปARuFa @ARuFa_FARu
3DCG / ใใใ
Off vocal: https://www.dropbox.com/sh/7xnp92owyfxin8l/AAC4uZJtxNuFbKfQZf3s0UDva?dl=0
Twitter: https://twitter.com...
he just mentioned alex wants him to sing that
it has nothing to do with anything
it's not arg solving thing, just a funny remark 
The amounts of dopamine I'm gonna get when we'll solve it, with all this sleepless nights.

computer hungry for pasta
Yea, it's everywhere... I listened to it so many times its now recommend to me forever.
We totally figured everything out and haven't been stuck trying things out /s
me being productive by counting beats
Me thinking I'm productive with the math stuff I did like yesterday that prob isnt related
I'm maximum copium with the time signatures
"They have to mean something"
I'm like medium copium with the math, it might be a solution but also completely wrong
just, what?
5-4-3-4?
54, 44, 34, 44?
I just hope the answer isn't obvious and we all are thinking about it 10000x more
Hi ppl, so im rather new to ARG, but i did look over this one, and in Study 10:21, for the .destinationNumber, im pretty sure its ...Wwlag... (2nd choice) instead of ...Wwiag... (leading), since the char at pos 11 is 1 pixel taller and doesn't have the cusp to the left...
I traced them out as well, compared to the "l" at pos 4 and "i" at pos 6: https://ibb.co/g49fhpg
You could make a comment about that on the docs also
ah right, ty
Hey I've never done anything with ARGs so idk if this makes any sense, and idk if someone thought of this already, but I just had a thought while looking at the Study video that the glitch effect thing near the end of "I think I saw a ghost" could be a sort of barcode type thing? Idk I just thought so since it shows multiple different sized lines in different places for the glitch effect
like what I mean is if you somehow map out the various lines the glitch effect makes it could give a barcode or at least some type of clue
timestamp?
also, there is a doc with stuff people have found currently
not sure if you know about it/used it but its here https://drive.google.com/drive/folders/1qm6GSRlstTmjbyOFCuH1OhSmPK4pi4Aa
its also pinned but it takes a bit to scroll
might look into it to see if there is some merit, but i feel like that might just be a glitch effect ngl
I know about it but I didn't want to put this thought in it so as not to lead people down a useless path if this doesn't make sense
theres been a lot of theories put out lol its fine
yeah that's fair lol, I think it's probably just a glitch effect too
ok, ig I'll add it then
alr
where should I put this theory, just at the bottom of the Study google doc?
@burnt glacier has leveled up! (7 โ 8)
yeah
you could make a comment or add it somewhere
yep, just don't ask about a P-word
i dont remember where the study comments are
ok
i been trying to get the fibonacci sequence out of numbers one and i made something cursed
?
Progression T^T
ohhh haha ;-;
ah yes progression we have done lots of that
could put it at the bottom of study doc
maybe create new header and add images (if any) to make it clear what youre refering to
ok, I feel like this isn't a big enough theory to warrant a header but I'll put it at the bottom and add images
also you guys think this is fine for a "transparent fibonacci sequence" picture for the docs? im not really sure what im doing but it seems somewhat good
ok I put it in the doc
could just take from google, no?
or do you think maybe the one in the video is different? 
I literally can't tell if that's there on amoled mode-
im not sure if the one from google is the same as the position changes in the video
also the one in video has a border around it (although idk if it matters)
i can try overlapping it and seeing if it matches
hey cool that you mentioned it, cause i started looking into that, mainly the one at the second 'uสop uวllษษ', that seems to have the same glitch offset pattern as the others, but longer
Not sure if there is info hidden there, but from what I noticed the offset lines have 30 possible heights, and there are 693 frames. I was considering making a 30x693 grid with the offsets and directions, just didn't have the time to do it, and it might be simpler than that
I think ill try to organize what i got and add a doc
oh cool!
I actually didn't watch the whole video, just looked at various time stamps, so I didn't know that the second uสop uวllษษ has that lol
I guess there was nothing ARGy going on in the devstream yesterday? Other that CLUE!!!! memes :p
I was doing the sleep thing for the backhalf of the stream
Not really and when he doesn mention it, it's hard to tell whethe he's taking a piss or not.
:HUH:
br*tish slang lul
ok another schizo theory what if the binary from numbers 2 is binary encoded decimal
ive lost it for today i think
as crazy as any other theory. let's do it!
decoding 01001011010010110100100101101010110010 (third row color flipped with a 010 beginning/end neuros added ) gives me 12-2-25+-2
lemme try spacing it out
nvm idk how to understand this
Yeah sorry I find it appropriate to speak British when referring to Vedal
You could be on to something. Who knows, it feels like we've exhausted at lot.
i dont think im in the right mindset atm but if youwanna try i used this website https://www.dcode.fr/binary-coded-decimal
I'll take a look
i think i also was looking at fibonacci encoding on that same website but the numbers dont make sense when i decoded one of them successfully
@timid swift Can i make a doc for updates on the fanfic on the drive? Cause itll basically be arg adjacent. Ill start on it tmr
I don't see why not. Though there's a risk that people are gonna edit it and stuff, so you probably have to be comfortable with that. Since you're putting it on a share with us all and all :p
ill only post updates on it. Until ive got the first draft ready, i'll feel too self concious about sharing it :L
updates and an expected timeline
are the docs really the place for your personal blog on a fanfic 
thats why im asking 
its arg adjacent so i thought it would make sense-
why not just create an account on some fanfic sharing site and just share a link to that instead
i mean... sure, but im only gonna post updates until the first draft is ready so it wouldnt really make much of a difference
I think what we could do is have a document of ARG Fan Art and link to it there
That's a good idea
We'll have a document linking unofficial but related works
ARG drive is for solving the ARG (for the most part) but once it's done and solved people might still want stuff related to it
so having all the cool fun made stuff in one place would be pog
ARG Universe!!
Man this is going slow..
the real ARG is the amount of fanfic we made along the way
If we just don't make any more progress, we therefore get more of the banger soundtracks for the _neurosama channel ๐ค

we'll make progress when we get the drop of I think I saw a ghost


I'll make more progress once Study gets uploaded on Spotify 
I think I saw a ghost full version is gonna make us go further in CTF hunt alot ngl
Have we tried XORing the static in the study video with some other static? it could lead us to an image
Oh wait it's just overlaying
I have seen no proof of that in the docs, so I'm gonna assume no
I'll try that when I get to my computer
yea we didn't do much XOR even tho some hints might relate to that
Could try XORing a bunch of random stuff as well, like the cipher texts and the random key phrases we've got
i'm not even know wth is XOR lolz
in this context it's a math/CS way to combine two messages into a third.
XOR is a logical operator so it change the bit values, so when you compare two set of bytes at the same place if there is 1 vs 0 XOR return 1 and so one and so forth
the only CS usefulness i know of is to swap values wich you do with a = b XOR a XOR (b = a) but you can do the same thing with + and - so it not useful and also most modern programming language just have a,b = b,a
It can be anything at this point. Numbers II just made everything harder... We need a real clue or at least official lyrics, people are not even sure 100% what the lyrics are, and if the lyrics play a role and import it becomes much harder to solve. Imagine to solve it you need to do something with the lyrics, but you are mistaken and they are true only for 95%. This 5% of unsure lyrics can ruin everything.
i don't think Numbers II made things harder
@native maple has leveled up! (11 โ 12)
we have a small part of the "official" lyrics for numbers 1 from the soundcloud, but i dont think numbers ii is making things harder
we have more information but nothing conclusive yet
It's the part almost no one questioned about...
if you try to solve a jigsaw blind and then someone throw more pieces to you it's not making it harder cause you still can't see
Numbers II just gave us "numbers to study numbers" 
it can make it easier tho, like if the piece thrown at you are corner pieces 
now im wondering if theres some significance to having roman numerals instead of just "2"
could be part 2 also
anyone try roman numerals for the instructions for numbers
also idk if i wanna go thru 741 frames of static
im gonna go insane and claim theres something there when there isnt
if you do it you might make it in the next MAN video 
#1112082183235047506 message
Oh, ye, I had a pretty crazy thought at some point, that the golden ratio image could be applied to static frames to reveal QR code or something.
That said, my motivation to look for it died faster, than I came up with this idea.
There's 4 golden ration spirals in Numbers 1 like the four sequences of V1 in Numbers 2

LMAOM WHAT THIS IS AMAZING
omg
yeah it's the best
ngl i wanna do this now

Yeah the MAN video is incredible 
Jigsaw? You mean puzzle?
yes it was just an analogy
What if it's a piece of the same shape but from another puzzle.
You will get the wrong picture.
ngl if ppl are down i could prob make music for this since i kinda do that but idk how to encapsulate the schizoness of neuroarg
well if it's still fits it's good enough
Dev mentality
Similarly, the Sino-Japanese, Sino-Korean and Sino-Vietnamese words for "four", shi (ใ, Japanese) and sa (์ฌ, Korean), sound similar or identical to "death" in each language
(Looked it up, was familiar with the Japanese one but not the other ones)
also i doubt vedal would throw us pieces unrelated to the puzzle
There's stuff like the Enigma Machine which said: "Your princess is in another castle"
so idk
thats was someone else
people just kept believeing everything and not working on the clues coming from the youtube channel
Okay I made a weird discovery
Schizo discovery of the day
So I was staring at the lyrics for numbers 2
201 1321 5831 - 12
723 743 4913 - 12
879 875 2145 - 12
716 906 4156 - 12
12?
Each one of these have a perfect 12 syllables... I was thinking, how? if the numbers are random / mean something mathematical, shouldn't it be more uneven?
So I continued counting!
Check this out:
12 syllables is pretty good stantard for song too
201 - 4
1321 - 4
5831 - 4
723 - 4
743 - 4
4913 - 4
879 - 4
875 - 4
2145 - 4
716 - 4
906 - 4
4156 - 4
Why
makes sense since it's sung
True true but also... maybe there's some other meaning to it? like the first line has an extra number for example
I mean extra digit / character in the middle row
Maybe it's the outlier?
in French we have a metric called "Alexandrin" for rythm where each lyrics adds up to 12 and usually you split with 4/4/4 or 6/6 for easy add up to 12
Yeah that's fair and all but - the song mentions Syl-la-bles, Syl-la-bles which has me curious if that's a clue to something too
i mean it's hard to make one unintentionally for sure
and making 4 of them in a row
i can't really figure out the clue tho ๐ค if there was one that is different i would say it's the odd one out
If you check the docs for Numbers II there's sort of two "outliers" 
what the hell is this, stop spamming docs with your
also i am moving static to archived
new people that joined probably
????
@vernal wolf sharing his homework with us 
do we really need a doc of someone documenting hearing voices???
what even is Meliponiculture
lmao, i think someone saved their homework in the wrong drive
Apartently this ?
hmm interesting
perhaps we should not be so critical, that'll just start fights. I'm in favor of letting people document what they believe to be relevant. If you think it's too broad, you're welcome to make the elite document yourself (:
i think the problem is about it not being in the document everyone uses
since neuro always goes schizo maybe we need to go schizo as well to solve the ARG lol
Lmao I laughed so hard everyone looked at me
I think Enou just simply created a new doc not realasing he is still in the Neuro ARG Drive
there are 2 sections about this in study doc, at least have the conscience to put it there
You think people are being disorganized on purpose?
i'd love to answer yes
but?
most people will instinctively take the path of least effort can't really blame people
ye, plus all this text is overwhelming to a lot of people
it's not a big deal, just ask the creator to move their findings to the relevant doc and remove the homework from the drive
now put a picture of neuro in the corner
world.execute(me) doc is also going either into solved or archived, decide which one right now
Archived





