Skip to content

Instantly share code, notes, and snippets.

View IAMDEVILBOT438's full-sized avatar

IAMDEVILBOT438

View GitHub Profile
@IAMDEVILBOT438
IAMDEVILBOT438 / bomber.js
Last active October 22, 2022 16:22 — forked from parthpower/!WhatsApp Emoji Bomber.md
WhatsApp Emoji Bomber
//WhatsApp Emoji Bomber
//Copyright (c) 2016 Parth Parikh
//Under MIT License
//Dispatch function by macr1408 from https://github.com/macr1408/Whatsapp
function dispatch(target, eventType, char) {
var evt = document.createEvent("TextEvent");
evt.initTextEvent(eventType, true, true, window, char, 0, "en-US");
target.focus();
target.dispatchEvent(evt);
/* Function({pattern: 'auto-react ?(.*)', */