Apr 21st, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- //faire 'npm install discord.js' et 'npm i fs' dans le terminal
- //Tout d'abord pour allumer le bot 24/24, installez la PM2 avec 'npm install pm2 -g' dans le terminal
- //pour allumer le bot 24/24 'pm2 start nomdevotrefichier.js'
- //pour redémarer le bot 'pm2 restart nomdevotrefichier.js'
- const fs = require('fs')
- const warns = JSON.parse(fs.readFileSync('./warns.json'))
- console.log('je suis prêt!!!')
- 'Objectif 'nombres de users tu voudrais' users !',
- 'invite le | 'ton préfixe'bot',
- let status = Statuses[Math.floor(Math.random()* Statuses.length)];
- bot.user.setActivity( status ,{ type :'WATCHING'})},3000)
- return
- bot.login('ton token');
- bot.on('message', message =>{
- message.reply('ton invitation')
- }
- message.channel.sendMessage('Le créateur est 'ton discord' !!!')
- message.delete();
- if(message.content prefix +'serveurcréa'){
- message.author.sendMessage('Tien le serveur du créateur 'ton serveur discord' ')
- message.channel.sendMessage('regarde tes message privés')
- console.log('commande serveur créateur réussi !!!')
- }
- var help_embed =new Discord.RichEmbed()
- .setThumbnail('lien d'une image que tu veut')
- .setDescription('Vous pouvez utilisez mes commandes avec le préfixe ``ton préfixe``')
- .addField('``ban``, ``kick``, ``mute``, ``clear [chiffre entre 1 et 100]``, ``unmute``, ``warn``, ``unwarn``, ``infraction [mentionner un utilisateur]``','____________________')
- .addField('``8ball [ta question que tu veut]``','___________________')
- .addField('``bot``','pour avoir le bot')
- .addField('serveurcréa','Te donne le serveur du créateur')
- .setFooter('signaler un bug? faite 'ton préfixe'créateur')
- message.channel.sendMessage(':white_check_mark:| Les commandes vous ont été envoyés en messages privés')
- message.delete();
- }
- /*Kick*/
- if(!message.guild)return
- if(args[0].toLocaleLowerCase() prefix +'kick'){
- if(!message.member.hasPermission('KICK_MEMBERS'))return message.channel.send('Vous n'avez pas la permission d'utiliser cette commande ;(')
- if(!member)return message.channel.send('Veuillez mentionner un utilisateur :x:')
- if(member.highestRole.calculatedPosition>= message.member.highestRole.calculatedPosition&& message.author.id! message.guild.owner.id)return message.channel.send('Vous ne pouvez pas kick cet utilisateur :x:')
- if(!member.kickable)return message.channel.send('Je ne peux pas exclure cet utilisateur :sunglass:')
- message.channel.send('**'+member.user.username+'** a été exclu :white_check_mark:')
- });
- bot.on('message',message =>{
- let args = message.content.trim().split(/+/g)
- if(args[0].toLocaleLowerCase() prefix +'ban'){
- if(!message.member.hasPermission('BAN_MEMBERS'))return message.channel.send('Vous n'avez pas la permission d'utiliser cette commande ;(')
- if(!member)return message.channel.send('Veuillez mentionner un utilisateur :x:')
- if(member.highestRole.calculatedPosition>= message.member.highestRole.calculatedPosition&& message.author.id! message.guild.owner.id)return message.channel.send('Vous ne pouvez pas bannir cet utilisateur :x:')
- if(!member.bannable)return message.channel.send('Je ne peux pas bannir cet utilisateur :sunglass:')
- message.channel.send('**'+member.user.username+'** a été banni :white_check_mark:')
- });
- if(!message.guild)return
- if(!message.member.hasPermission('MANAGE_MESSAGES'))return message.channel.send('Vous n'avez pas la permission d'utiliser cette commande')
- if(!count)return message.channel.send('Veuillez indiquer un nombre de messages à supprimer')
- if(isNaN(count))return message.channel.send('Veuillez indiquer un nombre valide')
- if(count <1|| count >100)return message.channel.send('Veuillez indiquer un nombre entre 1 et 100')
- }
- bot.on('message', message =>{
- let args = message.content.trim().split(/+/g)
- //Muted
- if(!message.member.hasPermission('MANAGE_MESSAGES'))return message.channel.send('Vous n'avez pas la permission d'utiliser cette commande')
- if(!member)return message.channel.send('Membre introuvable')
- if(member.highestRole.calculatedPosition>= message.member.highestRole.calculatedPosition&& message.author.id! message.guild.ownerID)return message.channel.send('Vous ne pouvez pas mute ce membre')
- if(member.highestRole.calculatedPosition>= message.guild.me.highestRole.calculatedPosition|| member.id message.guild.ownerID)return message.channel.send('Je ne peux pas mute ce membre')
- let muterole = message.guild.roles.find(role => role.name'Muted')
- member.addRole(muterole)
- message.channel.send(member +' a été mute :white_check_mark:')
- else{
- message.guild.createRole({name:'Muted', permissions:0}).then((role)=>{
- message.guild.channels.filter(channel => channel.type'text').forEach(channel =>{
- SEND_MESSAGES:false
- })
- message.channel.send(member +' a été mute :white_check_mark:')
- }
- if(args[0].toLowerCase() prefix +'infractions'){
- if(!message.member.hasPermission('MANAGE_MESSAGES'))return message.channel.send('Vous n'avez pas la permission d'utiliser cette commande')
- if(!member)return message.channel.send('Veuillez mentionner un membre')
- .setAuthor(member.user.username, member.user.displayAvatarURL)
- .addField('10 derniers warns',((warns[member.id])? warns[member.id].slice(0,10).map(e => e.reason):'Ce membre n'a aucun warns'))
- message.channel.send(embed)
- //infraction
- if(args[0].toLowerCase() prefix +'infractions'){
- if(!message.member.hasPermission('MANAGE_MESSAGES'))return message.channel.send('Vous n'avez pas la permission d'utiliser cette commande')
- if(!member)return message.channel.send('Veuillez mentionner un membre')
- .setAuthor(member.user.username, member.user.displayAvatarURL)
- .addField('10 derniers warns',((warns[member.id]&& warns[member.id].length)? warns[member.id].slice(0,10).map(e => e.reason):'Ce membre n'a aucun warns'))
- message.channel.send(embed)
- //unmute
- if(!message.member.hasPermission('MANAGE_MESSAGES'))return message.channel.send('Vous n'avez pas la permission d'utiliser cette commande.')
- if(!member)return message.channel.send('Membre introuvable')
- if(member.highestRole.calculatedPosition>= message.member.highestRole.calculatedPosition&& message.author.id! message.guild.ownerID)return message.channel.send('Vous ne pouvez pas unmute ce membre.')
- if(member.highestRole.calculatedPosition>= message.guild.me.highestRole.calculatedPosition|| member.id message.guild.ownerID)return message.channel.send('Je ne pas unmute ce membre.')
- let muterole = message.guild.roles.find(role => role.name'Muted')
- if(muterole && member.roles.has(muterole.id)) member.removeRole(muterole)
- message.channel.send(member +' a été unmute :white_check_mark:')
- if(args[0].toLowerCase() prefix +'unwarn'){
- if(!message.member.hasPermission('MANAGE_MESSAGES'))return message.channel.send('Vous n'avez pas la permission d'utiliser cette commande.')
- if(!member)return message.channel.send('Membre introuvable')
- if(member.highestRole.calculatedPosition>= message.member.highestRole.calculatedPosition&& message.author.id! message.guild.ownerID)return message.channel.send('Vous ne pouvez pas unwarn ce membre.')
- if(member.highestRole.calculatedPosition>= message.guild.me.highestRole.calculatedPosition|| member.id message.guild.ownerID)return message.channel.send('Je ne pas unwarn ce membre.')
- if(!warns[member.id]||!warns[member.id].length)return message.channel.send('Ce membre n'a actuellement aucun warns.')
- fs.writeFileSync('./warns.json',JSON.stringify(warns))
- message.channel.send('Le dernier warn de '+member+' a été retiré :white_check_mark:')
- //warns
- if(!message.member.hasPermission('MANAGE_MESSAGES'))return message.channel.send('Vous n'avez pas la permission d'utiliser cette commande')
- if(!member)return message.channel.send('Veuillez mentionner un membre')
- if(member.highestRole.comparePositionTo(message.member.highestRole)<1&& message.author.id! message.guild.ownerID)return message.channel.send('Vous ne pouvez pas warn ce membre')
- if(!reason)return message.channel.send('Veuillez indiquer une raison')
- warns[member.id]=[]
- warns[member.id].unshift({
- date:Date.now(),
- })
- fs.writeFileSync('./warns.json', JSON.stringify(warns))
- message.channel.send(member +' a été warn pour '+ reason +' :white_check_mark:')
- //8ball
- if(!message.guild)return
- if(args[0].toLocaleLowerCase() prefix +'8ball'){
- if(!args[0])return message.channel.send('Veuillez **poser une question** :x:')
- let rep =['Non :x:','J'ai envie de dormir :zzz:','Balec :face_palm:','Peut être... :thinking:','Absolument :interrobang:'];
- let reptaille =Math.floor((Math.random()* rep.length));
- .setAuthor(message.author.tag)
- .addField('Question:', question)
- message.channel.send(embed)
- })
Here is a list of AQW le bot spammer codes. They aren't much but anyway.Good luck J6 Related Spammer Codes. LE BOT & DARK MYSTIC CODE Selasa, 11 Juni 2013. Dark Mystic Spammer. Dark Mystic Spammer: ™ LOADER PET BATTLE ™.
Le Bot 7.5 |
Here is the place.
What's new at Le Bot 7.5?
All five Blade of Awe bots added;
Legion SoulSeeker added;
Fixed the disconnections in the Mana Golem bot.
Hotkeys Le Bot 7.5:
F1Opens the bank
F2Options menu
F3Bot Manager
F4Lists
F5Packet Spammer
F6Auto Relogin
F7Use Boosts
Options Menu Le Bot 7.5:
Get All drops;
Lag Killer;
Reject all drops;
Skip Cutscene;
Skill Editor;
'Rest if HP is < than' button;
'Rest if MP is low' button;
Enemy Magnet;
Change Walk Speed;
Toggle public/private rooms.
Botting features Le Bot 7.5 :
Rep :
Arcangrove;
Chronospan;
Doomwood;
Dwarfhold;
Etherstorm;
Evil;
Good;
Horc;
Le Bot 8.9 Spammer Codes
Lycan;Mythsong;
Pet Tamer;
Skyguard;
Sandsea;
Thunderforge;
Troll;
Vampire;
Yokai.
Legion Tokens :
Coliseum Combatants;
Beginning the Final;
Legion Exercise 1;
Legion Exercise 2;
Legion Exercise 3;
Legion Exercise 4;
Insanely Insane;
Soul Collector and non-Soul Collector.
Farming :
Alchemy Reagents;
Ancient Vitae;
Combat Trophies;
Dark Crystal Shards;
Dark Spirit Orbs;
Dragon Talons;
Le Bot Spammer Codes
Elder's Blood potion;
Emblem of Longevity;
Emblem of Good Luck;
Fuchsia/Magenta Dye;
Find the Blade!;
Find the Handle!;
Find the Hilt!;

Find the Stonewrit!;
Finding Fragments with Blade;
Finding Fragments with Bow;
Finding Fragments with Broadsword;
Finding Fragments with Daggers;
Finding Fragments with Mace;
Finding Fragments with Scythe;
Golden Dragon Spear;
Golden Tickets;
Mana Golem bots;
Pay homage to Caladbolg;
Pinpoint the Pieces with Blade;
Pinpoint the Pieces with Bow;
Pinpoint the Pieces with Broadsword;
Pinpoint the Pieces with Daggers;

Pinpoint the Pieces with Scythe;
Rainbow Shards;
Rays of Hope;
Sparrow's Blood potion;
Spirit Orbs;
Supplies to Spin the Wheel of Chance;
Tainted Gems;
Tainted Souls;
Totems of Nulgath;
Viper's Blood Potion.
Misc/Other :
Forestchaos gold;
Generic Attack Bot;
Quick Gold;
SpaceTime XP;
Timeportal CP;
Undead Pirates XP.
Download Le Bot 7.5 More About Le Bot? Goto Page Le Bot
