Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation


⚠️ WARNING: PLEASE SEE USAGE POLICIES BEFORE USING THIS PROGRAM ⚠️



Spammerbot



What it does

Rapidly sends emails to another inbox using the Gmail API.1


How to install?

  1. Open new Google Apps Script
  2. Delete myFunction and 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++; } }
  1. Deploy as web app and open the url!



Like content like this?

Check out my profile or share it! (It means a lot to me)

https://github.com/WillDev12

Footnotes

  1. 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.

About

A GS Gmail spammer to annoy your friends

Resources

Stars

5 stars

Watchers

1 watching

Forks

Contributors

Languages