Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 30022

Discord Gift Generator .js Script! - WORKS!

by SycoS - 24 December, 2018 - 03:33 PM
This post is by a banned member (xNotMeeercy) - Unhide
27
Posts
0
Threads
5 Years of service
#9
thanks man
This post is by a banned member (enesbaturunpipisi) - Unhide
1
Posts
0
Threads
5 Years of service
#10
(24 December, 2018 - 03:33 PM)SycoS Wrote: Show More
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 .
This post is by a banned member (ViAQYusuf) - Unhide
ViAQYusuf  
Registered
1
Posts
0
Threads
5 Years of service
#11
(24 December, 2018 - 03:33 PM)SycoS Wrote: Show More
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 .
This post is by a banned member (jimmyjeffy) - Unhide
44
Posts
0
Threads
6 Years of service
#12
(24 December, 2018 - 03:33 PM)SycoS Wrote: Show More
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 .

yo this is sick fam
This post is by a banned member (Dancing) - Unhide
Dancing  
Registered
41
Posts
3
Threads
5 Years of service
#13
saw this on another forum
just need to check if they are the same for safety reasons
This post is by a banned member (DarkOne1995) - Unhide
2
Posts
0
Threads
5 Years of service
#14
very interesting I will try this out
This post is by a banned member (G4rf1eldz) - Unhide
G4rf1eldz  
Supreme
304
Posts
76
Threads
5 Years of service
#15
Thanks mate
This post is by a banned member (hamza10295) - Unhide
7
Posts
0
Threads
6 Years of service
#16
(24 December, 2018 - 03:33 PM)SycoS Wrote: Show More
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 .
no way bro amazing find!!!!

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 7 Guest(s)