Encrypto27
commited on
Commit
Β·
8e7c71c
1
Parent(s):
a96eb7f
- plugins/main-alive.js +217 -88
plugins/main-alive.js
CHANGED
@@ -1,88 +1,217 @@
|
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
|
3 |
+
$$$$$$\ $$\
|
4 |
+
$$ __$$\ $$ |
|
5 |
+
$$ / \__|$$\ $$\ $$$$$$$\ $$$$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\
|
6 |
+
\$$$$$$\ $$ | $$ |$$ __$$\ \____$$ |$$ __$$\ $$ __$$\ $$ __$$\
|
7 |
+
\____$$\ $$ | $$ |$$ | $$ | $$$$ _/ $$$$$$$$ |$$ | \__|$$ / $$ |
|
8 |
+
$$\ $$ |$$ | $$ |$$ | $$ | $$ _/ $$ ____|$$ | $$ | $$ |
|
9 |
+
\$$$$$$ |\$$$$$$ |$$$$$$$ |$$$$$$$$\ \$$$$$$$\ $$ | \$$$$$$ |
|
10 |
+
\______/ \______/ \_______/ \________| \_______|\__| \______/
|
11 |
+
|
12 |
+
Project Name : SubZero MD
|
13 |
+
Creator : Darrell Mucheri ( Mr Frank OFC )
|
14 |
+
Repo : https//github.com/mrfrank-ofc/SUBZERO-MD
|
15 |
+
Support : wa.me/18062212660
|
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 |
+
|
140 |
+
|
141 |
+
|
142 |
+
|
143 |
+
|
144 |
+
|
145 |
+
|
146 |
+
|
147 |
+
|
148 |
+
|
149 |
+
|
150 |
+
|
151 |
+
|
152 |
+
|
153 |
+
|
154 |
+
|
155 |
+
|
156 |
+
|
157 |
+
|
158 |
+
|
159 |
+
|
160 |
+
|
161 |
+
|
162 |
+
|
163 |
+
|
164 |
+
|
165 |
+
|
166 |
+
|
167 |
+
|
168 |
+
|
169 |
+
|
170 |
+
|
171 |
+
|
172 |
+
|
173 |
+
|
174 |
+
|
175 |
+
|
176 |
+
|
177 |
+
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
|
182 |
+
|
183 |
+
|
184 |
+
|
185 |
+
|
186 |
+
|
187 |
+
|
188 |
+
|
189 |
+
|
190 |
+
|
191 |
+
|
192 |
+
|
193 |
+
|
194 |
+
|
195 |
+
|
196 |
+
|
197 |
+
|
198 |
+
|
199 |
+
|
200 |
+
|
201 |
+
|
202 |
+
|
203 |
+
|
204 |
+
|
205 |
+
|
206 |
+
|
207 |
+
|
208 |
+
|
209 |
+
|
210 |
+
|
211 |
+
|
212 |
+
|
213 |
+
|
214 |
+
|
215 |
+
|
216 |
+
|
217 |
+
function _0x1f12(_0x1c34b2,_0x5c8676){const _0x70ba8d=_0x70ba();return _0x1f12=function(_0x1f127c,_0x2a36dd){_0x1f127c=_0x1f127c-0x1bc;let _0x36860b=_0x70ba8d[_0x1f127c];return _0x36860b;},_0x1f12(_0x1c34b2,_0x5c8676);}const _0x1dd55c=_0x1f12;(function(_0x515f58,_0x284a7c){const _0x462a45=_0x1f12,_0x2b63f1=_0x515f58();while(!![]){try{const _0x1b4235=-parseInt(_0x462a45(0x1d6))/0x1*(-parseInt(_0x462a45(0x1c0))/0x2)+-parseInt(_0x462a45(0x1c8))/0x3*(parseInt(_0x462a45(0x1cb))/0x4)+-parseInt(_0x462a45(0x1c4))/0x5*(parseInt(_0x462a45(0x1c2))/0x6)+parseInt(_0x462a45(0x1bd))/0x7*(parseInt(_0x462a45(0x1bf))/0x8)+-parseInt(_0x462a45(0x1d4))/0x9*(-parseInt(_0x462a45(0x1d2))/0xa)+parseInt(_0x462a45(0x1d7))/0xb*(-parseInt(_0x462a45(0x1d1))/0xc)+parseInt(_0x462a45(0x1c1))/0xd;if(_0x1b4235===_0x284a7c)break;else _0x2b63f1['push'](_0x2b63f1['shift']());}catch(_0x5f439f){_0x2b63f1['push'](_0x2b63f1['shift']());}}}(_0x70ba,0xd1352));function hi(){const _0x4416a0=_0x1f12;console['log'](_0x4416a0(0x1cf));}hi();const {cmd,commands}=require('../command'),os=require('os'),{runtime}=require(_0x1dd55c(0x1c9));function _0x70ba(){const _0x4fdb1a=['47059662fJGVkt','4111056cftSRc','toFixed','10YSAtHU','heapUsed','error','uptime','66NsbtEL','../lib/functions','120363304325601080@newsletter','192476gAkgIw','https://i.postimg.cc/7hL6R7NH/White-and-Green-Simple-Professional-Business-Project-Presentation-1.jpg','βββγ\x20*SUBZERO\x20MD*\x20γββββ·\x0a\x0aββββββββββββββββΒ·ΰΉ\x0a\x0aββββ’\x20*β³Uptime*:\x20\x20','alive','Hello\x20World!','hostname','20205144KKblOH','3402130dnfSyj','runtime','9ypYGld','main','470521KdLSCi','11fYTtXe','\x0a\x0aββββ’\x20*π¨βπ»\x20Owner*:\x20Mr\x20Frank\x0a\x0aββββ’\x20*π\x20Version*:\x201.0.3\x0a\x0aββββββββββββββββ·\x0a\x0aβ°ββββββββββββββββ·\x0a\x0a>\x20Β©\x20α΄α΄α΄‘α΄Κα΄α΄
\x20ΚΚ\x20sα΄Κα΄’α΄Κα΄\x20α΄α΄
','MB\x0a\x0aββββ’\x20*βοΈ\x20HostName*:\x20','3318zGxsZv','sendMessage','9096FADekQ','2YlqPgz'];_0x70ba=function(){return _0x4fdb1a;};return _0x70ba();}cmd({'pattern':_0x1dd55c(0x1ce),'alias':['status',_0x1dd55c(0x1d3),_0x1dd55c(0x1c7)],'desc':'Check\x20uptime\x20and\x20system\x20status','category':_0x1dd55c(0x1d5),'react':'π','filename':__filename},async(_0x41fdca,_0x4452d9,_0x4c213f,{from:_0x24d99b,quoted:_0x33a77a,body:_0x1fd20f,isCmd:_0x5b3437,command:_0x575fa3,args:_0x4b3e13,q:_0x142fce,isGroup:_0x4f0d7b,sender:_0xef73a9,senderNumber:_0x556dcd,botNumber2:_0x122dd9,botNumber:_0x294404,pushname:_0x40f485,isMe:_0x47ba9c,isOwner:_0x20ed13,groupMetadata:_0x36d695,groupName:_0x53c692,participants:_0x38cf4f,groupAdmins:_0x301142,isBotAdmins:_0x4b4e84,isAdmins:_0x111719,reply:_0x2c7dc6})=>{const _0x4af078=_0x1dd55c;try{const _0x54a5ab=_0x4af078(0x1cd)+runtime(process[_0x4af078(0x1c7)]())+'\x20\x0a\x0aββββ’\x20*π\x20Ram\x20usage*:\x20'+(process['memoryUsage']()[_0x4af078(0x1c5)]/0x400/0x400)['toFixed'](0x2)+'MB\x20/\x20'+(os['totalmem']()/0x400/0x400)[_0x4af078(0x1c3)](0x2)+_0x4af078(0x1bc)+os[_0x4af078(0x1d0)]()+_0x4af078(0x1d8);await _0x41fdca[_0x4af078(0x1be)](_0x24d99b,{'image':{'url':_0x4af078(0x1cc)},'caption':_0x54a5ab,'contextInfo':{'mentionedJid':[_0x4c213f['sender']],'forwardingScore':0x3e7,'isForwarded':!![],'forwardedNewsletterMessageInfo':{'newsletterJid':_0x4af078(0x1ca),'newsletterName':'γ\x20πππππππ\x20ππ\x20γ','serverMessageId':0x8f}}},{'quoted':_0x4452d9});}catch(_0x454bf1){console[_0x4af078(0x1c6)]('Error\x20in\x20alive\x20command:',_0x454bf1),_0x2c7dc6('An\x20error\x20occurred:\x20'+_0x454bf1['message']);}});
|