Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions pair.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ var randomItem = selectRandomItem(items);
const string_session = mega_url.replace('https://mega.nz/file/', '');
let md = "malvin~" + string_session;
let code = await sock.sendMessage(sock.user.id, { text: md });
let desc = `*Hey there, MALVIN-XD User!* 👋🏻
let desc = `*Hey there, suho md User!* 👋🏻

Thanks for using *MALVIN-XD* — your session has been successfully created!
Thanks for using *SungSu-ho-MD* — your session has been successfully created!

🔐 *Session ID:* Sent above
⚠️ *Keep it safe!* Do NOT share this ID with anyone.
Expand All @@ -92,18 +92,18 @@ https://whatsapp.com/channel/0029VbA6MSYJUM2TVOzCSb2A

*💻 Source Code:*
Fork & explore the project on GitHub:
https://github.com/XdKing2/MALVIN-XD
https://github.com/XdKing2/SungSu-ho-MD

——————

> *© Powered by Malvin King*
> *© Powered by Dev Sung*
Stay cool and hack smart. ✌🏻`;
await sock.sendMessage(sock.user.id, {
text: desc,
contextInfo: {
externalAdReply: {
title: "ᴍᴀʟᴠɪɴ-xᴅ",
thumbnailUrl: "https://files.catbox.moe/bqs70b.jpg",
title: "suho pair",
thumbnailUrl: "https://files.catbox.moe/x8vle8.jpg",
sourceUrl: "https://whatsapp.com/channel/0029VbA6MSYJUM2TVOzCSb2A",
mediaType: 1,
renderLargerThumbnail: true
Expand All @@ -113,9 +113,9 @@ renderLargerThumbnail: true
{quoted:code })
} catch (e) {
let ddd = sock.sendMessage(sock.user.id, { text: e });
let desc = `Hey there, MALVIN-XD User!* 👋🏻
let desc = `Hey there, suho md User!* 👋🏻

Thanks for using *MALVIN-XD* — your session has been successfully created!
Thanks for using *SungSu-ho-MD* — your session has been successfully created!

🔐 *Session ID:* Sent above
⚠️ *Keep it safe!* Do NOT share this ID with anyone.
Expand All @@ -128,17 +128,17 @@ https://whatsapp.com/channel/0029VbA6MSYJUM2TVOzCSb2A

*💻 Source Code:*
Fork & explore the project on GitHub:
https://github.com/XdKing2/MALVIN-XD
https://github.com/XdKing2/SungSu-ho-MD

——————

> *© Powered by Malvin King*
> *© Powered by Dev Sung*
Stay cool and hack smart. ✌🏻`;
await sock.sendMessage(sock.user.id, {
text: desc,
contextInfo: {
externalAdReply: {
title: "ᴍᴀʟᴠɪɴ-xᴅ",
title: "suho pair",
thumbnailUrl: "https://i.imgur.com/GVW7aoD.jpeg",
sourceUrl: "https://whatsapp.com/channel/0029VbA6MSYJUM2TVOzCSb2A",
mediaType: 2,
Expand All @@ -157,7 +157,7 @@ showAdAttribution: true
process.exit();
} else if (connection === "close" && lastDisconnect && lastDisconnect.error && lastDisconnect.error.output.statusCode != 401) {
await delay(10);
MALVIN_XD_PAIR_CODE();
SUHO_MD_PAIR_CODE();
}
});
} catch (err) {
Expand All @@ -168,7 +168,7 @@ showAdAttribution: true
}
}
}
return await MALVIN_XD_PAIR_CODE();
return await SUHO_MD_PAIR_CODE();
});/*
setInterval(() => {
console.log("☘️ 𝗥𝗲𝘀𝘁𝗮𝗿𝘁𝗶𝗻𝗴 𝗽𝗿𝗼𝗰𝗲𝘀𝘀...");
Expand Down