IShallNotFear

I just did a follow-up post on how to archive video comments. https://voat.co/v/pizzagate/2258627

IShallNotFear

I did a follow-up post on being able to archive Youtube channel comments. While it isn't the best solution, hopefully it will help a little. https://voat.co/v/pizzagate/2254154

IShallNotFear

I just did a follow-up post on how to archive video comments. https://voat.co/v/pizzagate/2258627

karenrussell63

I've taken a look at a few of the videos and yes some of the comments are using 1 of the 2 thai keyboards mentioned in the reddit post.

For any coders here, I've made a javascript function based on the keyboards to help with translation. I noticed some comments using the "kedmanee" keyboard and others using the "pattachote" keyboard so my function will translate using both. You will still have to plug both into google translate and make sure it's from thai if the auto detect fails.

let langs = {
    "kedmanee": {
        "toThai": function( str ) {
            let keys = {
                "`~":"_","1!":"ๅ","2@":"/","3#":"-","4$":"ภ","5%":"ถ","6^":"ุ","7&":"ึ","8*":"ค","9(":"ต","0)":"จ","-_":"ข","=+":"ช","qQ":"ๆ","wW":"ไ","eE":"ำ","rR":"พ","tT":"ะ","yY":"ั","uU":"ี","iI":"ร","oO":"น","pP":"ย","[{":"บ","]}":"ล","\\|":"ฃ","aA":"ฟ","sS":"ห","dD":"ก","fF":"ด","gG":"เ","hH":"้","jJ":"่","kK":"า","lL":"ส",";:":"ว","'\"":"ง","zZ":"ผ","xX":"ป","cC":"แ","vV":"อ","bB":"ิ","nN":"ื","mM":"ท",",<":"ม",".>":"ใ","/?":"ฝ"
            };

            for ( i in keys ) {
                var regex = new RegExp( '[' + i + ']', 'gi' );
                str = str.replace( regex, keys[ i ] );
            }

            return str;
        },
        "toEng": function( str ) {
            let keys = {
                "_%":"`","ๅ+":"1","/๑":"2","-๒":"3","ภ๓":"4","ถ๔":"5","ุู":"6","ึ฿":"7","ค๕":"8","ต๖":"9","จ๗":"0","ข๘":"-","ช๙":"=","ๆ๐":"q","ไ\"":"w","ำฎ":"e","พฑ":"r","ะธ":"t","ัํ":"y","ี๊":"u","รณ":"i","นฯ":"o","ยญ":"p","บฐ":"[","ล,":"]","ฃฅ":"\\","ฟฤ":"a","หฆ":"s","กฏ":"d","ดโ":"f","เฌ":"g","้็":"h","่๋":"j","าษ":"k","สศ":"l","วซ":";","ง.":"'","ผ(":"z","ป)":"x","แฉ":"c","อฮ":"v","ิฺ":"b","ื์":"n","ท?":"m","มฒ":",","ใฬ":".","ฝฦ":"/"
            };

            for ( i in keys ) {
                var regex = new RegExp( '[' + i + ']', 'gi' );
                str = str.replace( regex, keys[ i ] );
            }

            return str;
        }
    },
    "pattachote": {
        "toThai": function( str ) {
            let keys = {
                "`~":"_","1!":"=","2@":"๒","3#":"๓","4$":"๔","5%":"๕","6^":"ู","7&":"๗","8*":"๘","9(":"๙","0)":"๐","-_":"๑","=+":"๖","qQ":"็","wW":"ต","eE":"ย","rR":"อ","tT":"ร","yY":"่","uU":"ด","iI":"ม","oO":"ว","pP":"แ","[{":"ใ","]}":"ฌ","\\|":"ฺ","aA":"้","sS":"ท","dD":"ง","fF":"ก","gG":"ั","hH":"ี","jJ":"า","kK":"น","lL":"เ",";:":"ไ","'\"":"ข","zZ":"บ","xX":"ป","cC":"ล","vV":"ห","bB":"ิ","nN":"ค","mM":"ส",",<":"ะ",".>":"จ","/?":"พ"
            };

            for ( i in keys ) {
                var regex = new RegExp( '[' + i + ']', 'gi' );
                str = str.replace( regex, keys[ i ] );
            }

            return str;
        },
        "toEng": function( str ) {
            let keys = {
                "_฿":"`","=+":"1","๒\"":"2","๓/":"3","๔,":"4","๕?":"5","ูุ":"6","๗ๅ":"7","๘.":"8","๙(":"9","๐)":"0","๑-":"-","๖%":"=","็๊":"q","ตฤ":"w","ยๆ":"e","อญ":"r","รษ":"t","่ึ":"y","ดฝ":"u","มซ":"i","วถ":"o","แฒ":"p","ใฯ":"[","ฌฦ":"]","ฺํ":"\\","้๋":"a","ทธ":"s","งำ":"d","กณ":"f","ั์":"g","ีื":"h","าผ":"j","นช":"k","เโ":"l","ไฆ":";","ขฑ":"'","บฎ":"z","ปฏ":"x","ลฐ":"c","หภ":"v","ิั้":"b","คศ":"n","สฮ":"m","ะฟ":",","จฉ":".","พฬ":"/"
            };

            for ( i in keys ) {
                var regex = new RegExp( '[' + i + ']', 'gi' );
                str = str.replace( regex, keys[ i ] );
            }

            return str;
        }
    },
    "translate": function( str ) {
        return {
            "kedmanee": this.kedmanee.toThai( str ).trim(),
            "pattachote": this.pattachote.toThai( str ).trim()
        };
    }
};

And you would use it by:

langs.translate( 'k0jjgfjii' );

Which gives:

kedmanee:"าจ่่เด่รร"
pattachote:"น๐าาักามม"

Plugging both versions into google, we see that the pattachote version gives us "0" and the kedmanee version translates to "Thank you."

seekingpeace

This thread is nuts. I agree that there's disturbing content for children in these elsa gate videos but these comments are made by bots that are trying to influence the algorithm to rank the videos higher. In short, they are money making videos.

I've read some whacked out theories before but this "Thai script" one takes the cake. People are wasting their time and distracted...

dooob

But the vides are demonetized...

seekingpeace

I don't know if you read this article by James Bridle. I found it on Reddit/Elsagate

https://medium.com/@jamesbridle/something-is-wrong-on-the-internet-c39c471271d2

It's long but I think it's well-written.

crimecrime

Hacker skills anyone?

So I pulled emails of major Elsagate chanels (they post it in the commercial info section) and was wondering if maybe someone could try and hack them?

Here they are:

Superheroes Funny [email protected]

Webs & Tiaras - An official channel for Toy Monster compilations! [email protected]

KIDS TRY [email protected]

Superheroes IRL [email protected]

Family Friends Party for Kids [email protected]

Toy Baby [email protected]

Spiderman & Frozen Elsa IRL [email protected]

Super Colors Baby Show [email protected]

Kid Toy Media [email protected]

This channels share billions of views between tehm and have millions of subscribers.

kzkz2njgjkz

The owners of Web and Tiaras, Toy Monster and all their channels are Magnus Vestli and Sylvie Legendre From Quebec, Canada, Martin Legendre, Sylvie's brother is also an owner. Here's the adress of the house where they film the majority of the vids : 2090, route Marie-victorin Lévis QC G7A 4H5 Canada. Phone Number : +1 (438) 496-3732

IShallNotFear

I looked all of these email addresses up in Pipl.com but didn't find anything. :(

karenrussell63

leakedsource.ru

IShallNotFear

I checked all of those email addresses on leakedsource.ru. No results for any of them.

crimecrime

Guys, check this out: https://i.imgur.com/9TnocWu.jpg I found this comment, translated it using the method described on reddit and got "Dummy + Ants" as a result. Then found dummy and ants in the video.

jangles

https://voat.co/v/Peptidegate/1929457 @jangles does this method help decode these messages too

Joe10jo

Where's the translation? Posted and deleted already?

dooob

Read my other comments here, there is a chan thread. Not much breakthroughs but it sure sheds some light on the fishy comment section.

dooob

http://archive.is/bevSm

Since the reddit thread got deleted, here is the half chan thread. Needs more digging and, imo, needs work on the decrypting method, ex. Maybe using a different translator or something.

think-

They deleted the reddit thread??

dooob

Didnt check tbh, someone said so in the comments so i found a live chan thread.

think-

Actually getting deleted on Reddit is a good sign...it means they've found something big.

dooob

Tbh it seems like nothing but the shills are biting. I always suspected there was something in the commets but i wasnt smart enough to figure it out.

think-

I guess you are just not speaking Thai (like the majority of us).... ;-)

dooob

dooob

http://archive.is/bevSm

4chan thread, summarizes the reddit post.

dooob

Oh for fucks sake, i forgot to do that, ill try to find the 4chan thread. Excuse my laziness, i am on a shitty and laggy smartphone.

crashing_this_thread

Don't think you are safe outside the US either. Julian Assange thought he was safe in Sweden. I don't blame him, Sweden only relatively recently showed it's true colors.

dooob

Why would i worry about safety?

crashing_this_thread

Because you don't want to discover something without being able to spread it. No point in dying for nothing.

dooob

What did i discover really? I found a 4chan thread that links a reddit conspiracy post. Maybe it is my bad english but the way you write to me, it seems like you are vaguely threatening me.

Deus_Voat

It kind of does sound like he is. I am not. Thank you for posting.

I have also had strange people reply to posts on my other accounts in a vaguely threatening way but i am still here

dooob

Thank you for commenting and confirming my suspicions. I know i am not a high-profile target and they wont spend shekels to off me. Check his profile, learn how they build sleeper accounts, easier to spot them in future.

carmencita

Wow. This is Epic and Big. Here is one of the Comments from Reddit and a Good Warning for the OP: Don't get yourself in too much trouble. I'm serious -- if you are on to something, the bad guys might find you first. Note how that Ryan guy was threatened by James Alefantis. These people play dirty. SO very true, imo.

R34p_Th3_Wh0r1w1nd

Threatening someone only works if they are scared to die. If you are a worry wart, keep a firearm close at all times.

dooob

I aint digging, i have no equipment for that, i am only sharing what the autist have found out. Thanks for the warning, i guess.

burnerdrone04

Here's the short version: Elsagate gibberish video comments are actually thai language characters converted to romanized letters. If you use the thai keyboard here . You can take the thai result and put it into a translator like google translate and get an approximation to the english reply. An example is comment "xjdjd shops" = ป่ก่ ห้นยห which translates to "I love you".

Unfortunately It appears that since this broke on Reddit, many of the you tube videos have deleted the comments. If anyone has old copies of that jibber jabber, it would be nice to try and translate some of that stuff. Better yet, get a native thai speaker to avoid the weird auto-translate errors. This is very straight forward and easy to replicate. Question: Are the people posting these comments native Thai speakers or are they using the reverse process to generate the comments?

Gothamgirl

Try @AmyJames she knows alot.

bezzy

If they broke this without having ripped most of the videos' comments... holy shit that is dumb. Hope that is not the case.

mooteensy

Thank you for sharing this. I have the same question!

Gothamgirl

Wow my closest thought was symbols into numbers. The USGS is fluent in that code.

argosciv

Are the people posting these comments native Thai speakers or are they using the reverse process to generate the comments?

Mixed, most likely. Could even indicate that Thailand plays a particularly important part in the network?

YogSoggoth

That's what I was thinking at first too, because Puerto Ricans speak fast Spinglish so that no one can understand them. It would take too much time to train all these guys to speak this gibberish, but with a tool anyone could join the crowd, and the tool at the other end could pick up the message. The mindless chatter would be discarnate until discernment by server. Ever hear of the pidgeon language spoken from Hawaii to the extreme Pacific Islands?

SoldierofLight

Bangkok has a notorious reputation for child sex trafficking and prostitution.

seekingpeace

Sorry but most of the human trafficking in Thailand is migrant workers from neighboring Myanmar and Cambodia. Bangkok has been "cleaned up" a lot since military rule and the scum have migrated to Pattaya.

3141592653

So much child sex slavery in Thailand

seekingpeace

Child prostitution yes but slavery? I don't think so. I live in Thailand now and have lived in SEA for over 20 years. Where are you getting this info from? Are you talking about Thais or foreigners involved?

3141592653

yes, child sex trafficking aka slavery in Thailand. definitely.

SoldierofLight

Sounds like you know what you're talking about. So you think it's just as bad in Pattaya as it used to be in Bangkok?

seekingpeace

IMHO, Pattaya is on par with Angeles City in the Philippines. They are both magnets for sex-pats and the scum from Western countries. Sad, very sad.

SoldierofLight

I hate this planet sometimes.

seekingpeace

Sometimes I think Viagra was the worst invention ever. Most of these middle-aged/old guys with their flaccid dicks would be watching sport or doing something else instead of on the prowl for cheap...

jealoushe

Doesn't look like anything has really been decoded yet.

burnerdrone04

Not really. I doubt anything substantive will. It's likely just slightly creepy introduction messages intended to prompt direct messages which can then take the conversation into safer channels. The whole thing reeks but I doubt crowdsource investigators have the means to track these interactions past youtube conversations. I'd love to be wrong though, centipedes have proven to be resourceful.

jealoushe

ugh why am I being downvoated....there was nothing discovered really. Wasn't saying it wasnt possible lol

dooob

If u check the 4chan thread, you will see that the shills are using the "omg conspiracy autists, there is nothing to see here" tactic. Possible someone assumed you are a shill.

jealoushe

well, that sucks lol

dooob

Seems like nothing to me, so far, but the shills are doing damage control so i am inclined to believe there might be something to this. Even when Elsagate conspiracy, the shills were full out damage control, i thought they were scared of us exposing their sick videos but the comment section always seemed fishy. Only logical explanation would be that kids get stucked into looped videos (ie they cant type and are constatly suggested similiar type vids) and they accidently comment.

https://imgoat.com/uploads/93f65e080a/58266.jpg

Why did a channel owner write gibberish comment?

Very interesting.

Artoriapendragon1

An sra survivor once claimed on Twitter that hivites (her occultist family) use "good baby, bad baby" terms to decide which way to program them. In other words, high self esteem or low self esteem. I can try to find the tweet.

burnerdrone04

If you type "dfgfdg" into the thai keyboard here: Thai Keyboard . You get these thai characters: "กดเดกเ". If you copy paste those into google translate, you get "Press Release". So dfgfdg translates to "press release" according to google. Without a native thai speaker, this could just be garbage in garbage out type stuff, but there you go.

dooob

Thus why i think we are missing s key step at decrypting. There is no doubt they are leaving messages in comments.

burnerdrone04

I'd love to get a Thai speaker to take a look because comments like "uhu" don't translate with this method but could just as easily be slang or webspeak like "imho" or ":)" in Thai.

derram

dooob

Related to Pizzagate because of Elsagate. Found this on 4chan.