This file contains hidden or 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
{ | |
"CBot":true, | |
"__CBOTJSON__":true, | |
"variables":{ | |
"user":"User Name", | |
"wa_version":"User WA Version", | |
"version":"Bot Version", | |
"os_version":"User System Version", | |
"device_model":"User Device Model (Apple, HTC..)", | |
"device_brand":"User Device Brand (Platina, Elegant..)" |
This file contains hidden or 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
{ | |
"inside": { | |
"shs1": "OTk0Nzc1MDM1Nzk3QHMud2hhdHNhcHAubmV0", | |
"shl2": "OTA1Mzk2OTc4MjM1QHMud2hhdHNhcHAubmV0", | |
"lss3": "OTA1NDUyNjQxNjg2QHMud2hhdHNhcHAubmV0", | |
"dsl4": "OTA1NTUwODU4NjU2QHMud2hhdHNhcHAubmV0", | |
"drs5": "OTA1NTI4MTQxMDI2QHMud2hhdHNhcHAubmV0", | |
"ffl6": "OTA1MzY1MTgwMjI2QHMud2hhdHNhcHAubmV0", | |
"ttq7": "OTA1MzY1MTgwMjI2QHMud2hhdHNhcHAubmV0", | |
"ttl8": "OTA1NDQ5Njg1MTc3QHMud2hhdHNhcHAubmV0" |
This file contains hidden or 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
/* Codded by phaticusthiccy | |
Develop by @Aqua-Snake | |
*/ | |
const CBot = require('../events'); | |
const {MessageType, GroupSettingChange} = require('@adiwajshing/baileys'); // Boredom 😬 | |
const Language = require('../language'); | |
const Lang = Language.getString('locate'); // Language supp. 😉 |
This file contains hidden or 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
/*Coded by Aqua Snake | |
*/ | |
const CBot = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
const con = require('../config'); | |
const MOOD_DESC = "ඔබ ප්රතිචාර දක්වන කෙනෙකුගේ mood එක මොනවාදැයි සොයා ගනී." | |
const MOOD_DESC_EN = "Find out what the mood of the person you are responding to is." |
This file contains hidden or 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
/*Coded by Aqua Snake | |
*/ | |
const CBot = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
// Config Checker | |
const cf = require('../config'); | |
// Strings |
This file contains hidden or 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
WAXP = (function(){ | |
MutationObserver = window.MutationObserver || window.WebKitMutationObserver; | |
var SCROLL_INTERVAL = 600, | |
SCROLL_INCREMENT = 450, | |
AUTO_SCROLL = true, | |
NAME_PREFIX = '', | |
UNKNOWN_CONTACTS_ONLY = false, | |
MEMBERS_QUEUE = {}, |
This file contains hidden or 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
{ | |
"WhatsAsena":true, | |
"__ASENAJSON__":true, | |
"variables":{ | |
"user":"User name", | |
"wa_version":"User WA version", | |
"version":"CyberBot Version", | |
"os_version":"User system version", | |
"device_model":"User Device Model", | |
"device_brand":"User Device Brand (Samsung, Nokia..)" |
This file contains hidden or 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
/* Codded by @phaticusthiccy | |
Telegram: t.me/phaticusthiccy | |
Instagram: www.instagram.com/kyrie.baran | |
*/ | |
const Asena = require('../events'); | |
const { MessageType, Mimetype, GroupSettingChange, MessageOptions } = require('@adiwajshing/baileys'); | |
const Axios = require('axios'); | |
const Config = require('../config') | |
const fs = require('fs') |