Coder Social home page Coder Social logo

loldoge101 / slashy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tahagorme/slashy

0.0 0.0 0.0 935 KB

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

License: MIT License

JavaScript 51.84% Nix 0.14% HTML 48.02%

slashy's Introduction


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, work, & trivia
  • Automatically solves captchas (including trick ones)
  • 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 Farm
  • Auto Scratch

Installation

note: join our discord server to beta test!

  • 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": 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

slashy's People

Contributors

tahagorme avatar kyan0045 avatar build1ust avatar kmohzaid avatar villainsrule avatar unknown17469 avatar whitecodes001 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.