DankMemer-Farmer - Autofarm Self-Bot for Discord bot Named Dankmemer.

Overview

DankMemer-Farmer

Autofarm Self-Bot for Discord bot Named Dankmemer.

Warning

We are not responsible if you got banned, since "self-bots" outside of the OAuth2/bot API is forbidden, and can result in an account termination if found, See Discord ToS

Requirements

  • PC or Laptop or Android (We Are Going to Explain Installation on Every Platform).

  • Python Download Here (for PC and Laptop).
    If you are using Mobile then use this app

Installation

Windows/Linux/Android:

Method 1:

Simply, dowload This repository by following these steps: Then, just unzip the zip file and move on to the next step

Method 2:

Windows/Linux Only
If you have GIT Installed, just open the CMD and Type:
git clone https://github.com/MoleTheDev/DankMemer-Farmer/edit/main/bot.py

Getting Your Token

To make the bot log into your account you need your Discord Token.


How to Get it?

Windows/Linux:

Click the Image and Follow the Video Instructions:


Android:

Simply, Click the Image And Follow the video Instructions:


Libraries

First, You Need to install the Required Modules:

Windows/Linux:

  • Open CMD or Terminal
  • Execute These Commands:
    pip install Discord
    pip install colorama

Android:

  • Open Pydroid3
  • Click and Click Pip
  • Download Repository Plugin From Google Play
  • Go to Install Section
  • Type Discord and Click INSTALL After Complete Message Appear, Move to Next Step.
  • Type colorama and Click INSTALL And Wait the Complete Message.

Running The Bot

Windows/Linux:

  • CD into the Files you Downloaded From This Repo (Adter Unzipping) Using cd DankMemer-Farmer
  • Then edit bot.py file using any text editor to add your token between the '' in token = '', Then Save It.
  • Run the Bot python bot.py

Android:

  • Open Pydroid3
  • Click Open File
  • Open bot.py file you already downloaded
  • Add your token in token = '' between ''
  • Now Click the Run Button!

**If You see You are Online Message, That Means The Bot is Online!

Farming

  • Open Discord and Make a Server for Farming And Invite Dank Memer
  • Buy a Shovel and Fishing rod and Rifle From Dank Memer Shop.
  • Type in the chat ?dankfarm and send, then type ?dankmemer and send it.
    Now Tou can see That the bot is auto-farming for you!

NOTE:

You Can use hosting services like Heroku to host the bot 24/7 for more profit.

Credit:

Pineapple#1000 Github Page

MOLE#2165 Github Page

Comments
  • new error about missing something intents

    new error about missing something intents

    sorry if im just dumb or something but when I run the program I get this error immediately.

    Traceback (most recent call last): File "C:\Dank Memer Autofarm\bot.py", line 7, in client = commands.Bot(command_prefix=prefix, self_bot=True) TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'

    opened by asdfawjbhsdhbasjindh 7
  • Working great for a ffew hours or minutes until I got this error

    Working great for a ffew hours or minutes until I got this error

    the bot was working great for the past few days but when I run it now it gives me this error

    Ignoring exception in command farm: Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 1042, in validate_conn conn.connect() File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 414, in connect self.sock = ssl_wrap_socket( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl.py", line 449, in ssl_wrap_socket ssl_sock = ssl_wrap_socket_impl( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1071, in _create self.do_handshake() File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 489, in send resp = conn.urlopen( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen retries = retries.increment( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='discord.com', port=443): Max retries exceeded with url: /api/v9/interactions (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)')))

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped ret = await coro(*args, **kwargs) File "C:\Dank Memer Autofarm\bot.py", line 19, in farm Hunt(channel_id, guild_id) File "C:\Dank Memer Autofarm\slashCommands.py", line 176, in Hunt req = requests.post('https://discord.com/api/v9/interactions', headers={"authorization": token}, json=payload) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 587, in request resp = self.send(prep, **send_kwargs) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 701, in send r = adapter.send(request, **kwargs) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 563, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='discord.com', port=443): Max retries exceeded with url: /api/v9/interactions (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)')))

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\bot.py", line 939, in invoke await ctx.command.invoke(ctx) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\core.py", line 863, in invoke await injected(*ctx.args, **ctx.kwargs) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\core.py", line 94, in wrapped raise CommandInvokeError(exc) from exc discord.ext.commands.errors.CommandInvokeError: Command raised an exception: SSLError: HTTPSConnectionPool(host='discord.com', port=443): Max retries exceeded with url: /api/v9/interactions (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)')))

    opened by asdfawjbhsdhbasjindh 6
  • ERROR. pls help

    ERROR. pls help

    I performed all the pre-requisites, but When Run command node src/index.js inside the DankMemer-Farmer folder in CMD the following error shows up. refer(image) error

    opened by suryansh00123 2
  • Works good, but too simple

    Works good, but too simple

    you dont really earn much from this but it still works good none the less

    some suggestions:

    • more farm tasks to do (I find the ones that pay a lot are more skill based, but that might be an issue since a self bot probably cant do those)
    • visual upgrades, like making the terminal title have stats for how many times you've done a task
    • stop command
    opened by Kitzoon 1
  • how do i fix

    how do i fix

    Traceback (most recent call last): File "C:\Dank Memer Autofarm\bot.py", line 2, in from slashCommands import * File "C:\Dank Memer Autofarm\slashCommands.py", line 3, in ws = websocket.WebSocket() TypeError: WebSocket.init() missing 3 required positional arguments: 'environ', 'socket', and 'rfile'

    This is the error that it gave me.

    opened by asdfawjbhsdhbasjindh 1
  • Buttons! (read the write please)

    Buttons! (read the write please)

    Ik your previous answer said not for now but this may come and be useful! https://github.com/Merubokkusu/Discord-S.C.U.M/blob/master/examples/buttons.py

    opened by UnPurgable 1
Releases(yes)
Owner
Mole
Interested in Automation idk why
Mole
This is my Discord-Bot named priamoryki-bot based on python.

This is my Discord-Bot named priamoryki-bot based on python. It's a public repository without private information, so you need to correct some code for everything to be working.

priamoryki 2 Dec 14, 2022
A simple discord bot named atticus that sends you the timetable of your classes upon request

A simple discord bot named atticus that sends you the timetable of your classes upon request. Soon, it would you ping you before classes too!

Samhitha 3 Oct 13, 2022
Satoshi is a discord bot template in python using discord.py that allow you to track some live crypto prices with your own discord bot.

Satoshi ~ DiscordCryptoBot Satoshi is a simple python discord bot using discord.py that allow you to track your favorites cryptos prices with your own

Théo 2 Sep 15, 2022
Ethone-Selfbot - Open Source Discord Self-Bot, written in discord.py

Ethone SB Table of contents Newest open-source Discord SelfBot with useful commands and easy documentation on how to add your own and change the exist

Ethone 3 Jan 8, 2022
A self-bot for discord, written in Python, which will send you notifications to your desktop if it detects an intruder on your discord server

A self-bot for discord, written in Python, which will send you notifications to your desktop if it detects an intruder on your discord server

LevPrav 1 Jan 11, 2022
Discord-selfbot - Very basic discord self bot

discord-selfbot Very basic discord self bot still being actively developed requi

nana 4 Apr 7, 2022
It's a Discord bot to control your PC using your Discord Channel or using Reco: Discord PC Remote Controller App.

Reco PC Server Reco PC Server is a cross platform PC Controller Discord Bot which is a modified and improved version of Chimera for Reco-Discord PC Re

Arvinth Krishna 12 Aug 31, 2022
A small and fun Discord Bot that is written in Python and discord-interactions (with discord.py)

Articuno (discord-interactions) A small and fun Discord Bot that is written in Python and discord-interactions (with discord.py) Get started If you wa

Blue 8 Dec 26, 2022
Discord bot script for sending multiple media files to a discord channel according to discord limitations.

Discord Bulk Image Sending Bot Send bulk images to Discord channel. This is a bot script that will allow you to send multiple images to Discord channe

Nikola Arbov 1 Jan 13, 2022
A simple but useful Discord Selfbot with essential features, made with discord.py-self.

Discord Selfbot Xyno Discord Selfbot Xyno is a simple but useful selfbot for Discord. It has currently limited useful features but it will be updated

Amit Pathak 7 Apr 24, 2022
An open-source Discord Nuker can be used as a self-bot or a regular bot.

How to use Double click avery.exe, and follow the prompts Features Important! Make sure to use [9] (Scrape Info) before using these, or some things ma

Exortions 3 Jul 3, 2022
Innocent-Bot - A Discord client self-bot for destroying, nuking and causing mischief in servers

Innocent-bot A Discord client self-bot for destroying, nuking and causing mischi

†† 5 Jan 26, 2022
DeKrypt 24 Sep 21, 2022
An Open-Source Discord bot created to provide basic functionality which should be in every discord guild. We use this same bot with additional configurations for our guilds.

A Discord bot completely written to be taken from the source and built according to your own custom needs. This bot supports some core features and is

Tesseract Coding 14 Jan 11, 2022
Discord ToolBox is a discord bot developed by DJD320 created for the purpose of having some convenient tools in the form of a single bot.

Discord ToolBox Discord ToolBox is a discord bot developed by DJD320 created for the purpose of having some convenient tools in the form of a single b

null 3 Aug 7, 2021
Linky bot, A open-source discord bot that allows you to add links to ur website, youtube url, etc for the people all around discord to see!

LinkyBot Linky bot, An open-source discord bot that allows you to add links to ur website, youtube url, etc for the people all around discord to see!

AlexyDaCoder 1 Sep 20, 2022
Image-Bot-Discord - This Is a discord bot that shows the specific image you search from Google

Advanced Discord.py Image Bot CREDITS Made by RLX and Mathiscool README by Milrato Installation Guide in .env Adjust the TOKEN python main.py to start

RLX 3 Jan 16, 2022
Discord.py-Bot-Template - Discord Bot Template with Python 3.x

Discord Bot Template with Python 3.x This is a template for creating a custom Di

Keagan Landfried 3 Jul 17, 2022
Example-bot-discord - Example bot discord xD

example-python-bot-discord Clone this repository Grab a token on Discord's devel

Amitminer 1 Mar 14, 2022