Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 604 Bytes

File metadata and controls

22 lines (12 loc) · 604 Bytes

PuppeteerSendFacebookText

Script for using Puppeteer to log into Messenger and sending a text file line by line to a chosen victim.

SET UP

Must have Node installed

  1. Yarn install / npm install.
  2. go to secret.js and fill in username, password and victim name.
  3. Put text in script.txt.
  4. In console type node index.js.
  5. Enjoy :)

Known issues

  • selectors can be changed by facebook anytime that will make the script not work
  • script sometimes fail to click into victim texx field, but that can be fixed by clicking on the text field before it stars sending lines of text.