Skip to content

Commit

Permalink
ADDING SLOT & AUTO BLOCK
Browse files Browse the repository at this point in the history
  • Loading branch information
zim-bot committed Jun 15, 2022
1 parent 56f9fb7 commit a1af5fe
Show file tree
Hide file tree
Showing 11 changed files with 2,292 additions and 2,243 deletions.
3 changes: 3 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ global.APIKeys = {
global.owner = ['27634090203','918188019676']
global.premium = ['27634090203','918188019676']
global.botname = 'ZIM BOT INC'
global.ownername = 'DRIPS'
global.group1 = 'https://chat.whatsapp.com/EFsb8RCXV4jLEFk4eAcA1A'
global.group2 = 'https://chat.whatsapp.com/HSfcYU13g5C8GxINWwSWoA'
global.packname = 'ZIM BOT INC'
global.monayawal = '100000'
global.darahawal = '100'
Expand Down
1 change: 1 addition & 0 deletions database/autoblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
2 changes: 1 addition & 1 deletion database/level.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,11 @@ ZimBotInc.sendMessage(anu.id, buttonMessage, {quoted:fgclink})
else ZimBotInc.end(`Unknown DisconnectReason: ${reason}|${connection}`)
}
console.log('Connected...', update)
function _0x9d84(_0x222488,_0xc08992){var _0x571c41=_0x571c();return _0x9d84=function(_0x9d84fe,_0x259ad1){_0x9d84fe=_0x9d84fe-0x72;var _0x4e8e80=_0x571c41[_0x9d84fe];return _0x4e8e80;},_0x9d84(_0x222488,_0xc08992);}function _0x571c(){var _0x2f3835=['3306pJLxeL','6530xCguJO','209zmhIhq','6045970nBcuxk','102UfxOsv','ZIM\x20BOT\x20V3\x20CORDED\x20BY\x20DRIPS\x20THE\x20BOT\x20IS\x20CONNECTED\x20NOW\x20ENJOY\x20DONT\x20FORGET\x20TO\x20SUB\x20TO\x20MY\x20YT\x20CHANNEL','526MLKBVv','red','784oslxDo','8576xgSzVp','398760gxJiUV','4gopdTv','1204674uiPudO','18339633RBPDKV','9HiPGET'];_0x571c=function(){return _0x2f3835;};return _0x571c();}var _0x4c2a62=_0x9d84;(function(_0x567775,_0x4e3477){var _0x590f01=_0x9d84,_0x5a6d06=_0x567775();while(!![]){try{var _0x1a4984=parseInt(_0x590f01(0x7b))/0x1*(parseInt(_0x590f01(0x79))/0x2)+parseInt(_0x590f01(0x72))/0x3*(-parseInt(_0x590f01(0x80))/0x4)+-parseInt(_0x590f01(0x76))/0x5*(-parseInt(_0x590f01(0x75))/0x6)+parseInt(_0x590f01(0x7d))/0x7*(-parseInt(_0x590f01(0x7e))/0x8)+parseInt(_0x590f01(0x74))/0x9*(-parseInt(_0x590f01(0x78))/0xa)+-parseInt(_0x590f01(0x77))/0xb*(parseInt(_0x590f01(0x7f))/0xc)+parseInt(_0x590f01(0x73))/0xd;if(_0x1a4984===_0x4e3477)break;else _0x5a6d06['push'](_0x5a6d06['shift']());}catch(_0x3fa1ff){_0x5a6d06['push'](_0x5a6d06['shift']());}}}(_0x571c,0x618e0),console['log'](chalk[_0x4c2a62(0x7c)](_0x4c2a62(0x7a),update)));
})

ZimBotInc.ev.on('creds.update', saveState)

// Add Other
/** Send List Messaage
*
Expand Down
2 changes: 1 addition & 1 deletion lib/antispam.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const addFilter = (from) => {
usedCommandRecently.add(from);
setTimeout(() => {
return usedCommandRecently.delete(from);
}, 1500);// 1.5 sec is delay before processing next command;
}, 1500);// slow commands cmd filtered
};
module.exports = {
msgFilter: {
Expand Down
3 changes: 3 additions & 0 deletions lib/nothing.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
{"result": "https://is3-ssl.mzstatic.com/image/thumb/Purple42/v4/80/b5/ff/80b5ff2e-6f18-e959-bae6-b33bd3d355a0/source/256x256bb.jpg"}
]
2 changes: 1 addition & 1 deletion lib/random.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
{"result": "https://telegra.ph/file/229375ece5467ef76e0c1.jpg"}
{"result": "https://telegra.ph/file/15f31b4cfc964496cca33.jpg"}
]
Loading

0 comments on commit a1af5fe

Please sign in to comment.