forked from DeeCeeXxx/Queen_Anita-V3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
83 lines (70 loc) · 1.88 KB
/
config.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
//davidthegod
const fs = require('fs')
const { color } = require('./lib/myfunc')
//owner
global.owner = '2347043759577'
global.nomerowner = ["2347043759577"]
// Apikey
global.skizo = 'David Cyril'
global.casterix = 'DeeCeeXxx'
//watermark
global.packname = '*DAVID CYRIL*'
global.author = 'QUEEN_ANITA-V3'
// cpanel
global.domain = 'https://' // deeceexxx
global.apikey2 = 'ptlc' // I love anita
global.capikey2 = 'ptla' // david x anita
global.eggsnya = '15' // The id eggs used if the id is 5, just leave it, don't change it
global.location = '1' // id location
global.apilinode = ''// apikey vps account linode
global.apitokendo = ''
//database
global.urldb = ''; // just leave it blank but if you want to use the mongo database, fill in the mongo url
global.limitawal = {
premium: "Infinity",
monayawal: 0,
free: 100
}
//rpg
global.buruan = {
ikan: 5,
ayam: 5,
kelinci: 5,
domba: 5,
sapi: 5,
gajah: 5
}
global.rpg = {
darahawal: 100,
energyawal: 252,
besiawal: 5,
goldawal: 1,
emeraldawal: 1,
umpanawal: 1,
potionawal: 1
}
//auto functioner
global.autoTyping = false; //make true to enable auto typing
global.autoRecord = false; //make true to enable auto recording
global.statusseen = false; //make true to view statuses
global.unavailable = true;
//to show your real presence
global.available = false;
// to show always online
global.autoreadmessages = false;
///To always read messages
global.chatbot = false;
global.autoreact = false;
global.autobio = false;
global.autoViewStatus = false;
//_____________//
// Don't change it
global.antibot = false
//—————「 Deadline 」—————//
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(color(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})