Skip to content

Dukee007/slashy-dank

 
 

Repository files navigation


SLashy


Discord server Version Stars Forks Issues Pull Requests
Deploy on replit

About

Slashy is an advanced Dank Memer Grinder/Farmer Selfbot. It supports all the Dank Memer commands for getting rich and bypasses anti-selfbot measures with intelligent solutions.

Features

  • User-friendly GUI for easy configuration, live stats & extensive logs
  • Supports running unlimited accounts
  • Completely undetectable
  • Supports a broad list of commands; daily, beg, fish, hunt, dig, search, crime, postmemes, stream, adventure, & trivia
  • Automatically solves captchas
  • Takes random breaks to avoid suspicion
  • Allows you to transfer items through serverpools automatically
  • Automatically buys tools & reads alerts
  • Automatically plays minigames
  • Ability to auto-use customizable items
  • Automatically updates
  • Easily customizable

In Development

  • Auto Pet Care
  • Auto Work

Installation

  • Download NodeJS
  • Run the following commands in your shell/console:
git clone https://github.com/TahaGorme/slashy.git
cd slashy
npm i

To start the selfbot, run the following command in your shell/console:

node .

Replit Deploy

Tokens.txt Format

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. For Replit, you can create a secret called tokens and put your tokens there.

  • The format for this is either:
channelId1 token1 // Use a single space to seperate the two values
channelId2 token2

or:

token1
token2

Config

{
  "playInDms": true, // Whether to grind in Dank Memer's DMs or not
  "discordStatus": "invisible", // The discord status of all accounts. Either "online", "idle", "dnd" (do not disturb), or "invisible".
  "password": "password", // The password needed to access your GUI
  "loginDelay": 1000, // 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": "postmemes",
      "cooldown": 25000
    },
    { 
      "command": "stream",
      "cooldown": 300000
    }
  ],
  "autoUpdate": false, // Whether to automatically update
  "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": false, // Whether to log through webhooks or not
  "webhook": "", // Webhook link
  "autoVote": true, // Whether to autovote on Discord Bot List (not top.gg since captcha)
  "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
  "crimeLocations": [], // Locations to commit crimes 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",
      "Mouse",
      "Keyboard"
    ],
    "mainUserId": "userid", // The user ID of the main account (to pay out coins)
    "payoutOnlyMode": false, // Only payout coins
    "tokenWhichWillPayout": "token of an alt", // The token who pays out the coins to your main
    "payoutChannelID": "channel id to payout", // The channel to payout in.
    "payout":true // If you should payout, set FALSE to just donate.
  },
  "cooldowns": {
    "buttonClickDelay": {
      "minDelay": 400, // Minimum delay
      "maxDelay": 450 // Maximum delay
    },
    "triviaCooldown": {
      "minDelay": 350,
      "maxDelay": 400
    },
    "shortBreak": {
      "minDelay": 30000,
      "maxDelay": 60000,
      "frequency": 0.005 // Frequency of going on break
    },
    "longBreak": {
      "minDelay": 100000,
      "maxDelay": 150000,
      "frequency": 0.0001 // Frequency of going on break
    },
    "commandInterval": {
      "minDelay": 2000,
      "maxDelay": 2600
    }
  }
}

Contributing

Pull requests & suggestions are always welcome! For major changes, please open an issue/DM us on Discord first to discuss what you would like to change and to what extend.

License

MIT

About

dank

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.7%
  • HTML 48.2%
  • Nix 0.1%