mirror of
https://github.com/Stefanuk12/Trickcord-Treat-Sniper.git
synced 2026-08-14 21:04:54 +00:00
A sniper self-bot for Trick'cord Treat Sniper
- JavaScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| config.json | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Trick'cord Treat Sniper
A sniper self-bot for Trick'cord Treat Sniper. Please note that you may get banned and if you do, I am not responsible.
Description
It correctly says h!treat or h!trick in the targetted servers
Usage
- Download all of the needed dependencies by doing
npm i - Edit the
config.jsonfile and input your Discord Token and the servers you want to target - Run index.js by doing
node index.js
Infomation about the config.json file
LoginToken
Insert your Discord Login Token.
How to get your Discord Token: https://www.youtube.com/watch?v=xuB1WQVM3R8
targetServer
This is an array of all of the servers you want to monitor, you may add or remove to it.
How to get a Discord Server's ID: https://www.youtube.com/watch?v=RI3_Z0AEMck
SleepTimer
This is how long it waits until it sends either h!treat or h!trick, you may configure this further. (It's in milliseconds)
min
Minimum time to wait until the message is sent.
max
Maximum time to wait until the message is sent.
SucessRate
MUST BE 0-1 The success rate, 0.7 would mean it works 70% of the time.