Skip to content

Instantly share code, notes, and snippets.

@arijit7899
Forked from aourbo-bot/bomb.js
Last active July 10, 2025 08:37
Show Gist options
  • Save arijit7899/01d42c0c8de560b2ee1045542b07ea16 to your computer and use it in GitHub Desktop.
Save arijit7899/01d42c0c8de560b2ee1045542b07ea16 to your computer and use it in GitHub Desktop.
const { bot } = require('../lib/');
bot(
{
pattern: 'ori ?(.*)',
desc: 'Send multiple messages as a bomb!',
type: 'fun',
},
async (M, T) => {
let _0xa1b3 = [
'split',
'send',
'join',
'Max 100 messages allowed at once!',
],
_0x5f3e = function (_0xd41b) {
return _0xa1b3[_0xd41b];
};
let A = T[_0x5f3e(0)](' '),
B = parseInt(A[0]) || 5,
C = A.slice(1)[_0x5f3e(2)](' ') || 'β€οΈβ€πŸ©Ή `β€ΝŸΝžΝŸΝžκ―­βŽ―βƒβ₯Ν‘πŸ‡²π‘-πŸ‡΄β€Šπ‘πˆ πŸ₯΅πŸ’—βž€β©`! 🍫';
if (B > 100) return await M[_0x5f3e(1)](_0x5f3e(3));
for (let D = 0; D < B; D++) await M[_0x5f3e(1)](C);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment