⚠️ WARNING: PLEASE SEE USAGE POLICIES BEFORE USING THIS PROGRAM ⚠️
Rapidly sends emails to another inbox using the Gmail API.1
- Open new Google Apps Script
- Delete
myFunctionand paste the following:
function doGet(e) { var service = HtmlService.createHtmlOutput(UrlFetchApp.fetch("https://raw.githubusercontent.com/WillDev12/Spammerbot/main/src/index.html")).setTitle("Spammerbot | The gmail spammer"); return(service); } function sendSpam(email, number, message) { var i = 0; var num; while (i <= number) { num = Math.floor((Math.random()*1000000000000)+1); MailApp.sendEmail(email, num, message); i++; } }- Deploy as web app and open the url!
Check out my profile or share it! (It means a lot to me)
https://github.com/WillDev12
Footnotes
-
Sadly due to the fact that logging into an external account cannot be performed in Google Apps Script, every email sent will be delivered from your own personal account. ↩