!!FOR THE TIME BEING, THIS PIECE OF SOFTWARE IS IN A BUILD STATE. THE SOFTWARE CURRENTLY DOESN'T WORK!!
-
Referral
Click here to visit KeyDrop with my referral code! -
KO-FI
KeyDrop-BOT is a bot designed to interact with the KeyDrop platform, automate and perform tasks related to giveaways. It can automatically join giveaways based on the set interval. This project includes a client-side JavaScript script and a server-side C# application, which work together to perform the desired tasks.
-
Server-side C# Application: The server handles the core logic and operations, interacting with the Client-side JavaScript. It hosts a WebSocket server that allows users to set parameters like cooldowns, giveaways to join, and other configuration options.
-
Client-side JavaScript: The client script, running through Tampermonkey, automates interactions on the KeyDrop website. It listens for instructions from the server and performs automated tasks on the KeyDrop website.
-
Release Pipeline: The release pipeline, powered by GitHub Actions, automates the building and releasing of the latest versions of both the server-side application and the client-side script.
KeyDrop-BOT/
├── .github/
│ └── workflows/
│ └── build-and-release.yml # GitHub Actions workflow for building and releasing
├── app/
│ └── Guidzgo.sln # C# Solution file for the server-side application
├── script/
│ └── KeyDropBOT_client.js # The main JavaScript client script
├── .gitignore # Git ignore configuration
├── README.md # Project readme (this file)
-
Download the latest
KeyDropBOT_client.js
from releases. -
Install Tampermonkey:
-
Find Tampermonkey in extensions:
-
Pin Tampermonkey:
-
Click on the pinned extension and go to the dashboard:
-
Go to Utilities:
-
Import the downloaded
KeyDropBOT_client.js
file: -
Install the script:
-
Then go to KeyDrop, click on the extension, and you should see the script. Activate it and refresh your page with F5.
-
Download the latest
KeyDropBOT_server.exe
from releases. -
Find the downloaded exe file and run it.
2.0 Why does this happen?
- Windows Defender may block the application due to it being signed but not by a well-known authority. In this case, you can click on "More info" and then "Run anyway".
2.1. Click on the "More information" button:
2.2. Click on the "Run Anyway" button:
-
How does the app work?:
This project is licensed under the MIT License - see the LICENSE file for details.