- Clone this repository
- Edit the config file (options explained in #options)
- On first install, run
npm install
- Run
node HalloweenSniper.js
Controlled by minWait
and maxWait
in config.yaml. The bot will delay for a random amount of time between minWait
and maxWait
before claiming the point.
When enabled, the selfbot will respond to the Trick'cord Treat#1944
bot with the wrong phrase, causing it to leave and award no points to anyone.
When enabled, the selfbot will send a message every {$spamInterval} seconds. Doing this can lead to the Trick'cord Treat#1944
bot showing up more often.
Input your user token. Need help getting your token? Check the wiki!
Example: token: '123_Discord_tokeN_456'
Input the IDs of the servers you want to respond to Trick'cord Treat#1944
in.
Example: serverIds: ['123456789', '987654321']
Input the IDs of the channels you want to spam in.
Example: channelIds: ['123456789']
Enable the spam feature?
Example: spam: true
Specify what messages to send when the spam feature is enabled
Example: toSpam: ['Hello there', 'Happy Halloween!', 'Trick or Treat!']
Auto-delete spammed messages as soon as they are sent?
Example: deleteSpam: true
Enable the sabotage feature?
Example: sabotage: false
Enter a minimum and a maximum amount of time (in milliseconds) to wait before responding to Trick'cord Treat#1944
.
Example: minClaimDelay: 500
maxClaimDelay: 1000
Enter a minimum and a maximum amount of time (in milliseconds) for the bot to wait between messages when spam is enabled?
Example: minSpamDelay: 25000
maxSpamDelay: 35000
Option for competing in channels with slowmode enabled. If you're trying to bot in a server with slowmode, enable this. See issue #11 for the limitations of this option.
Example: slowmode: true
For use with slowmode
. Enter the time (in ms) of the channel's slowmode timer.
Example: slowmodeTime: 605000
userbots/selfbots are against the TOS so anyone that uses this could get their account banned. - #13