SycoS

Discord Gift Generator .js Script! - WORKS!

Recommended Posts

Posting to see how it works

 

does program make random code and try each time? can i use code on who i want or only on account script run?

Share this post


Link to post
Share on other sites

Woohooo! I'm really excited!

Share this post


Link to post
Share on other sites

kill me .. my brain cell is gone lol . Thanks to Aastron

 

Thanks to my friend for making this shit guide.

 

1) Go to https://discordapp.com/developers/applications/ and "Create An Application"

2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like.

3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead.

4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id.

 

Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself.

https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8

 

 

You're done here, now to get to the coding side.

1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch.

2) Top right it says "New Project" click that and press "hello-express".

3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready")

4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there.

 

Ok so here the code .

 

 

THE BOT COMMAND IS `gift`

 

so enjoy and gimme some like and rep .

 

sounds realy good

Share this post


Link to post
Share on other sites

kill me .. my brain cell is gone lol . Thanks to Aastron

 

Thanks to my friend for making this shit guide.

 

1) Go to https://discordapp.com/developers/applications/ and "Create An Application"

2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like.

3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead.

4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id.

 

Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself.

https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8

 

 

You're done here, now to get to the coding side.

1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch.

2) Top right it says "New Project" click that and press "hello-express".

3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready")

4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there.

 

Ok so here the code .

 

 

THE BOT COMMAND IS `gift`

 

so enjoy and gimme some like and rep .

i love node.js

Share this post


Link to post
Share on other sites

hope it works

Share this post


Link to post
Share on other sites

This is a bump

Share this post


Link to post
Share on other sites

I'll try, if it works thank you :D

  • Like 1

Share this post


Link to post
Share on other sites

Thanks I want to see how this works

Share this post


Link to post
Share on other sites

Cheers for this man!

Share this post


Link to post
Share on other sites

Nice! Keep up the good work!

 

I also lost my brain cells while reading this..

Share this post


Link to post
Share on other sites

kill me .. my brain cell is gone lol . Thanks to Aastron

 

Thanks to my friend for making this shit guide.

 

1) Go to https://discordapp.com/developers/applications/ and "Create An Application"

2) It will say Name and in that text box states "My Application". You may change this name to whatever you'll like.

3) Copy your CLIENT ID that is imprinted below the Name textbox. It's a series of numbers if you don't know what it is. If you want to mess around with the picture and description go ahead.

4) In the sidebar click on Bot, it'll have a picture of a jigsaw puzzle next to it. Just click that and press Add Bot. Confirm it with "Yes, do it!". All you need from here is the Token. Underneath the username, (what your bot's username will be.e.g Errors#3760 [Errors is the "Name"]) there is TOKEN in bold with "Click to reveal token" in a hyperlink format. Just underneath it is copy. Press that. DO NOT GIVE THIS OUT SINCE ITS IMPORTANT. Once you've done that, add it to a text file along side with your client id.

 

Place the bot into your server by replacing [iD] in this link with your CLIENT ID. Follow the on screen instructions, I'm assuming you're smart enough to do it yourself.

https://discordapp.com/oauth2/authorize?&client_id=[iD]&scope=bot&permissions=8

 

 

You're done here, now to get to the coding side.

1) Go to glitch.com, I'm not sure if they ask for you to log in. If they do, simply make a github account and connect it to glitch.

2) Top right it says "New Project" click that and press "hello-express".

3) Let your files load up. Once it has, ignore everything and click on server.js that's in the sidebar menu on the left side. Remove everything that's in server.js (all the text that appears in the middle of the screen) and replace it with the code given. Remember to add var x; before client.on("ready")

4) Now you're basically done. But one last thing to make the system work. Rememebr your TOKEN that you saved and I said don't give to anyone? Replace that inside the last line client.login("YOURTOKENHERE") with your token. Remove the one thats already there.

 

Ok so here the code .

 

 

THE BOT COMMAND IS `gift`

 

so enjoy and gimme some like and rep .

Oooh free nitro

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.