A sniper self-bot for Trick'cord Treat Sniper
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-11-01 23:18:40 +00:00
.gitignore Commit 2020-10-18 18:09:14 +01:00
config.json Update config.json 2020-10-18 19:00:53 +01:00
index.js Fix the success rate calculation 2020-11-01 23:18:40 +00:00
package-lock.json Add dependencies 2020-10-18 18:12:34 +01:00
package.json Add dependencies 2020-10-18 18:12:34 +01:00
README.md Added Success Rate Chance and Typing Indicator 2020-10-31 15:55:30 +00:00

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

  1. Download all of the needed dependencies by doing npm i
  2. Edit the config.json file and input your Discord Token and the servers you want to target
  3. 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.