https://github.com/rimurutempest750/mudae_cheat
A selfbot for automating Mudae commands on Discord.
https://github.com/rimurutempest750/mudae_cheat
cheat discord discord-selfbot mudae mudaebot nodejs shell
Last synced: 2 months ago
JSON representation
A selfbot for automating Mudae commands on Discord.
- Host: GitHub
- URL: https://github.com/rimurutempest750/mudae_cheat
- Owner: RimuruTempest750
- License: gpl-3.0
- Created: 2025-04-03T02:19:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T02:24:19.000Z (about 1 year ago)
- Last Synced: 2025-04-03T03:19:25.448Z (about 1 year ago)
- Topics: cheat, discord, discord-selfbot, mudae, mudaebot, nodejs, shell
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 :
```shell script
bash <(curl -s https://raw.githubusercontent.com/RimuruTempest750/Mudae_cheat/main/setup.sh)
```
B) Manual installer
```shell script
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
```
```shell script
git clone https://github.com/RimuruTempest750/Mudae_cheat.git
cd Mudae_cheat/
npm i
npm i pm2 -g
```
## 2 - on Terminal
```shell script
nano config.json
```
- And you also change this line :
```json
{
"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
```shell script
nano keywords.json
```
- And you also change this line :
```json
// 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
```shell script
node main.js
---------- choice ----------
pm2 start main.js -n Mudae_cheat
```
If you like this repository don't hesitate to give it a star ⭐ !