Advertisement
n3k4a

كود تجميع كريدت الجديد by n3k4a

Jul 17th, 2019
2,095
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. const Discord = require("discord.js");
  2. const client = new Discord.Client();
  3. const client2 = new Discord.Client();
  4. const myid = [''];// ايدي حسابك
  5. const prefix = ['#'];
  6.  
  7. client.on('ready', () => {
  8. console.log(`----------------`);
  9. console.log(`Credit Farmm - Script By : n3k4a `);
  10. console.log(`----------------`);
  11. console.log(`Loadinng`);
  12. console.log(`Loadinng.`);
  13. console.log(`Loadinng..`);
  14. console.log(`Loadinng...`);
  15. console.log(`This Bots Online ' `);
  16. console.log(`----------------`);
  17. });
  18.  
  19. client2.on('ready', () => {
  20. console.log(`----------------`);
  21. console.log(`2 Account Online ✩' `);
  22. console.log(`----------------`);
  23. });
  24.  
  25.  
  26.  
  27. client.on('message', message => {
  28. if(message.content === prefix+'راتب'){
  29. message.channel.send('#daily')
  30. }
  31. });
  32.  
  33. client.on('message', message => {
  34. if(message.content === prefix+'مبلغ'){
  35. message.channel.send('#credits')
  36. }
  37. });
  38.  
  39. client.on('message', message => {
  40. if(message.content === prefix+'ريب'){
  41. message.channel.send("#rep "+"<@" + myid + ">")
  42. }
  43. });
  44.  
  45. client.on('message', message => {
  46. if (message.content === prefix+'spam') {
  47. let count = 0;
  48. let ecount = 0;
  49. for(let x = 0; x < 90000; x++) {
  50. message.channel.send(`**NEW spam code 2019 by n3k4a - الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر ر الله اكبر الله اكبر **[ " ${x} " ]`)
  51. .then(m => {
  52. count++;
  53. })
  54.  
  55. }
  56. }
  57. });
  58.  
  59. client.on('message', message => {
  60. if (message.author.bot) return;
  61. if (!message.content.startsWith(prefix)) return;
  62.  
  63. let command = message.content.split(" ")[0];
  64. command = command.slice(prefix.length);
  65.  
  66. let args = message.content.split(" ").slice(1);
  67.  
  68.  
  69.  
  70. if (command == "تحدث") {
  71. let rank = message.guild.member(message.author).roles.find('name', 'Role.n3k4a'); //لازم تعمل الرتبه دي في السيرفر Role.n3k4a
  72. if (!rank) return message.reply(' ')
  73. message.channel.send(args.join(" "))
  74. message.delete();
  75. }
  76. });
  77.  
  78. client2.on('message', message => {
  79. if(message.content === prefix+'راتب'){
  80. message.channel.send('#daily')
  81. }
  82. });
  83.  
  84. client2.on('message', message => {
  85. if(message.content === prefix+'مبلغ'){
  86. message.channel.send('#credits')
  87. }
  88. });
  89.  
  90. client2.on('message', message => {
  91. if(message.content === prefix+'ريب'){
  92. message.channel.send("#rep "+"<@" + myid + ">")
  93. }
  94. });
  95.  
  96. client2.on('message', message => {
  97. if (message.content === prefix+'spam') {
  98. let count = 0;
  99. let ecount = 0;
  100. for(let x = 0; x < 90000; x++) {
  101. message.channel.send(`**NEW spam code 2019 by n3k4a - الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر الله اكبر ر الله اكبر الله اكبر **[ " ${x} " ]`)
  102. .then(m => {
  103. count++;
  104. })
  105.  
  106. }
  107. }
  108. });
  109.  
  110. client2.on('message', message => {
  111. if (message.author.bot) return;
  112. if (!message.content.startsWith(prefix)) return;
  113.  
  114. let command = message.content.split(" ")[0];
  115. command = command.slice(prefix.length);
  116.  
  117. let args = message.content.split(" ").slice(1);
  118.  
  119.  
  120.  
  121. if (command == "تحدث") {
  122. let rank = message.guild.member(message.author).roles.find('name', 'Role.n3k4a');
  123. if (!rank) return message.reply(' ')
  124. message.channel.send(args.join(" "))
  125. message.delete();
  126. }
  127. });
  128.  
  129.  
  130. client.login(process.env.TOKEN);
  131. client2.login(process.env.TOKEN2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement