You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/\ 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)
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 !