Skip to content

Dank Memer (Selfbot) Farm with slash commands support and random delays and breaks to avoid any suspicion

License

Notifications You must be signed in to change notification settings

yesiamherenow/slashy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slashy

Slashy is a Dank Memer (Selfbot) Farm with slash commands support and random delays and breaks to avoid any suspicion.

This is completely undetectable and can be used 24/7 on VPS or Replit or any host of your choice

Features

  • Free
  • Supports slash commands and buttons
  • Multiple Tokens / Account Support
  • Completely Undetected (Anti Ban)
  • Invisible (this will not make your account look 24/7 online. this will set it's status to invisible)
  • Can be used 24/7 without getting banned
  • Automatic sleeps and breaks. The selfbot will automatically take random breaks to avoid any suspicion.
  • Random delays between commands. The selfbot will run commands at random intervals.
  • Random commands every time. The selfbot will use a random command from the list provided in the config.json
  • Less Ram Usage
  • Auto sell
  • Auto deposit all the money in bank
  • Solve all the trivia. If the bot does not know the answer of a trivia (less chances) the bot will click a random button
  • Works with most of the commands
    • beg
    • postmemes
    • highlow
    • crime
    • search
    • fish
    • dig
    • hunt
    • trivia
  • Logs things in webhooks

Installation

Download nodejs

git clone https://github.com/TahaGorme/slashy.git
cd slashy
npm i 
node .

Config

{
  "tokens": [
    "token1",
    "token2",
    "token3"
  ], // tokens for the selfbot
//commands which you want the bot to use (these are the only commands supported. you can remove commands which you dont want the bot to use.
  "commands": [ 
    "beg",
    "postmemes",
    "highlow",
    "fish",
    "hunt",
    "dig",
    "trivia",
    "search", //recommended to remove the search command to prevent death
    "crime" //recommended to remove the crime command to prevent death
  ],
  "channel_id": "channel id", //channel where you want the bot to play dank memer
  "webhook": "webhook url", //webhook to log certain things
  "autoDeposit": true, // enable if you want to auto deposit money in your bank
  "autoSell":true //enable if you want to sell sellable items automatically
}

I know the code is not clean. Please bear with it

Discord Server

https://discord.gg/HGfFFUQ7F7

Contributing

Pull requests are welcomed. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Dank Memer (Selfbot) Farm with slash commands support and random delays and breaks to avoid any suspicion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.7%
  • EJS 9.3%