Lotsen

589 posts

Lotsen banner
Lotsen

Lotsen

@L0tsen

I post here sometimes

Katılım Aralık 2020
246 Takip Edilen17 Takipçiler
Sabitlenmiş Tweet
Lotsen
Lotsen@L0tsen·
Hmm interesting way to reveal your identity Frida/Sean. And also admitting that the entire emex team knows about your actions. @mimallocly @emexthecat
Lotsen tweet mediaLotsen tweet mediaLotsen tweet mediaLotsen tweet media
English
1
0
1
444
Lotsen
Lotsen@L0tsen·
Catelyn (mimalloc) is Frida! How do I know this? Well its quite simple actually. Download this (github.com/emexlab/emexDE…) release of emexDE uploaded by mimalloc, extract and search a string inside of ”CoreCompiler”. All of theese steps can be done by using the following script: #!/usr/bin/env bash curl -LO 'github.com/emexlab/emexDE…' sha256sum ./emexDE.ipa # expected: 79ffafc14bb69cbbdbb61abeaa49e645645b9977fd7603bd8951f569728425e6 unzip -jn ./emexDE.ipa 'Payload/emexDE.app/Frameworks/CoreCompiler.framework/CoreCompiler' -d emexDE strings ./emexDE/CoreCompiler | grep 'frida' The output should be: /Users/frida/Library/Developer/Xcode/DerivedData/Nyxian-dukmofqweprjkfabsuhtoqwuesfa/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/Analysis/ConstructionContext.h /Users/frida/Library/Developer/Xcode/DerivedData/Nyxian-dukmofqweprjkfabsuhtoqwuesfa/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/Type.h /Users/frida/Library/Developer/Xcode/DerivedData/Nyxian-dukmofqweprjkfabsuhtoqwuesfa/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/RecursiveASTVisitor.h /Users/frida/Library/Developer/Xcode/DerivedData/Nyxian-dukmofqweprjkfabsuhtoqwuesfa/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/Expr.h /Users/frida/Library/Developer/Xcode/DerivedData/Nyxian-dukmofqweprjkfabsuhtoqwuesfa/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/AttrVisitor.inc /Users/frida/Documents/GitHub/Nyxian/LLVM-On-iOS/swift/lib/Demangling/Demangler.cpp Now if you do the same with the latest release of nyxian (github.com/emexlab/emexDE…) uploaded by mach_port_t (github.com/mach-port-t) by running the following script: #!/usr/bin/env bash curl -L 'github.com/emexlab/emexDE…' -o 'nyxianBySean.ipa' sha256sum ./nyxianBySean.ipa # expected: 9cb33f9d838cea450070d0f01bc38d5a1cb193396492b1889b8c128f77c53c50 unzip -jn ./nyxianBySean.ipa 'Payload/Nyxian.app/Frameworks/CoreCompiler.framework/CoreCompiler' -d nyxianBySean strings ./nyxianBySean/CoreCompiler | grep 'frida' The output should be: /Users/frida/Library/Developer/Xcode/DerivedData/Nyxian-dukmofqweprjkfabsuhtoqwuesfa/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/Analysis/ConstructionContext.h /Users/frida/Library/Developer/Xcode/DerivedData/Nyxian-dukmofqweprjkfabsuhtoqwuesfa/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/Type.h /Users/frida/Library/Developer/Xcode/DerivedData/Nyxian-dukmofqweprjkfabsuhtoqwuesfa/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/RecursiveASTVisitor.h /Users/frida/Library/Developer/Xcode/DerivedData/Nyxian-dukmofqweprjkfabsuhtoqwuesfa/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/Expr.h /Users/frida/Library/Developer/Xcode/DerivedData/Nyxian-dukmofqweprjkfabsuhtoqwuesfa/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/AttrVisitor.inc /Users/frida/Documents/GitHub/Nyxian/LLVM-On-iOS/swift/lib/Demangling/Demangler.cpp If you do the same thing with a build made using GitHub Actions (#artifacts" target="_blank" rel="nofollow noopener">github.com/emexlab/emexDE…) by running this script: #!/usr/bin/env bash curl -L 'nightly.link/emexlab/emexDE…' -o 'nyxianByGitHub.ipa.zip' unzip ./nyxianByGitHub.ipa.zip sha256sum ./nyxian.ipa # expected: c8859a1b6eaa05e4902c8af1ea2d26e208392eaa1108c11f068082e95f7ae854 unzip -jn ./nyxian.ipa 'Payload/Nyxian.app/Frameworks/CoreCompiler.framework/CoreCompiler' -d nyxianByGitHub strings ./nyxianByGitHub/CoreCompiler | grep 'frida' You should get no output. If you do run this command after you ran the previous one: #!/usr/bin/env bash strings ./nyxianByGitHub/CoreCompiler | grep '/runner/' The output should be: /Users/runner//Library/Developer/Xcode/DerivedData/Nyxian-fyzumuoxmssfvfeufebdckbamany/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/Analysis/ConstructionContext.h /Users/runner/Library/Developer/Xcode/DerivedData/Nyxian-fyzumuoxmssfvfeufebdckbamany/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/Type.h /Users/runner/Library/Developer/Xcode/DerivedData/Nyxian-fyzumuoxmssfvfeufebdckbamany/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/RecursiveASTVisitor.h /Users/runner/Library/Developer/Xcode/DerivedData/Nyxian-fyzumuoxmssfvfeufebdckbamany/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/Expr.h /Users/runner/Library/Developer/Xcode/DerivedData/Nyxian-fyzumuoxmssfvfeufebdckbamany/Build/Intermediates.noindex/ArchiveIntermediates/Nyxian/BuildProductsPath/Release-iphoneos/include/clang/AST/AttrVisitor.inc /Users/runner/work/Nyxian/Nyxian/LLVM-On-iOS/swift/lib/Demangling/Demangler.cpp
English
1
0
2
488
Lotsen
Lotsen@L0tsen·
@mach_port_t YOu actually have interacted with them before. Remember the nyxian discord server?
Lotsen tweet mediaLotsen tweet mediaLotsen tweet media
English
0
0
2
117
Lotsen
Lotsen@L0tsen·
A word on emexDE (formerly nyxian). This fucking project can’t quit having drama around it. First it was how Sean/Frida was as a person. If you don’t know what they did I can give a short and comprehensive list of all crimes they have admitted to doing: 1. Sexting with minors 2. Having a relationship with a 10 year old when they where 16 3. Doxxing people ”She loved the most” 4. Rape 5. Pedophilia She was exposed for this on twitter on multible occations and when we did get a reaction from them they deleted their accounts and Nyxian (their main project) was moved to the emex team. End of story right? Lucavmu the person who moved the project knew about everything Frida/Sean did. They even said that in a reddit thread. What they did say was that the court case ended with Sean boleslawski (Frida) being found as not guilty. This is false. The court records says it was shelved due to not enough proof being found. Luca then moved the project when all the drama started to come out. Then Sean/Frida deleted their accounts. I also have screenshots from Sean/Frida where they said their outrage on the emex team was fake, It should be the first image in this tweet. It all seemed to go fine for emexDE with the new dev team until Catelyn would spill the beans herself in private messages to a user who would like to remain anonymous. Yes Catelyn is Frida/Sean. They Couldn’t try to keep theese things private? Even when this code editor gets a ”new” team Frida/Sean still bring in the drama to it. This project will always be involved in drama and therefore I have wanted to tell everyone to not use it. The users using it supporting someone who has admitted to do rape and much more horrible things and the users will be supporting a team that knows of what they did and try to keep it seceret. What the fuck. This project should be burried in a grave never to be seen again.
Lotsen tweet media
English
0
0
4
256
Lotsen retweetledi
404oops
404oops@oops4041555·
SeanIsTethered is threatening to dox people, again, on his fresh new identity, that he was so sloppy with that people already uncovered it. He's shitting himself.
404oops tweet media
English
2
2
11
1.6K
Lotsen
Lotsen@L0tsen·
Hmm interesting way to reveal your identity Frida/Sean. And also admitting that the entire emex team knows about your actions. @mimallocly @emexthecat
Lotsen tweet mediaLotsen tweet mediaLotsen tweet mediaLotsen tweet media
English
1
0
1
444
Lotsen
Lotsen@L0tsen·
@oops4041555 Catelyn mimalloc mimallocly This is Seans/Fridas newest username they go by at the moment.
English
0
0
0
49
Lotsen
Lotsen@L0tsen·
to add to this if you want to search for anything related to them remember the following usernames 1. mach_port_t 2. SeanIsTethered 3. Cr4zyengineer 4. Fridadev 5. Old_Row7366 (seems to only be used on reddit) 6. Sean Boleslawski (credited in old github repos by them) Most of theese are old usernames by them, some still in use
English
12
0
2
437
404oops
404oops@oops4041555·
Sean (definitely not his real name) is a pedophile. He raped a prepubescent child. There's no "framing", there's no "constructed bullshit", a pedophile is a pedophile with a damaged psyche.
404oops tweet media
English
3
5
12
1.1K
Lotsen
Lotsen@L0tsen·
@oops4041555 I don't really care to be honest. Jellyfin is good enough for my needs but then again I mostly just watch everything on my computer locally, no streaming whatsoever.
English
0
0
1
88
Athena
Athena@KeichanKisser·
who the fuck wants to live forever?
English
1
0
4
93
Lotsen
Lotsen@L0tsen·
@p1nkempress_ I will probably just go into sleep mode until something sparks my interests or instincts again.
English
0
0
2
64
🌸 paprika 🗡️
🌸 paprika 🗡️@p1nkempress_·
time for everyone to go to bluesky for like a week again then come back here for the seventh time
English
9
3
34
608
pastaya
pastaya@realpastaya·
fucking dumbass never heard of _start wallahi delete your account or i WILL fucking bully you til you stop.
English
3
0
7
268
404oops
404oops@oops4041555·
i'll be cleaning out my following incl mutuals if you want to stay, reply.
English
85
0
62
1.6K
Lotsen
Lotsen@L0tsen·
Nyxia Deleted their account. We won chat.
English
1
0
3
630
Lotsen
Lotsen@L0tsen·
Also take note of @littencotton 's user Id (2010796753847795712)
Lotsen tweet media
English
0
0
0
191
Lotsen
Lotsen@L0tsen·
I would like to thank everyone who was involved in exposing Seanisthetered/Nyxia. I couldn't have done this without you all. This person has taken a toll on my mental health for a while and i will probably disapear into the void soon. Not to be heard from for a while again. I would like to specialy thank 404oops (@oops4041555) for spreading this matter and helping uploading proof catgirlmeth727 (@catgirlmeth727) For creating the google doc and bringing the information about Nyxia being a pedofile ♥𝒞𝒽𝑒𝓇𝓇𝓎♥ (@succubuscherry3) for giving me evidence on how nyxia acted on discord in PM's I am deeply sorry if I forgot anyone here that helped me with the matter. These where the people who came to mind while writing this tweet. I wish everyone the best and the Nyxian team a wonderful future. Hope the project goes how you want too lukavmu. /Lotsen
English
6
1
6
689
♥𝒞𝒽𝑒𝓇𝓇𝓎♥
♥𝒞𝒽𝑒𝓇𝓇𝓎♥@succubuscherry3·
like and retweet if you want to further expose nyxia and the team as well as others including Maddy n such
English
1
1
1
175