Skip to content

A node.js app that claims golden codes on keydrop.

Notifications You must be signed in to change notification settings

nan4k7/KeydropAutocode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeydropAutocode

Youtube Tutorial - A little outdated

Leave a ⭐ for more updates

Always update bot token when downloading a new verison of the app.

Join the discord server for support

1. Config.js

If you change any communication with discord you might break the app.

1.1 discord_token - This is used to communicate with discord.

1.2 recievingFromBot_id - Used to communicate with discord.

1.3 golden_code_channels - Used to communicate with discord.

1.4 useragent - Changes the useragent of the app, don't mess with this unless you don't know what you're doing.

1.5 token_interval - Sets the time to refresh token in keydrop and never loose session.

2. Cookies

In order to use the app you will need to get your cookies. To do that install this chrome extension. and go to Keydrop.com. Then press on the puzzle piece to reveal the chrome extension which is located in the right corner of chrome and press on the extension 'EditThisCookie' A popup should appear. Go to settings and change your prefered export format for cookies to 'Netscape HTTP Cookie file' Press the export button and paste the copied items on a txt file under the cookies folder.

Cookies expire, you will need to refresh them once per 36/h. However they will not expire while the program is running.

3. Running the app

You need to extract the files from the zip before you are able to use the app. Learn more here.

3.1 Run main.exe in order to run the app.

3.3 Run app via cmd : Open a cmd, type cd followed by the path of the folder then type node index.js

4. Getting BOT Token

In order to get the TOKEN, go to https://www.base64decode.org/ then decode

T1RjMU16azVNemd3TXpRek5EWTRNRGswLkd3X19Bci5xSXJyRktqOG1PdG1LY3YtUTgzdTlYQ1JUd2RrYkVGYUZTcThTVQ

The decoded result is the token

5. Running on multiple accounts

In order to run multiple accounts, put multiple txt cookie files in the cookie folder.

About

A node.js app that claims golden codes on keydrop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Batchfile 0.4%