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
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!
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
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
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?
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...?
@@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
@@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
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
Hahahaha
Selfbots are not illegal, they are juste against discord rules which are not the law
When you hear a romanian or russian accent, you know world-class software engineering will happen
Good one lmao
indian aswell
@@AndrieMC Blasphemy
@@vobombo Amazing tutorials, not so amazing actualy code from my experience.
@@mrocto329 so true I feel like it too, I am Indian
very simple concept but nice execution, lovely video
wha... Discord is now my favourite code editor.
Thx @FaceDev :) Also I just installed it and its awesome.
No, smoking won't affect my child.
Child after 13 years: Coding in discord
So the child is now giga-brain?
Categories should be folders!
Thought about it, but I forgot to do it! :)
@@FaceDevStuffwouldn’t work cuz subfolders
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!
I almost didn't realize you were Romanian 😅
I'm Romanian too brother!
certified face classic
this. is. great.
You did it!! Amazing!
this guy lives in the future.
soon this project will be used by future prompt coders
Amazing video. Cant believe you only have 2k subs
gonna switch to discord now
YOOO it's the cat man
Master Class. I wish I knew how to code so I could use this for the meme LMAO
Imagine deleting a project named ../../../../Windows/System32
Well, maybe you need to use backslashes instead of that
epic video
Ending song by 20syl, mkbhd uses it alot
Also, nice job!
For future me: 6/30/23 at 12:50 am 💀
GOOD VIDEO!
yaay new video
0:45 wet got you right there
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
@@FaceDevStuff i meant that you started typing „po“. Muscle memory?
@@matze489 oh bruh, I was typing "project"
@@FaceDevStuff yes, but you started typi g „po“ and nor „pr“ at first. Like the orange/black site
5:10 Russian Roulette
Suggestion for a vid: I added plugins/extensions to my discord code editor
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
#idontusevimbtw
retired mf
Cool video!
YOO NO WAY!!!>!!
0:00 Emacs is best.
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
but surely you did this with vscode
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?
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...?
forta vere
😳
i thought the base64 codes in the end would translate to something else, love the vid btw
amateurs. i use the hex editor in emacs to write code.
imagine using more than 16 keys on your keyboard. ridiculous.
which library did you use to integrate with discord?
Discord.JS
@@FaceDevStuff Thanks. I didn't know it could be used to create user bots
@@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
When a programmer becomes a discord mod
code editor
Id call it VSCord
what's the editor that pops up when you edit the .JS file
"Notepads", open source project on GitHub. You can also find it in Microsoft Store
@@FaceDevStuff thank you
Was that a discord token at the end or am I mistaken?
It's what I say but in base64
@@FaceDevStuff OOOH. I am stupid lmfaooo
whys blud locking a discord bot behind a paywall
pair programming 2.0
Be careful, your security is poor
If you're talking about the code, I'm aware
@@FaceDevStuff just warning you brother
Lol, it's not like this is some sort of NSA service... It's a hobby project.
@@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
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
Microsoft Word is the best IDE
3:02 how do you have the audacity to insult rust????
💀
@@FaceDevStuff 🦀
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
it does... how the hell do you think he can get the events
blud is on to nothing
why cant people be normal and write all their code in windows notepad!