Skip to content

Undetectable Dank Memer (Selfbot) Farmer / Grinder with slash commands support which grinds 24/7 has and random delays to avoid any suspicion.

License

Notifications You must be signed in to change notification settings

whitecodes001/slashy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slashy; Dank Memer Selfbot

Advanced and free Dank Memer selfbot
Support Server Version Stargazers Forks Issues Pull Requests

Slashy is a Dank Memer Selfbot that supports most of Dank Memer's money-making commands. It takes random breaks and delays to avoid suspicion. As of right now, Slashy is completely undetectable. And it can be hosted on practically anything 24/7! From replit to your own VPS or PC, Slashy works on it!

Features

  • Supports most recent slash commands and buttons
  • Multiple Accounts/Tokens Supported [ Easily Loadable from batch file ]
  • Completely Undetectable
  • Automatically sleeps and takes breaks to avoid suspicion
  • Supports most grinding commands
  • Solves captcha's
  • Ability to transfer items through Market & Serverpool
  • Webhook logging

Can automatically buy tools, buy streaming equipment, buy & use apples and horseshoes, deposit to the bank, sell items, transfer items and coins, and solve captcha's.

Supported Commands

  • beg
  • buy
  • crime
  • deposit
  • dig
  • fish
  • highlow
  • hunt
  • postmemes
  • search
  • stream
  • trivia
  • use
  • withdraw

Discord Server

Need any help, or encountered any issues with Slashy? Join our Discord server!

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

Fork this

  • For replit, create a so called "secret" named "JSON" and put your config.json data in there. Now, the selfbot will automatically use this config.

Batch File Format

  • If you want to use this, create a file called "batch_token.cfg"
channelId1 token1 // Use a single space to seperate the two values
channelId2 token2
  • Set isBatchTokenFile to true in config file to enable the batch file ( tokens:{} will be ignored )

  • For Replit, create a new secret and name it "TOKENS". Now, copy the contents of your batch file and paste them here.

Config

{
	"isBatchTokenFile": false, // WILL USE batch_token.cfg FOR TOKENS IF SET AS "TRUE"
	"tokens": [{
			"token": "TOKEN1",
			"channelId": "CHANNEL FOR TOKEN1 TO USE"
		},
		{
			"token": "TOKEN2",
			"channelId": "CHANNEL FOR TOKEN2 TO USE"
		}
	],
	"mainAccount": "TOKEN OF MAIN ACCOUNT",
	"mainInfo": {
		"channel": "CHANNEL FOR MAIN ACCOUNT TO USE",
		"itemToUse": ["Adventure Voucher"],
		"adventureVoucherPrefer": "Space"
	},
	"webhook": "LINK OF WEBHOOK TO USE FOR LOGGING",
	"transfer": {
		"transferOnlyMode": false, // ENABLE TO ONLY USE TRANSFERRING
		"serverEventsDonateMode": false, // ENABLE TO DONATE ITEMS TO SERVERPOOL
		"serverEventsDonateMoney": false, // ENABLE TO DONATE COINS TO SERVERPOOL
		"serverEventsPayout": false, // ENABLE TO PAYOUT CONTENTS OF SERVERPOOL
		"payoutId": "ID OF USER TO PAY OUT TO"
	},
	"commands": [
		"beg",
		"postmemes",
		"highlow",
		"fish",
		"hunt",
		"dig",
		"trivia",
		"search",
		"crime",
		"stream"
	],
	"Blacklistitems": [
		"Trivia Trophy",
		"Life Saver",
		"Apple",
		"Lucky Horseshoe"
	],
	"searchLocations": [
		"dog",
		"air"
	],

	"autoDeposit": true, // ENABLE TO AUTOMATICALLY DEPOSIT COINS TO BANK
	"autoSell": false, // ENABLE TO AUTO-SELL ALL ITEMS [ NOT RECOMMENDED, MARKET IS BETTER ]
	"autoGift": false, // ENABLE TO USE MARKETSHARE TO TRANSFER ITEMS
	"autoBuy": true, // ENABLE TO AUTOBUY THE ITEMS LISTED BELOW
	"autoBuyItems": [
		"Life Saver",
		"Lucky Horseshoe"
	],
	"autoUse": [
		"Apple",
		"Lucky Horseshoe"
	],
	  
	"useDarkendTrivia": false,
	"cooldowns": {
		"market": {
			"minDelay": 3000,
			"maxDelay": 6000
		},
		"buttonClick": {
			"minDelay": 600,
			"maxDelay": 850
		},
		"trivia": {
			"minDelay": 600,
			"maxDelay": 1000
		},
		"commandInterval": {
			"minDelay": 2400,
			"maxDelay": 2800
		},
		"shortBreak": {
			"minDelay": 30000,
			"maxDelay": 90000
		},
		"longBreak": {
			"minDelay": 600000,
			"maxDelay": 4000000
		},
		"transfer": {
			"minDelay": 4000,
			"maxDelay": 8000
		},
		"serverEvents": {
			"minDelay": 3000,
			"maxDelay": 5000
		}
	}
}

Configs

Some money making configs.

Balance Increaser

This config will focus more on your balance. This will increase your balance and net worth. [RECOMMENDED]

	"commands": [
		"beg",
		"postmemes",
		"highlow",
		"fish",
		"hunt",
		"dig",
		"trivia",
		"stream"
	],
	"autoBuyItems": [
		"Life Saver"
	],

Net Worth Increaser

This config will not care about your balance. this will make you die a lot of times but the loot which you will have in your inventory will be worth it. It uses horse shoe, apple and searches places worth loot in the search command

"commands": [
		"beg",
		"postmemes",
		"highlow",
		"fish",
		"hunt",
		"dig",
		"trivia",
		"stream",
        "crime",
        "search"
	],
    "searchLocations":[
        "aeradella's home",
        "dog",
        "grass",
        "kitchen",
        "mailbox",
        "police officer",
        "shadow's realm",
        "soul's chamber",
        "tesla",
        "toxic waste plant",
        "lego bin" 
	],
	"autoBuyItems": [
		"Lucky Horseshoe"
	],
	"autoUse":[
		"Apple",
		"Lucky Horseshoe"
	],

Recommended Config

{
	"isBatchTokenFile": false,
	"tokens": [{
			"token": "TOKEN1",
			"channelId": "CHANNEL FOR TOKEN1 TO USE"
		},
		{
			"token": "TOKEN2",
			"channelId": "CHANNEL FOR TOKEN2 TO USE"
		}
	],
	"mainAccount": "TOKEN OF MAIN ACCOUNT",
	"mainInfo": {
		"channel": "CHANNEL FOR MAIN ACCOUNT TO USE",
		"itemToUse": ["Adventure Voucher"],
		"adventureVoucherPrefer": "Space"
	},
	"webhook": "LINK OF WEBHOOK TO USE FOR LOGGING",
	"transfer": {
		"transferOnlyMode": false,
		"serverEventsDonateMode": false,
		"serverEventsDonateMoney": false,
		"serverEventsPayout": false,
		"payoutId": "ID OF USER TO PAY OUT TO"
	},
	"commands": [
		"beg",
		"postmemes",
		"highlow",
		"fish",
		"hunt",
		"dig",
		"trivia",
		"search",
		"crime",
		"stream"
	],
	"Blacklistitems": [
		"Trivia Trophy",
		"Life Saver",
		"Apple",
		"Lucky Horseshoe"
	],
	"searchLocations": [
		"dog",
		"air"
	],

	"autoDeposit": true,
	"autoSell": false,
	"autoGift": false,
	"autoBuy": true,
	"autoBuyItems": [
		"Life Saver",
		"Lucky Horseshoe"
	],
	"autoUse": [
		"Apple",
		"Lucky Horseshoe"
	],
	  
	"useDarkendTrivia": false,
	"cooldowns": {
		"market": {
			"minDelay": 3000,
			"maxDelay": 6000
		},
		"buttonClick": {
			"minDelay": 600,
			"maxDelay": 850
		},
		"trivia": {
			"minDelay": 600,
			"maxDelay": 1000
		},
		"commandInterval": {
			"minDelay": 2400,
			"maxDelay": 2800
		},
		"shortBreak": {
			"minDelay": 30000,
			"maxDelay": 90000
		},
		"longBreak": {
			"minDelay": 600000,
			"maxDelay": 4000000
		},
		"transfer": {
			"minDelay": 4000,
			"maxDelay": 8000
		},
		"serverEvents": {
			"minDelay": 3000,
			"maxDelay": 5000
		}
	}
}

Contributing

Pull requests are always welcome, as well as suggestions! For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Undetectable Dank Memer (Selfbot) Farmer / Grinder with slash commands support which grinds 24/7 has and random delays to avoid any suspicion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • EJS 33.0%
  • Nix 0.2%