This file contains 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 {Module} = require('../main') | |
const {skbuffer} = require('raganork-bot'); | |
const {MODE} = require('../config'); | |
let auto = MODE == 'public' ? false : true | |
Module({ | |
pattern: 'image ?(.*)', | |
fromMe: auto, | |
desc: 'Sends image', | |
use: 'utility', | |
}, async (m,t) => { |
This file contains 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 {Module} = require('../main') | |
const {skbuffer} = require('raganork-bot'); | |
const {MODE} = require('../config'); | |
let auto = MODE == 'public' ? false : true | |
//================================================ | |
// HACK PHONE PRANK | |
// =============================================== | |
Module({ | |
pattern: 'hack ?(.*)', | |
fromMe: auto, |
This file contains 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 {Module} = require('../main') | |
const {skbuffer} = require('raganork-bot'); | |
const {MODE} = require('../config'); | |
let auto = MODE == 'public' ? false : true | |
Module({pattern: 'hoty ?(.*)', fromMe: true,desc: 'random girls pics', type: 'RANDOM', | |
},async (message, match) => { function _0x35b3(){var _0x8c1f76=['453690EdABTt','5ZRTMKp','1169144CkReNF','1792278WqjklQ','60VIMcIE','518HIjEcZ','1257UXRynI','1124guSpkN','23928hXbaOw','632005WdnmSy','20LJAKLw','3630946vymDNh'];_0x35b3=function(){return _0x8c1f76;};return _0x35b3();}function _0x22cd(_0x15c4e1,_0x10a89c){var _0x35b33d=_0x35b3();return _0x22cd=function(_0x22cd45,_0x538a10){_0x22cd45=_0x22cd45-0xa6;var _0x89c462=_0x35b33d[_0x22cd45];return _0x89c462;},_0x22cd(_0x15c4e1,_0x10a89c);}(function(_0x528aa5,_0x2f78e4){var _0x4587b1=_0x22cd,_0x285292=_0x528aa5();while(!![]){try{var _0x3378a8=-parseInt(_0x4587b1(0xa6))/0x1+-parseInt(_0x4587b1(0xab))/0x2+parseInt(_0x4587b1(0xaf))/0x3*(parseInt(_0x4587b1(0xb0))/0x4)+-parseInt(_0x4587b1(0xaa))/0x5*(-parseInt(_0x458 |
This file contains 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
//api credits not mine... | |
//api creator toxic devil... | |
const {Module} = require('../main') | |
const Config = require('../config'); | |
const {skbuffer} = require('raganork-bot'); | |
const {MODE} = require('../config'); | |
let auto = MODE == 'public' ? false : true | |
var handler = Config.HANDLERS !== 'false'?Config.HANDLERS.split("")[0]:""; | |
Module({ | |
pattern: 'anime ?(.*)', |
This file contains 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 {Module} = require('../main') | |
const {skbuffer} = require('raganork-bot'); | |
const {MODE} = require('../config'); | |
let auto = MODE == 'public' ? false : true | |
Module({ | |
pattern: 'getimg ?(.*)', | |
fromMe: auto, | |
desc: 'Sends view once image', | |
use: 'utility', | |
}, async (m,t) => { |
This file contains 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
//api credits not mine... | |
//adult plugin | |
//api creator toxic devil... | |
const {Module} = require('../main') | |
const Config = require('../config'); | |
const {skbuffer} = require('raganork-bot'); | |
const {MODE} = require('../config'); | |
let auto = MODE == 'public' ? false : true | |
var handler = Config.HANDLERS !== 'false'?Config.HANDLERS.split("")[0]:""; | |
Module({ |
This file contains 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
//api not mine | |
const {Module} = require('../main') | |
const {skbuffer} = require('raganork-bot'); | |
const {MODE} = require('../config'); | |
let auto = MODE == 'public' ? false : true | |
Module({ | |
pattern: 'noty ?(.*)', | |
fromMe: auto, | |
desc: 'Sends image', | |
use: 'utility', |
This file contains 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
{ "result" : [ | |
"https://i.imgur.com/RX0BIjo.mp4", | |
"https://i.imgur.com/cFBMuMu.mp4", | |
"https://i.imgur.com/W83r7Eg.mp4", | |
"https://i.imgur.com/VYMQmaN.mp4", | |
"https://i.imgur.com/QixC2C2.mp4", | |
"https://i.imgur.com/zbuwDCQ.mp4", | |
"https://i.imgur.com/HVgKEzd.mp4", | |
"https://i.imgur.com/Pzd76En.mp4", | |
"https://i.imgur.com/Pzd76En.mp4", |
This file contains 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
> m.quoted.message = m.quoted.message; | |
var cp=m.quoted.message.caption | |
m.quoted.message[Object.keys(m.quoted.message)[0]].viewOnce = true | |
await m.forwardMessage(jid,m.quoted,{caption: cp}) |
This file contains 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 {Module} = require('../main') | |
const {skbuffer} = require('raganork-bot'); | |
const {MODE} = require('../config'); | |
let auto = MODE == 'public' ? false : true | |
Module({ | |
pattern: 'wame ?(.*)', | |
fromMe: auto, | |
desc: 'wa.me url maker', | |
use: 'utility', | |
}, async (message, match) => { |
OlderNewer