-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.js
139 lines (128 loc) Β· 5.97 KB
/
settings.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
const fs = require('fs')
const chalk = require('chalk')
const { indonesia, english, spanyol} = require(`./language`)
// Website Api (jgn di ganti tomlol)
global.APIs = {
alfa: 'https://alphabot-api.herokuapp.com', //apabila link api eror, segera laporkan ke owner
}
// Free apikey (Apikey expired silahkan login terus ganti V12 dgn apikey lu)
global.APIKeys = {
'https://alphabot-api.herokuapp.com': 'V12', // π login https://api.zeeoneofc.xyz to get apikey || https://api-alphabot.herokuapp.com
}
// setting
global.autoread = false // auto read message
global.autobio = false
global.userRegister = false
global.autoblok212 = true //ubah jadi true biar nmr 212 di blok sama bot
//language
//Available in indonesia , english & spanyol
//You can request others language
global.language = indonesia //change indonesia to english if you don't understand the language used by the bot
// Other
// Other
global.botname = "KΞΉΙ³Ξ± BΟΖ" //namabot kalian
global.ownername= "Ikyππππππππΰ½½" //nama kalian
global.myweb ="IG: @iky_alwaysgood" //bebas asal jan hapus
global.youtube = "https://youtube.com/c/Mr18" //bebas asal jan hapus
global.myweb2 = "https://www.instagram.com/iky_alwaysgood?igsh=MXdwbXR3a2xxNjRocA==" //bebas
global.email = "!" //bebas
global.region = "Indonesia" //bebas
global.timezone = 'Asia/Jakarta' // timezone wib
global.premium = ['6285794908894'] //premium user
global.owner = ["6285794908894"] //ganti agar fitur owner bisa di gunakan
global.ownernomer = "6285794908894" // nomor wa kalian
global.ownernomerr = "+6285794908894" //nmr wa kalian
global.thumbnail = "./image/lol.jpg" // ini lol.jpg adalah nama foto di folder image. untuk foto bot
global.donasi = "./image/donasi.jpg" // foto donasi di folder image
global.background_welcome="https://telegra.ph/file/90a931648de597820bc08.jpg" // maks size 30kb, agar welcome image nya tdk delay
global.thumbGif = 'https://telegra.ph/file/e90bef3779d3c5812a5d1.mp4'
global.packname = 'Β© KΞΉΙ³Ξ± BΟΖ' //sticker wm ubah
global.author = 'Di Buat Oleh Ikyππππππππΰ½½' //sticker wm ganti nama kalian
global.sessionName = 'session'
global.typemenu = 'document'
global.multiplier = 69
global.limitawal = {
premium: "10000",
free: 100
}
global.adventureRPG = 'https://telegra.ph/file/ff94536d69e0f4f3e7b54.jpg'
global.bankRPG = 'https://telegra.ph/file/ce47dca98cfdb34162abb.png'
global.bansosRPG = 'https://telegra.ph/file/646af753f38fbf7bbbccc.jpg'
global.bansosRPG_ = 'https://telegra.ph/file/ba18a18aac022170c8056.jpg'
global.berburuRPG = 'https://telegra.ph/file/95a202f631ab7172c3f25.jpg'
global.inventoryRPG = 'https://telegra.ph/file/507395e2edbd1d740a0fd.png'
global.cooldownRPG = 'https://telegra.ph/file/5e1e191a47028d9648ffa.jpg'
global.dailyRPG = 'https://telegra.ph/file/17e857848a3afdb1c4fd8.jpg'
global.hourlyRPG = 'https://telegra.ph/file/bcabf71c0f56207d1629e.jpg'
global.kandangRPG = 'https://telegra.ph/file/89c3b3ec69d373da8f64b.jpg'
global.kolamRGP = 'https://telegra.ph/file/0bc07117c78b2c9674b7d.jpg'
global.mancingRPG = 'https://telegra.ph/file/1420d26b7f04f84993225.jpg'
global.monthlyRPG = 'https://telegra.ph/file/7eadf65b95d9f7a3ecb46.jpg'
global.weeklyRPG = 'https://telegra.ph/file/ffc85895d14db97931f0f.jpg'
global.rpg = {
emoticon(string) {
string = string.toLowerCase()
let emot = {
level: 'π',
limit: 'π«',
health: 'β€οΈ',
exp: 'β¨',
money: 'πΉ',
bank: 'π¦',
potion: 'π₯€',
diamond: 'π',
common: 'π¦',
uncommon: 'ποΈ',
mythic: 'π',
legendary: 'ποΈ',
superior: 'πΌ',
pet: 'π',
trash: 'π',
armor: 'π₯Ό',
sword: 'βοΈ',
pickaxe: 'βοΈ',
fishingrod: 'π£',
wood: 'πͺ΅',
rock: 'πͺ¨',
string: 'πΈοΈ',
horse: 'π΄',
cat: 'π±',
dog: 'πΆ',
fox: 'π¦',
petFood: 'π',
iron: 'βοΈ',
gold: 'πͺ',
emerald: 'βοΈ',
upgrader: 'π§°'
}
let results = Object.keys(emot).map(v => [v, new RegExp(v, 'gi')]).filter(v => v[1].test(string))
if (!results.length) return ''
else return emot[results[0][0]]
}
}
global.flaming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=sketch-name&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.fluming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=fluffy-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flarun = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=runner-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flasmurf = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=smurfs-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.prefa = ['','!','.','π¦','π€','πΏ']
global.sp = 'β'
global.mess = {
sukses: 'π€Done, Oke Desu~',
admin: 'Perintah Ini Hanya Bisa Digunakan Oleh Admin !',
botAdmin: 'Perintah Ini Hanya Bisa Digunakan Ketika Bot Menjadi Admin !',
owner: 'Perintah Ini Hanya Bisa Digunakan Oleh Owner !',
group: 'Perintah Ini Hanya Bisa Digunakan Di Group !',
private: 'Perintah Ini Hanya Bisa Digunakan Di Private !',
bot: 'Fitur Khusus Pengguna Nomor Bot',
errtoimg: 'Maaf Saat Ini Belum Support Sticker Gif !',
wait: 'β³ Sedang Di Proses',
lockCmd: 'Fitur Tidak Diaktifkan Oleh Owner!',
example1: 'Selamat Datang @user Di Group @subject Jangan Lupa Baca Rules @desc\n\nNote :\n1. @user (Mention User Join)\n2. @bio (Get Bio User Join)\n3. @tanggal (Date Now)\n4. @desc (Get Description Group)\n5. @subject (Group Name)'
}
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})