-
Notifications
You must be signed in to change notification settings - Fork 29
v2 Installation
kyan0045 edited this page May 22, 2023
·
1 revision
Slashy is an advanced Dank Memer Grinder/Farmer Selfbot. It supports all the best Dank Memer commands for getting rich and bypasses anti-selfbot measures with intelligent solvers.
- Download NodeJS
- Run the following commands in your shell/console:
git clone https://github.com/TahaGorme/slashy.git
cd slashy
npm i
- Now enter the correct values in config.json.
To start the selfbot, run the following command in your shell/console:
node .
- Go to: https://replit.com/tahagorme/slashy
- Create a so-called "secret", and name it "config", now, put your filled in config.json in it.
Whether you want to run Slashy in a specific channel or in DMs, you're going to need to use tokens.txt for your tokens.
- The format for this is either:
channelId1 token1 // Use a single space to seperate the two values
channelId2 token2
or:
token1
token2
{
"playInDms": false, // Whether to grind in Dank Memer's DMs or not.
"password": "password", // The password needed to access your GUI
"loginDelay": 100, // The delay in between logging into accounts
"commands": [
{
"command": "beg", // The command
"cooldown": 45000 // The cooldown for this command
},
{
"command": "fish",
"cooldown": 35000
},
{
"command": "hunt",
"cooldown": 35000
},
{
"command": "search",
"cooldown": 25000
},
{
"command": "dig",
"cooldown": 35000
},
{
"command": "crime",
"cooldown": 45000
},
{
"command": "highlow",
"cooldown": 25000
},
{
"command": "trivia",
"cooldown": 45000
},
{
"command": "postmemes",
"cooldown": 25000
},
{
"command": "stream",
"cooldown": 300000
}
],
"autoAdventure": true, // Whether to play adventures
"autoApple": true, // Whether to use or not to use apples automatically
"autoDaily": true, // Whether to automatically claim your daily rewards
"autoHorseShoe": true, // Whether to use or not to use horseshoes automatically
"postMemesPlatforms": ["tiktok", "facebook"], // Preferred postmemes platforms
"devMode": true, // Whether to use or not to use developer mode
"webhookLogging": true, // Whether to log through webhooks or not
"webhook": "https://discord.com/api/webhooks/1105165234848682097/8amxrSfjYiVPC4YdajckRqSBmPulfqkZqCrtqRPEEmNAASHHksrSZjBIy_83QifYTW-W", // Webhook link
"triviaOdds": 0.95, // Odds for trivia to be successful
"autoDeposit": true, // Whether to automatically deposit to your bank or not
"searchLocations": [], // Locations to search in
"autoBuy": true, // Whether to autobuy tools or not
"serverEventsDonate": {
"enabled": false, // Whether to donate or not
"blacklist": [ // Items you want to blacklist from being donated
"Apple",
"Lucky Horseshoe",
"Hunting Rifle",
"Fishing Pole",
"Shovel",
"Trivia Trophy",
"Adventure Ticket"
],
"mainUserId": "userid" // The user to pay the items/coins to
},
"cooldowns": {
"buttonClickDelay": {
"minDelay": 350, // Minimum delay
"maxDelay": 400 // Maximum delay
},
"triviaCooldown": {
"minDelay": 350,
"maxDelay": 400
},
"shortBreak": {
"minDelay": 5000,
"maxDelay": 40000,
"frequency": 0.0005 // Frequency of going on break
},
"longBreak": {
"minDelay": 300000,
"maxDelay": 3000000,
"frequency": 0.0005 // Frequency of going on break
},
"commandInterval": {
"minDelay": 350,
"maxDelay": 400
}
}
}