ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Tutorials, Guides, Ebooks, etc.

Discord Mention @everyone Without Perms!----Snoops

Submitted by iamSnoops123 at 12-09-2021, 06:19 AM


Poll: Should i Upload More Like this? Show Results
Any More?
0%
0 0%
Or Bye
0%
0 0%
Total 0 vote(s) 0%

Discord Mention @everyone Without Perms!----Snoops
1.529 Views
iamSnoops123's Avatar'
iamSnoops123
Offline
#1

  1. [ Hidden Content! ]
    Script Created By SnoopS // SnoopS#0942
  2. Greetings, As You Everyone Know's, you can't to mention @everyone without mention permission, but we created a script that mention the whole server, how it's working?
  3.  
  4. - The Script Checking Every member on the server, and mention everyone every single member in second, in one message.
  5.  
  6. "How to use this?"
  7.  
  8. - Open Your Discord, go to any server you want to do it (MAKE SURE YOUR DEVELOPER MODE IS ON)
  9.  
  10. After that, press Ctrl + Shift + I and go to console.
  11.  
  12. after that, you pasting this code:
  13.  
  14.  
  15. function FindModule(item)
  16. {
  17. var req = window.webpackJsonp.push([[], {'__extra_id__': (module, exports, req) => module.exports = req}, [['__extra_id__']]]);
  18.  
  19. for (const in1 in req.c) {
  20. if (req.c.hasOwnProperty(in1)) {
  21. const m = req.c[in1].exports;
  22. if (m && m.__esModule && m.default && m.default[item]) return m.default;
  23. if (m && m[item]) return m;
  24. }
  25. }
  26. }
  27.  
  28. let amount = 60;
  29. let guildid = "GUILDIDHERE"; // The Guild (Server) ID where you want to do it, MAKE SURE YOUR DEVELOPER MODE IS ON
  30. let channelid = "CHANNELIDHERE"; // The Channel ID Where You want to spam mention, MAKE SURE YOUR DEVELOPER MODE IS ON
  31. let interval = 1000;
  32. let message = "message "; // The Message You Want to add under the mentions
  33. var memberList = FindModule("getMembers").getMembers(guildid);
  34.  
  35. setInterval(function()
  36. {
  37. let users = "";
  38. for(var index = memberList.length - 1; index > 0; index--)
  39. {
  40. var rndIndex = Math.floor(Math.random() * (index + 1));
  41. var temp = memberList[rndIndex];
  42. memberList[rndIndex] = memberList[index];
  43. memberList[index] = temp;
  44. }
  45.  
  46. memberList.slice(0, amount).forEach(member => {
  47. users += `<@${member.userId}>`
  48. });
  49. FindModule("sendMessage").sendMessage(channelid, {content: `${users} ${message}`});
  50. }, interval)
  51.  
  52.  
  53. you typing on the "GUILDIDHERE" the server guild id you want to spam.
  54. and, you typing on the "CHANNELIDHERE" the channel id where you want to spam on the server.
  55.  
  56. on message, you can to type some any message you want, like LUV U EVERYONE and it will type that on the spam mention.
  57.  
  58. then, you pressing enter and enjoying the show.
  59.  
  60. 👍🏻 DON'T FORGET TO LIKE ON PATCHED.TO 👍🏻
  61.  
  62. Need Help? https://discord.gg/pgen
Not ratedThis leak has not been rated yet, be careful when downloading.
0
Reply


Messages In This Thread
Discord Mention @everyone Without Perms!----Snoops - by iamSnoops123 - 12-09-2021, 06:19 AM


Users browsing this thread: 1 Guest(s)