Skip to content

RimuruTempest750/Mudae_cheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mudae_cheat | Auto Claim & Auto Roll !

(Programming Language - Node.js | Shell)

/\ I am in no way responsible for what you do with this code or any uses, this is for educational purposes and above all for intuitive purposes !
This is not to be done on public servers and it does not respect the TOS Discord, so it remains for educational purposes only !

Tutorial to install the bot ! For LINUX (VPS or Dedicated Server)

1 - on Terminal

A) Auto installer
  • Run command :
bash <(curl -s https://raw.githubusercontent.com/RimuruTempest750/Mudae_cheat/main/setup.sh)
B) Manual installer
apt update && apt upgrade -y
apt install npm nodejs git -y
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&\
apt-get install -y nodejs
git clone https://github.com/RimuruTempest750/Mudae_cheat.git
cd Mudae_cheat/
npm i
npm i pm2 -g

2 - on Terminal

nano config.json
  • And you also change this line :
{
    "token": "ACCOUNT_TOKEN", <- Edit
    "channelId": "CHANNEL_ID", <- Edit
    "BotID": "432610292342587392",
    "timeClaim": 1500, <- Edit
    "_note": "timeClaim is the delay in milliseconds. For example, 1500 = 1.5 seconds. Set to 0 for no delay."
}
  • After doing this, press CTRL + X and you press Y and ENTER then you do the following commands !

3 - on Terminal

nano keywords.json
  • And you also change this line :
// Exemple
// You can directly put the names of the characters you want, 
but be careful to put the precise names written on the cards !
{
    "keywords": [
        "No Game No Life",
        "Dragon Ball",
        "One Piece",
        "Naruto",
        "Pokédex"
    ]
}
  • After doing this, press CTRL + X and you press Y and ENTER then you do the following commands !

4 - on Terminal

node main.js
---------- choice ----------
pm2 start main.js -n Mudae_cheat

If you like this repository don't hesitate to give it a star ⭐ !

About

A selfbot for automating Mudae commands on Discord.

Topics

Resources

License

Stars

Watchers

Forks

Contributors