Categories > WeAreDevs > Hangout >
TUTORIAL | How to send Embed Discord Messages w/out a selfbot
Posted
Notes:
If this gets attention and you need help, join my Discord server here.
Credits to cheapsk9
Steps:
1. Find your Discord token
2. Go into your development console and put in this code:
var urlToSendTo = "https://discordapp.com/api/v6/channels/474976340919975936/messages"; var authorization = "YOURTOKENHRE; function doSubmit() { var xmlhttp; if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } var jsonPOST = {"content": "", "embed": {"type": "rich", "title": "Title", "Description": "tell me", "footer": {"text": "Footer"}}} var datatosend = JSON.stringify(jsonPOST); xmlhttp.open("POST", urlToSendTo, true); xmlhttp.setRequestHeader("Content-Type", "application/json"); xmlhttp.setRequestHeader("authorization", authorization); xmlhttp.send(datatosend); //counter++; //setTimeout(doSubmit, 1000); } doSubmit();
Here is what it looks like:
https://gyazo.com/dbfc9865be82e491eefcf6f72d58f914
What would you like to see next?
Added
@SUPERSMASHERBROS I got banned by a mod that targets me which I will get unbanned soon :)
Cancel
Post
Proud owner of Artemis
I quit exploiting
I might buy Premium soon!
Replied
how much threats can teek make
proof that the mod that banned you never targetted you:
https://media.discordapp.net/attachments/474976340919975936/706317833671278654/unknown.png
https://media.discordapp.net/attachments/474976340919975936/706318078371430480/unknown.png
Cancel
Post
Added
@SUPERSMASHERBROS Yes I will because I have proof this method is not a self bot. Even if it was, I shouldn't have gotten banned w/out a warning to not use it.
Cancel
Post
Added
@SUPERSMASHERBROS :) I have no clue who Pixel is, or why you think I am them. You won't make me mad though :)
Cancel
Post
Proud owner of Artemis
I quit exploiting
I might buy Premium soon!
rasengan bro
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post