Skip to content

Instantly share code, notes, and snippets.

@mrlinux007
Last active August 2, 2023 17:07
Show Gist options
  • Select an option

  • Save mrlinux007/32ba0cf1942e8a1e1b02e77b625026ee to your computer and use it in GitHub Desktop.

Select an option

Save mrlinux007/32ba0cf1942e8a1e1b02e77b625026ee to your computer and use it in GitHub Desktop.
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