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 (SycoS) - Unhide
SycoS  
Registered
276
Posts
52
Threads
6 Years of service
#1
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 .

Hidden Content
You must register or login to view this content.



THE BOT COMMAND IS `gift`

so enjoy and gimme some like and rep .
This leak has been rated as working 0 times this month. (5 times in total)
This leak has been rated as not working 0 times this month. (3 times in total)
This post is by a banned member (KimoMaka) - Unhide
KimoMaka  
Supreme
110
Posts
31
Threads
6 Years of service
#2
(This post was last modified: 24 December, 2018 - 03:52 PM by KimoMaka.)
Thanks for sharing this <3

EDIT: Where is the client.login ?
[Image: Zr9xIZY.png]

[Image: uMEMcN6.gif]
This post is by a banned member (gadihoj) - Unhide
gadihoj  
Registered
501
Posts
42
Threads
6 Years of service
#3
(This post was last modified: 24 December, 2018 - 04:03 PM by gadihoj.)
thnx for share

(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 .

where the client login
This post is by a banned member (SycoS) - Unhide
SycoS  
Registered
276
Posts
52
Threads
6 Years of service
#4
(24 December, 2018 - 03:45 PM)gadihoj Wrote: Show More
thnx for share

(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 .

where the client login

wdym ?
This post is by a banned member (Polar) - Unhide
Polar  
Registered
38
Posts
8
Threads
6 Years of service
#5
Not really possible to bypass gift discord ( already try myself)
[Image: e15DFKT.png]
This post is by a banned member (QWERTY0634) - Unhide
93
Posts
26
Threads
6 Years of service
#6
(24 December, 2018 - 03:43 PM)kimomaka Wrote: Show More
Thanks for sharing this <3

EDIT: Where is the client.login ?

There isnt a place to put the token, can you help?
This post is by a banned member (Polar) - Unhide
Polar  
Registered
38
Posts
8
Threads
6 Years of service
#7
(24 December, 2018 - 04:46 PM)SycoS Wrote: Show More
(24 December, 2018 - 03:45 PM)gadihoj Wrote: Show More
thnx for share

(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 .

where the client login

wdym ?

module.js:550
4:05 PM


   throw err;
4:05 PM


   ^
4:05 PM



4:05 PM


Error: Cannot find module 'discord.js'
4:05 PM


   at Function.Module._resolveFilename (module.js:548:15)
4:05 PM


   at Function.Module._load (module.js:475:25)
4:05 PM


   at Module.require (module.js:597:17)
4:05 PM


   at require (internal/module.js:11:18)
4:05 PM

Jump to
at Object.<anonymous> (/app/server.js:1:79)
4:05 PM


   at Module._compile (module.js:653:30)
4:05 PM


   at Object.Module._extensions..js (module.js:664:10)
4:05 PM


   at Module.load (module.js:566:32)
4:05 PM


   at tryModuleLoad (module.js:506:12)
4:05 PM


   at Function.Module._load (module.js:498:3)


Missing discord.js file to make it working good
[Image: e15DFKT.png]
This post is by a banned member (venz) - Unhide
venz  
Registered
112
Posts
17
Threads
6 Years of service
#8
thanks man

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: 5 Guest(s)