-
Notifications
You must be signed in to change notification settings - Fork 513
/
Copy pathdeadpool.js
47 lines (43 loc) · 1.57 KB
/
deadpool.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
const fs = require('fs')
const chalk = require('chalk')
global.gr = 'https://chat.whatsapp.com/FqvQzWARlwc7XlerabWq7z'
global.ig = 'confronter._' // ubah aja
global.email = '[email protected]' //serah
global.region = 'kenya' // serah
//—————「 Set Nama Own & Bot 」—————//
global.ownername = '𝐂𝐨𝐧𝐟𝐫𝐨𝐧𝐭𝐞𝐫' //ubah jadi nama mu, note tanda ' gausah di hapus!
//=================================================//
global.owner = ['254796283064'] // ubah aja pake nomor lu
//==========================zetsuboclient=======================//
global.botname = '𝐃𝐄𝐀𝐃𝐏𝐎𝐎𝐋-𝐕𝟒' //ubah jadi nama bot mu, note tanda ' gausah di hapus!
global.packname = '𝐃𝐄𝐀𝐃𝐏𝐎𝐎𝐋-𝐕𝟒' // ubah aja ini nama sticker
global.author = '𝐂𝐎𝐍𝐅𝐑𝐎𝐍𝐓𝐄𝐑' // ubah aja ini nama sticker
global.prefa = ['','!','.',',','🐤','🗿']
global.sessionName = 'session' //Gausah Juga
global.sp = '⭔' // Gausah Juga
global.autoviewstatus = process.env.autoviewstatus || "TRUE"
global.wlcm = []
global.wlcmm = []
global.anticall = false
/*
Declaring Menu type
V1 = Photo
V2 = Video
V3 = Text
V4 = Button
*/
global.menutype = "v1"
//=================================================//
//Gausah Juga
global.limitawal = {
premium: "Infinity",
free: 5
}
//=================================================//
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})