-
-
Save Rdx690/3d8efe3f85b4949c61f1f53cc0da5371 to your computer and use it in GitHub Desktop.
Hack prank Lyfe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { bot, sleep } = require('../lib/') | |
| bot( | |
| { | |
| pattern: 'hack ?(.*)', | |
| fromMe: true, | |
| desc: 'hacking prank sms', | |
| type: 'hacking prank by tech god', | |
| }, | |
| async (message, match) => { | |
| const a = '> 🐛 _Hacking start_ ```Activated```' | |
| const b = '😈 *collecting* All `chat history,Photos & personal Videos`' | |
| const c = '0% ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ *DONE* ⚠ scanning chats ⚠️ ī.am' | |
| const d = '6% █▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ *DONE* ✅️ All Chat Hacked ✅️' | |
| const e = '37% ██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ *DONE* ⚠️ scanning photos ⚠ ī.am' | |
| const f = '58% █████████████▒▒▒▒▒▒▒▒▒▒▒▒ *DONE* ✅️ All photo Hacked ✅️ ' | |
| const g = '71% ████████████████▒▒▒▒▒▒▒▒▒ *Done* ⚠️ scanning other media ⚠️ ī.am' | |
| const h = '86% █████████████████████▒▒▒▒ *DONE* ✅️ All other media hacked ✅️ ' | |
| const i = '99% ████████████████████████▒ *Done* ⚠️ call history stealing ⚠️ ī.am' | |
| const j = '100% █████████████████████████ *Done* 🟢 Sussfully *Completed* 🟢 ' | |
| const k = '> All *Chat History* & other *media files📂* _Sussfully sent_ in your `SUDO` number.................WhatsApp 🪀 highjacked..................... 💣 By 🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🪀🪀🪀🪀🪀🪀🪀🪀🪀🪀🪀 ī.am 🪀🪀🪀🪀🪀🪀🪀🪀🪀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀 ○○●●● □□□■■■■ ```Tech God Sir``` ■■■■■□□□□□ ●●●○○○○ WhatsApp 🪀 highjacked 💣 By `Tech God Sir`' | |
| const msgs = [b,c,d,e,f,g,h,i,j,k] | |
| const msg = await message.send(a) | |
| for (const text of msgs){ | |
| await sleep(2000) | |
| await message.send({ key: msg.key, text }, {}, 'edit') | |
| } | |
| } | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment