Skip to content

v1 Installation

kyan0045 edited this page May 22, 2023 · 1 revision

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!

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
		}
	}
}