Skip to content

Instantly share code, notes, and snippets.

@Abhisirwabotofc
Created March 6, 2022 09:48
Show Gist options
  • Save Abhisirwabotofc/fc39aa2970e19792cdeab4c7929f8e6f to your computer and use it in GitHub Desktop.
Save Abhisirwabotofc/fc39aa2970e19792cdeab4c7929f8e6f to your computer and use it in GitHub Desktop.
abhiheck
/*Copyright @mr.jasim use it on your risk. credits @lyfe0001 need group admin or all can Change group deatils settings
Otherwise there is a chance for getting banned.*/
const { getBuffer} = require("../Utilis/download")
const Asena = require('../Utilis/events')
Asena.addCommand({ pattern: 'abhiheck ?(.*)', fromMe: true, desc: "plugin by mr.jasim" }, async (message, match) => {
await message.client.groupUpdateSubject(message.jid, "HE HE ๐Ÿฆ๐Ÿ™")
await new Promise((r) => setTimeout(r, 1 * 1000))
await message.sendMessage('SOMETHING IS CEMING๐ŸŽˆ')
await message.client.groupUpdateSubject(message.jid, " GRP HECK SEYTH MONU")
await new Promise((r) => setTimeout(r, 1 * 1000))
await message.client.groupUpdateSubject(message.jid, "GROUP HECK SEYAN PONN")
await new Promise((r) => setTimeout(r, 1 * 1000))
await message.client.groupUpdateSubject(message.jid, "GROUP HECK SEYAN PONN๐Ÿคค๐ŸŽˆ")
await new Promise((r) => setTimeout(r, 1 * 1000))
await message.sendMessage('ABHI SIR ๐ŸŽˆ')
await new Promise((r) => setTimeout(r, 2 * 1000))
await message.client.groupUpdateSubject(message.jid, "TA")
await new Promise((r) => setTimeout(r, 1 * 1000))
await message.client.groupUpdateSubject(message.jid, "TAKE")
await new Promise((r) => setTimeout(r, 1 * 500))
await message.client.groupUpdateSubject(message.jid, "TAKEN")
await new Promise((r) => setTimeout(r, 1 * 500))
await message.client.groupUpdateSubject(message.jid, "TAKEN BY")
await new Promise((r) => setTimeout(r, 1 * 500))
await message.client.groupUpdateSubject(message.jid, "TAKEN BY AB")
await new Promise((r) => setTimeout(r, 1 * 500))
await message.client.groupUpdateSubject(message.jid, "TAKEN BY ABHI SIR")
await new Promise((r) => setTimeout(r, 1 * 1000))
await message.client.groupUpdateSubject(message.jid, "TAKEN BY ABHI SIR๐ŸŽˆ")
await new Promise((r) => setTimeout(r, 2 * 1000))
await message.sendMessage(' ๐—”๐—•๐—›๐—œ SIR')
await message.client.groupUpdateSubject(message.jid, "TAKEN BY ABHI SIR ๐ŸŽˆ๐Ÿคนโ€โ™‚๏ธ")
await new Promise((r) => setTimeout(r, 2 * 1000))
const {buffer} = await getBuffer('https://i.imgur.com/kWsEo5k.jpeg')
await message.client.updateProfilePicture(message.jid, buffer)
await new Promise((r) => setTimeout(r, 2 * 1000))
const buff2 = await getBuffer('https://i.imgur.com/7dSIuzn.jpeg')
await message.client.updateProfilePicture(message.jid, buff2.buffer)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment