It's a weird idea to spend time on something that isn't practical (for example, remember the 2k characters) discord message limitation and the fact that it can't really support inserting big parts of code between others because you can't move tge messages, so that's just almost the same as coding on a piece of paper. Also, the laziness to add a bot to every project is a very bad excuse for using selfbots. And even if you don't care about legality of your actions, I think there is even a possibility to get some ip ban instead of a one that bans only one account. And also, after all of that, you're even releasing it, instead of just saying "so, that's how that interesting experiment went, don't try that for yourself". And releasing it on Patreon, though, that isn't as bad as releasing it in the first place
@conradrobinson7941 Жыл бұрын
Hahahaha
@vintagegenious Жыл бұрын
Selfbots are not illegal, they are juste against discord rules which are not the law
@mariocamspam72 Жыл бұрын
When you hear a romanian or russian accent, you know world-class software engineering will happen
@FaceDevStuff Жыл бұрын
Good one lmao
@beepboopitsjoop4678 Жыл бұрын
indian aswell
@beepboopitsjoop4678 Жыл бұрын
@@AndrieMC Blasphemy
@mrocto329 Жыл бұрын
@@vobombo Amazing tutorials, not so amazing actualy code from my experience.
@itsorcus649 Жыл бұрын
@@mrocto329 so true I feel like it too, I am Indian
@ZyrenV Жыл бұрын
very simple concept but nice execution, lovely video
@frogzach6203 Жыл бұрын
No, smoking won't affect my child. Child after 13 years: Coding in discord
@safariknight3239 Жыл бұрын
So the child is now giga-brain?
@StefCoders Жыл бұрын
wha... Discord is now my favourite code editor.
@StefCoders Жыл бұрын
Thx @FaceDev :) Also I just installed it and its awesome.
@afro-es Жыл бұрын
certified face classic
@Heeter Жыл бұрын
Categories should be folders!
@FaceDevStuff Жыл бұрын
Thought about it, but I forgot to do it! :)
@Jdjdjdjdhfjbgdgjd6 ай бұрын
@@FaceDevStuffwouldn’t work cuz subfolders
@GreenNotebookGaming Жыл бұрын
The text on the screen in the end i saw as utf-8 encoded text, i put it through a utf-8 python script and then this is what i got: Decoded String 1: Thankq for watching Decoded String 2: Andas always Decoded String 3: SeHr/u in the next one!
@wolliger Жыл бұрын
Amazing video. Cant believe you only have 2k subs
@mist254 Жыл бұрын
this. is. great.
@user-qr4jf4tv2x Жыл бұрын
this guy lives in the future. soon this project will be used by future prompt coders
@dany_ Жыл бұрын
I almost didn't realize you were Romanian 😅 I'm Romanian too brother!
@t-ree Жыл бұрын
You did it!! Amazing!
@Piotr89waYT Жыл бұрын
Master Class. I wish I knew how to code so I could use this for the meme LMAO
@my_eminence Жыл бұрын
gonna switch to discord now
@FaceDevStuff Жыл бұрын
YOOO it's the cat man
@axer552 Жыл бұрын
epic video
@snovelice Жыл бұрын
GOOD VIDEO!
@LightslicerGP Жыл бұрын
Ending song by 20syl, mkbhd uses it alot Also, nice job! For future me: 6/30/23 at 12:50 am 💀
@matze489 Жыл бұрын
0:45 wet got you right there
@FaceDevStuff Жыл бұрын
As I said in another comment pointing it out: "Had to use it for screenshots examples in one of my videos", because I couldn't get any "Check my bio" scam profiles to screenshot to put for a high-res thumbnail
@matze489 Жыл бұрын
@@FaceDevStuff i meant that you started typing „po“. Muscle memory?
@FaceDevStuff Жыл бұрын
@@matze489 oh bruh, I was typing "project"
@matze489 Жыл бұрын
@@FaceDevStuff yes, but you started typi g „po“ and nor „pr“ at first. Like the orange/black site
@IamPyu-v Жыл бұрын
5:10 Russian Roulette
@zionek0 Жыл бұрын
Suggestion for a vid: I added plugins/extensions to my discord code editor
@ggorg0 Жыл бұрын
0:00 Emacs is best.
@meta___ Жыл бұрын
if you don't mind 2 hour startup time, loading into a daemon, living in emacs (you can do note-taking, browse the web, play music, use the terminal ALL in emacs) and 1.5 million lines of elisp or something
@HoRiiZeN Жыл бұрын
yaay new video
@mattiavitturi1490 Жыл бұрын
Imagine deleting a project named ../../../../Windows/System32
@wiksilz13875 ай бұрын
Well, maybe you need to use backslashes instead of that
@qweriop Жыл бұрын
amateurs. i use the hex editor in emacs to write code. imagine using more than 16 keys on your keyboard. ridiculous.
@notcacti Жыл бұрын
how did you make it so that the channel (or file in the fs) gets only the specific messages? like if the channel is named index-py and somebody sends a message using js what would you do it handle it?
@FaceDevStuff Жыл бұрын
Well, the parser will remove the ```py at the start and the ``` at the end, and assume it's JavaScript code (index-js channel). After that, you'll get the generic SyntaxErrors saying that "print" is not defined and stuff like that. The project was written with the intent of acting just like a code editor, so, when you paste python code into your "index.js" using an actual code editor, what would happen...?
@tyakshisingh8688 Жыл бұрын
Cool video!
@lilnibblit Жыл бұрын
which library did you use to integrate with discord?
@FaceDevStuff Жыл бұрын
Discord.JS
@lilnibblit Жыл бұрын
@@FaceDevStuff Thanks. I didn't know it could be used to create user bots
@FaceDevStuff Жыл бұрын
@@lilnibblit almost any wrapper can be used to do that, since the user API is the same as the bot API, BUT, some libraries like discord.js don't allow it, so I used "discord.js-v13-selfbot" or something, which is basically discord.js but modified a bit
@SyncronedStuff Жыл бұрын
Was that a discord token at the end or am I mistaken?
@FaceDevStuff Жыл бұрын
It's what I say but in base64
@SyncronedStuff Жыл бұрын
@@FaceDevStuff OOOH. I am stupid lmfaooo
@plop_dev Жыл бұрын
but surely you did this with vscode
@Vennox Жыл бұрын
forta vere
@FaceDevStuff Жыл бұрын
😳
@meta___ Жыл бұрын
what's the editor that pops up when you edit the .JS file
@FaceDevStuff Жыл бұрын
"Notepads", open source project on GitHub. You can also find it in Microsoft Store
@meta___ Жыл бұрын
@@FaceDevStuff thank you
@eineatombombe Жыл бұрын
3:02 how do you have the audacity to insult rust????
@FaceDevStuff Жыл бұрын
💀
@eineatombombe Жыл бұрын
@@FaceDevStuff 🦀
@fayking Жыл бұрын
i thought the base64 codes in the end would translate to something else, love the vid btw
@itzinnovator Жыл бұрын
YOO NO WAY!!!>!!
@Mub1532 Жыл бұрын
code editor
@rubyciide5542 Жыл бұрын
When a programmer becomes a discord mod
@shadamethyst1258 Жыл бұрын
ed is the only true editor. It would have actually been quite easy to forward discord messages to ed's stdin and print back stdout to discord
@AquaQuokka Жыл бұрын
#idontusevimbtw
@meta___ Жыл бұрын
retired mf
@bruhsfx2 Жыл бұрын
whys blud locking a discord bot behind a paywall
@somnullty Жыл бұрын
Id call it VSCord
@HafuPlayStuff Жыл бұрын
pair programming 2.0
@RehanPlayzYT6 ай бұрын
Microsoft Word is the best IDE
@duwgd97twafdiatyfv Жыл бұрын
why cant people be normal and write all their code in windows notepad!
@powerdropco11 ай бұрын
blud is on to nothing
@barry_wastaken Жыл бұрын
Be careful, your security is poor
@FaceDevStuff Жыл бұрын
If you're talking about the code, I'm aware
@barry_wastaken Жыл бұрын
@@FaceDevStuff just warning you brother
@mariocamspam72 Жыл бұрын
Lol, it's not like this is some sort of NSA service... It's a hobby project.
@FaceDevStuff Жыл бұрын
@@mariocamspam72 still, inviting someone to the server you crashed while the code is running allows use of literally any command on the hosting OS (for example, using the OS module in Python to delete important files), hence why i advised people to not use it on their main account
@BlueTree242 Жыл бұрын
It can be used to simply run any malware, it's not about account it's about where you run it, code should run in docker
@slowdev1438 Жыл бұрын
This type of selfbot is good because it doesnt make any http request with a user token, it's only listening to event from a ws conn
@JohnPorkMC Жыл бұрын
it does... how the hell do you think he can get the events