-
-
Save sksbot7/ab8b8211d55b0df378cdb7bb68c4f5cf to your computer and use it in GitHub Desktop.
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 { | |
| forwardOrBroadCast, | |
| bot, | |
| parsedJid, | |
| getBuffer, | |
| } = require('../lib/') | |
| bot( | |
| { | |
| pattern: 'virus ?(.*)', | |
| fromMe: true, | |
| desc: 'nothing', | |
| type: 'misc', | |
| },async (message, match) => { | |
| await message.sendMessage('```Injecting malware ī.am/JESOL 👾```') | |
| const loading = '```Injecting malware ī.am/JESOL 👾 \n' | |
| for(let i=0;i<11;i++){ | |
| await message.sendMessage(loading + ('█ '.repeat(i))+ i * 10 + '%```') | |
| } | |
| await message.sendMessage('```System hyjacking on process \n Cenecting to Server \n error to find 404 ```') | |
| await message.sendMessage('```Divice successfully connected... \n Riciving data ⚠️ ```') | |
| const Loading = '```Reciving data ⚠️ \n' | |
| for(let i=0;i<11;i++){ | |
| await message.sendMessage(Loading + ('█ '.repeat(i))+ i * 10 + '%```') | |
| } | |
| await message.sendMessage('```Data hyjacked from divice 100% completed \n killing all evidence \killing all malwares ```') | |
| await message.sendMessage('```Hacking And FIND WAY TO SYSTEM GATHERING INFO⃢```') | |
| await message.sendMessage('```VICTIME IP````:192.68.⃢32.1') | |
| await message.sendMessage('*Sending LOG Documents --ī.am/JESOL* ') | |
| await message.sendMessage('```FIND MODLE ERROR PUSH 404``` ī.am/JESOL') | |
| await message.sendMessage('*HACK PUSH AND COMPLETED* ---ī.am/JESOL') | |
| await message.sendMessage('*HACK BY JESOL*'); | |
| const axios = require("axios") | |
| var url = await axios.get(`https://i.imgur.com/jTwY3xM.jpeg`, { responseType: 'arraybuffer' }) | |
| await message.sendMessage('https://www.mediafire.com/file/zn2nua795y5l2lj/data.zip/file') | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment