Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tahagorme/slashy

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

dank dank-memer-farm dank-memer-farmer discord-bot discord-js discord-selfbot memer selfbot

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        





Slashy



Discord server
Version
Stars
Forks
Issues
Pull Requests


Deploy on replit


Discontinued.

The best Dank Memer selfbots out there are private.


Isn't it finally time to learn to code?


## 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
- [x] User-friendly GUI for easy configuration, live stats & extensive logs
- [x] Supports running unlimited accounts
- [x] Completely undetectable
- [x] Supports a broad list of commands;
`daily`,
`beg`,
`fish`,
`hunt`,
`dig`,
`search`,
`crime`,
`postmemes`,
`stream`,
`adventure`,
`work`, &
`trivia`
- [x] Automatically solves captchas (including trick ones)
- [x] Takes random breaks to avoid suspicion
- [x] Allows you to transfer items through serverpools automatically
- [x] Automatically buys tools & reads alerts
- [x] Automatically plays minigames
- [x] Ability to auto-use customizable items
- [x] Automatically updates
- [x] Easily customizable

### In Development
- [ ] Auto Pet Care
- [ ] Auto Farm
- [ ] Auto Scratch

## Installation
note: join our [discord](https://discord.gg/AEMGVcnTWp) server to beta test!

- Download [NodeJS](https://nodejs.org/en/download)
- Run the following commands in your shell/console:

```bash
git clone https://github.com/TahaGorme/slashy.git
```

```bash
cd slashy
```

```bash
npm i
```
- Now enter the correct values in [config.json](./config.json).

To start the selfbot, run the following command in your shell/console:
```javascript
node .
```

### Replit Deploy
- Go to: https://replit.com/new/github/tahagorme/slashy
- In your new repl, Create a so-called "secret", and name it "config", now, put your filled in [config.json](./config.json) in it.

### 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](./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:
```txt
channelId1 token1 // Use a single space to seperate the two values
channelId2 token2
```
or:
```txt
token1
token2
```

## Config
```json
{
"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": 1500, // The delay in between logging into accounts
"commands": [
{
"command": "beg", // the command
"cooldown": 50000 // the cooldown of the command
},
{
"command": "fish",
"cooldown": 40000
},
{
"command": "hunt",
"cooldown": 40000
},
{
"command": "search",
"cooldown": 30000
},
{
"command": "dig",
"cooldown": 40000
},
{
"command": "crime",
"cooldown": 50000
},
{
"command": "highlow",
"cooldown": 30000
},
{
"command": "postmemes",
"cooldown": 30000
},
{
"command": "stream",
"cooldown": 350000
}
],
"autoUpdate": false, // Whether to automatically update
"autoAdventure": true, // Whether to play adventure
"adventure": "west", // The adventure to play; either 'space', 'west', 'vacation', or 'brazil'.
"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
"streamGame": "", // Preferred streaming game. Defaults to random.
"devMode": false, // 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
"autoFishingBait": false, // Whether to automatically use the Fishing Bait item
"autoAmmo": false, // Whether to automatically use the Ammo item
"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",
"Birthday Cake",
"Pink Plastic Bits"
],
"mainUserId": "userid", // The user ID of the main account (to pay out coins/items)
"payoutOnlyMode": false, // Only payout coins/items
"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": 500, // Minimum delay
"maxDelay": 700 // Maximum delay
},
"triviaCooldown": {
"minDelay": 800,
"maxDelay": 1250
},
"shortBreak": {
"minDelay": 45000,
"maxDelay": 75000,
"frequency": 0.0075 // Frequency of going on break
},
"longBreak": {
"minDelay": 125000,
"maxDelay": 175000,
"frequency": 0.00025 // Frequency of going on break
},
"commandInterval": {
"minDelay": 1500,
"maxDelay": 3000
}
}
}
```

## 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](https://choosealicense.com/licenses/mit/)