Commands with single interactions still work, like "pls beg" or "pls dig". If Dank adds any single interaction commands in the future I'll try my best to remember to update this script but until then I can't do anything about it.
- Botting a user account is technically against Discord's ToS. (although this is not considered self botting, it's still counted as using macros)
- The same thing applies to Dank Memer.
Quoted from Dank Memer Rules:
RULE ONE - USERBOTS, SPAMMING, AND MACROS:
Userbotting, macros, scripts and anything else used to automate running commands is strictly forbidden.
On top of this, massive amounts of spam is not allowed and will be punished with the same severity.
I very much doubt that they'll ban any of your accounts, but if they do, it's not my responsibility.
- Make sure you have Python 3 installed.
- Run
python -m pip install -r requirements.txt
orpython3 -m pip install --requirement requirements-lin.txt
if you're on Linux.
NEXT STEP IS ONLY FOR LINUX USERS
- For Debian based distros, run
sudo apt install gir1.2-wnck-3.0
. - For Arch based distros, run
sudo pacman -S libwnck3
- Open the directory of the script in your preferred terminal.
- Open the Discord channel you want to type the commands in.
- Run
python windowdetector.py
orpython3 windowdetector-lin.py
if you're on Linux. - Copy the window name and paste it in the main script when it asks you to.
- Run
python main.py
orpython3 main-lin.py
if you're on Linux.
There is a bug in the Linux version in which the script doesn't detect window changes and will type the commands in any active window, So be careful.
- Hunting Rifle
- Fishing Pole
- Laptop
- Shovel
- Multiple Horseshoes (Optional)
It is recommended to have at least 5 of each in case one breaks.
- Every single command is executed randomly (with random pauses between commands) to avoid getting banned (Except the "dep" command which is executed at the end of every loop)
- Fail-safe method, If you click away from the specified window, the script will automatically stop (currently only works on windows)
- Swayx113 gave me the idea to make this script so make sure to show him some love - Github Profile.
- Current version (1.0.9) is compatible with the latest major update (May 15th 2021 Update)
- Add Comments
- Fix the Linux bug