-
Notifications
You must be signed in to change notification settings - Fork 280
/
Copy pathDataFile.js
138 lines (130 loc) ยท 5.6 KB
/
DataFile.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
// ๐ You Can change this your choice
// ๐ You Can change this your choice
const fs = require('fs')
const chalk = require('chalk')
//Api Website\\
global.APIs = {
zenz: 'https://zenzapis.xyz',
}
//Api Key\\
global.APIKeys = {
'https://zenzapis.xyz': 'sanzychan01', //credit goes to sanzy yt, if api key expire, buy it and put it here?\\
}
// ๐ You Can change this your choice
global.emoji01 = ['๐ผ'] // ๐ Enter your Emoji
global.symb = 'โ' // ๐ Enter Any โ โ โ โ โ โก โฃ
global.symb2 = 'โ โ' // ๐ Enter Any โฌโโโโ
global.symb3 = 'โฌ' // ๐ Enter Any โ
โ โ โ
global.emoji02 = ['๐ฆ'] //๐ Enter your Emoji
global.notice = ` *Hi ๐ฅฐ I m*
*Tharindu LIyanage*
*I am 17 years old developer...*
*From Sri Lanka ๐ฑ๐ฐ*
*I am a Learning.*
*Not more..*
*Also I am Student*
*Follow My Facebook - https://www.facebook.com/zenoixnoize*` // ๐ Enter Your details and Social Media Links and Anything
global.owner = ['+94711502119'] //๐ Enter Your number
global.premium = ['+94711502119'] //๐ Enter Your number
global.ownernomer = '+94711502119' //๐ Enter Your number
global.ownername = 'ZENOI' //๐ Enter Your name
global.botname = '๏ผง๏ผก๏ผฒ๏ผฆ๏ผฉ๏ผฅ๏ผฌ๏ผค ๏ผข๏ผฏ๏ผด' //๐ Enter Your Bot name
global.footer = 'ยฉ ๐ฏ๐๐๐พ๐๐พ๐ฝ ๐ก๐ ๐ฆ๐บ๐๐ฟ๐๐พ๐
๐ฝ ๐ก๐๐' //๐ Enter Your Name
global.ig = 'https://github.com/Zenoixnoize/GARFIELD-WHATSAPP-BOT-v8' // ๐ You Can change this your choice
global.region = 'India, South India, Kerala' // ๐ You Can change this your choice
global.sc = 'https://github.com/Zenoixnoize/GARFIELD-WHATSAPP-BOT-v8'
global.fbt = 'Follw Us โน๏ธ' // ๐ Enter (Subscribe/Follow/Like now)
global.myweb = 'https://www.facebook.com/garfieldbots/'// ๐ Enter your Social media link to follow now button
global.welcome = '*Welcome To The Group ๐ฆ*' // ๐ You Can change this your choice
global.bye = '*Bye bye Mother fucker ๐ผ*' // ๐ You Can change this your choice
global.packname = 'GARFIELD-BOTv8' // ๐ You Can change this your choice
global.author = 'Xnodes DEVELOPMENT' // ๐ You Can change this your choice
global.sessionName = 'session' // ๐ You Can change this your choice
global.prefa = ['','!','.','๐ฐ๏ธ','โ','๐'] // ๐ You Can change this your choice
//Go to https://imgbb.com/, upload a photo of your choice and put its link here
global.thumb = 'https://i.ibb.co/Jz0mMnC/Pics-Art-22-06-03-01-01-46-876.png'
global.spoty = 'https://i.postimg.cc/HW2YbN1b/Pics-Art-22-08-09-16-12-14-489.png'
//Go to https://imgbb.com/, upload a photo of your choice and put its link here
global.sp = 'โญ'
global.mess = {
success: 'Done ๐ฆ', // ๐ You Can change this your choice
admin: 'This Feature Is Only For Admin!', // ๐ You Can change this your choice
botAdmin: 'Bot Must Be Admin First!', // ๐ You Can change this your choice
owner: 'This Feature Is Only For Owner!', // ๐ You Can change this your choice
group: 'Feature Used Only For Groups!', // ๐ You Can change this your choice
private: 'Features Used Only For Private Chat!', // ๐ You Can change this your choice
bot: 'This Feature Is Only For Bot', // ๐ You Can change this your choice
wait: '```Please Wait...```', // ๐ You Can change this your choice
error: 'Error! Maybe Api Key Is Expired๐ค!', // ๐ You Can change this your choice
endLimit: 'Your Daily Limit Has Expired, The Limit Will Be Reset Every 12 Hours',
} // ๐ You Can change this your choice
/// Do Not Change ๐
global.limitAwal = "99999999999999999"
global.lolkey = "835641f3d2d1b6971e1fd132"
global.xteam = "apivproject"
global.xcodeapi = "5S3epf7hC2"
global.dapaapi = "piceg"
global.sankey = "sanuwa"
global.xteamkey = "nandowangy"
global.carkey = "cakrayp24Q6"
global.violkey = "beta"
global.HunterApi = "FuckBitch"
global.neokey = "V8qnSaTq"
global.riy = "RiyGanz"
global.limitawal = {
premium: "Infinity",
free: 12,
monayawal: 1000
}
global.rpg = {
darahawal: 100,
besiawal: 15,
goldawal: 10,
emeraldawal: 5,
umpanawal: 5,
potionawal: 1
}
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})
// Update Logs
// New Menu Ui
/*
โฌ
โ Hi ๏ผบ ฮ ๏ผฎ๏ผฏ๏ผฉ ๐
โ ๏ผง๏ผก๏ผฒ๏ผฆ๏ผฉ๏ผฅ๏ผฌ๏ผค ๏ผข๏ผฏ๏ผด
โ โ ๐ฆ๐ฝ๐ฒ๐ฒ๐ฑ : 0.00119 miliseconds
โ โ ๐ฅ๐๐ป๐๐ถ๐บ๐ฒ : 9 hours, 58 minutes, 23 seconds
โ โ ๐๐ผ๐ ๐ก๐ฎ๐บ๐ฒ : ๏ผง๏ผก๏ผฒ๏ผฆ๏ผฉ๏ผฅ๏ผฌ๏ผค ๏ผข๏ผฏ๏ผด
โ โ ๐ข๐๐ป๐ฒ๐ฟ ๐ก๐ฎ๐บ๐ฒ : ZENOI
โ โ ๐ข๐๐ป๐ฒ๐ฟ ๐ก๐๐บ๐ฏ๐ฒ๐ฟ : +94711502119
โ โ ๐๐ผ๐๐ ๐ก๐ฎ๐บ๐ฒ : ZENOI
โ โ ๐ฃ๐น๐ฎ๐๐ณ๐ผ๐ฟ๐บ : linux
โ โ ๐ง๐ผ๐๐ฎ๐น ๐จ๐๐ฒ๐ฟ : 11
๏ผญ๏ฝ
๏ฝ๏ฝ ๏ผฃ๏ฝ๏ฝ๏ฝ๏ฝ๏ฝ๏ฝ๏ฝ๐
โโโโโโโโโโโโโโโ
*โ AllMenu*
*โ DownloadMenu*
*โ Searchmenu*
*โ mainimenu*
*โ Convertmenu*
*โ Funmenu*
*โ Databasemenu*
*โ Gamemenu*
โ ๏ธ๏ผง๏ผก๏ผฒ๏ผฆ๏ผฉ๏ผฅ๏ผฌ๏ผค ๏ผข๏ผฏ๏ผด Created by ZENOI ๐ช
โ แดแดแดกแดสแดแด
สส ๐ฆฮ๐ฑ๐ฅ๐จฮ๐ซ๐ฃ ๐ก๐ฎะข v8.6 and
โ ๐ญฮ๐ด๐ฑฮ๐ซ ฮ๏ผฉ v1.00
โญโบโโโโโโโโโโโโโโ
โ ๏ผง๏ผก๏ผฒ๏ผฆ๏ผฉ๏ผฅ๏ผฌ๏ผค ๏ผข๏ผฏ๏ผด
โโโโโโโโโโโโโโ
โโโโโโโโโโโโโโ
โ
โโโโโโโโโโโ
โโโโโโโโโโโ
โญโโโโโโโโโโโโโโโ
*/
// Fix Audio And Video Bug