This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 333
/
Copy pathconfig.js
52 lines (46 loc) · 2 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
let fs = require('fs')
let chalk = require('chalk')
global.owner = ['6283128734012', '6287755080455'] // Letakan nomor kamu disini
global.APIs = { // API Prefix
// nama: 'https://website'
amel: 'https://melcanz.com',
bx: 'https://bx-hunter.herokuapp.com',
rey: 'https://api.reysekha.my.id',
dhnjing: 'https://dhnjing.xyz',
hardianto: 'https://hardianto.xyz',
neoxr: 'https://api.neoxr.eu.org',
nrtm: 'https://nurutomo.herokuapp.com',
pencarikode: 'https://api.chipa.xyz',
waifupics: 'https://api.waifu.pics',
xteam: 'https://api.xteam.xyz',
zeks: 'https://api.zeks.me',
}
global.APIKeys = { // APIKey nya disini
// 'https://website': 'apikey'
'https://melcanz.com': 'trial',
'https://api.reysekha.my.id': 'apirey',
'https://bx-hunter.herokuapp.com': 'Ikyy69',
'https://hardianto.xyz': 'hardianto',
'https://api.neoxr.eu.org': 'yntkts',
'https://api.chipa.xyz': 'pais',
'https://api.xteam.xyz': 'apikeymu',
'https://api.zeks.me': 'apivinz',
}
// Sticker WM
global.packname = 'arif️fb'
global.author = 'amel'
global.wm = '© ariffb & melcanz'
global.wait = '_*tunggu sedang diproses...*_'
global.eror = '_*Server Error*_'
global.benar = '✅'
global.salah = '❌'
global.dikit = 'dikit lagi'
global.fla = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=sketch-name&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&fillTextType=1&fillTextPattern=Warning!&fillColor1Color=%23f2aa4c&fillColor2Color=%23f2aa4c&fillColor3Color=%23f2aa4c&fillColor4Color=%23f2aa4c&fillColor5Color=%23f2aa4c&fillColor6Color=%23f2aa4c&fillColor7Color=%23f2aa4c&fillColor8Color=%23f2aa4c&fillColor9Color=%23f2aa4c&fillColor10Color=%23f2aa4c&fillOutlineColor=%23f2aa4c&fillOutline2Color=%23f2aa4c&backgroundColor=%23101820&text='
global.multiplier = 69 // Semakin tinggi, semakin sulit naik level
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright("Update 'config.js'"))
delete require.cache[file]
require(file)
})