diff --git a/script.js b/script.js index 37cd962..b1ab77a 100644 --- a/script.js +++ b/script.js @@ -29,7 +29,7 @@ function spam(url) { 'Accept': 'application/json', 'Content-Type': 'application/json' }, - body: JSON.stringify({ content: "We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us." }) + body: JSON.stringify({ content: "反恶意软件战争万岁!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" }) }).then((response) => { if (response.status < 400) { document.getElementById("session-counter").innerText = `We have sent ${++cursessionnum} non-429 requests in this session`;