TechHaven Web
رفتن به کانال در Telegram
Web Developer | Website Creator I build and sell complete websites and scripts.Custom designs, fast delivery, and full setup included. Whether you need a business site, portfolio, or sponsored website, I’ve got you covered.
نمایش بیشترکشور مشخص نشده استفناوری و برنامهها51 671
395
مشترکین
+124 ساعت
-27 روز
-930 روز
آرشیو پست ها
Free script for 500 members. Please complete it as soon as possible and share it with your tour friends so they can join us.
+3
⚡️ NAME -
Vector Fold Investment & Task Script
⚙️ SOFT VERSION - 1.0
💰 PRICE - ASK PRICE
✅ BUY NOW - @Jack_Agnt
❌ NO EXCHANGE
⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️
v1.0
- [ UPDATE ] Ui
- [ FIXED ] Task Bugs
- [ FIXED ] All Bugs & More
▞ Get this script now – starting from just $99!+6
⚡️ NAME -
Lazada Task & hyip Script
⚙️ SOFT VERSION - 1.0
💰PRICE - ASK PRICE
📥 BUY NOW - @Jack_Agnt
❌ NO EXCHANGE
⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️
v1.0 (Intial Release )
- [ UPDATE] Desgine Minor Bugs
- [ ADDED] Ui & Page update+5
⚡️ NAME -
Nova trade Ai investment Script
⚙️ SOFT VERSION - 1.0
💰 PRICE - ASK PRICE
📥 BUY NOW - @Jack_Agnt
❌ NO EXCHANGE
⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️
v1.0 (Intial Release )
- [ FIXED] Deposit Pages
- [ FIXED] Signin
- [ FIXED] Desgine Minor Bugs
- [ ADDED] Ui & Page update
- Sale Start with 81$+1
❤️🔥Exciting news!
🛡Our website sale has wrapped up without Gateway ( Manual withdraw and deposit ) and Domain/Hosting with DDOS Protection! 🚀
➡️ If you're looking for a website, script, or custom bot, reach out to me at @Jack_Agnt.
❤️🔥 Let's get started on your project! ✅
Hello everyone!
I am contesting in the Bots Business Adminship Election from BJP – Bots.Business JavaScript Party. 🚀
My voting symbol / poll option: @Jack_Agnt
If you believe in better bots, stronger development, and a smarter Bots.Business community, please support me by casting your vote.
📊Poll: https://adhub.plus/trust/votings
✅ Find my name in the poll:
@Jack_Agnt
✅ Vote and support the mission
✅ Let’s win with a *Prachand Bahumat*! 💪🔥
Your single vote can make a big difference.
Vote for @Jack_Agnt and help us move forward together!
🙏 Thank you for your support!+4
⚡️ NAME -
Lemon v3 investment script
⚙️ SOFT VERSION - 1.0
✅ BUY NOW - @Jack_Agnt (admin)
❌ NO EXCHANGE
⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️
v1.0 (Intial Release )
- Sale Start with 81$https://t.me/bottercc/435
I need your support! Please head over and cast your vote for this account. 🗳️ Once you're done, send me a screenshot for a chance to be one of my random winners! 🎁 Let’s do this! @Jack_Agnt
Teach Heaven Web is excited to announce our most comprehensive offer yet. For a limited time, we are providing turnkey website solutions at exclusive rates, designed to help you launch or scale your digital presence instantly.
Our All-Inclusive Package Includes:
Premium Web Scripts: High-performance, scalable code tailored to your niche.
Global Payment Integration: Seamless gateway setup compatible with international markets.
Managed Hosting & Domain: High-speed servers and professional domain registration included.
Don’t miss the opportunity to secure a high-end digital asset before this window closes.
View our available scripts and pricing:
Zopixhub investment script - 120$
Aviator Gambling Script - 120$
Solana Vip Investment Script - 150$
Zen 5 hyip investment script - 150$
Real Video task Investment Script - 150$
Farming Ai investment script - 150$
Gambling/ Inout Casino - 100$
Nitro 5 Investment Script - 120$
Emall Investment Script - 180$
Charging Bd Investment Script - 100$
Rx Miner Investment Script - 120$
Magic Moment Investment Script - 120$
Green Farm Investment Script - 120$
Robo Cash Investment Script - 120$
NFT Assets Investment Script - 120$
To get started, contact our Lead Consultant: @Jack_Agnt
+4
⚡️ NAME -
Seed v2 investment script
⚙️ SOFT VERSION - 1.0
😀 BUY NOW - @Jack_Agnt
❌ NO EXCHANGE
⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️
v1.0 (Intial Release )
- Sale Start with 51$+4
⚡️ NAME -
Zopixhub investment script
⚙️ SOFT VERSION - 1.0
🎁 BUY NOW - @Jack_Agnt (admin)
❌ NO EXCHANGE
⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️⚡️
v1.0
- [ FIXED ] Minor Bugs & More
- Sale Start with 30$Comnand : set channel
Wait for answer: on
Answr : *🏘️ Send only public channel usernames without "@" & with space between them.
👉 For example :*
codingwithjack codingwithjacktutorials codingwithjackapis
*⚠️ Note :* _You can add maximum 6 channels only._
if (user.telegramid !== Bot.getProperty("admin")) {
return;
}
if (message.includes("@")) {
Bot.sendMessage("Please send without '@'.", {
is_reply: true
});
Bot.runCommand("mainChannel");
return;
}
const prompt = message.split(" ");
const length = prompt.length;
if (length > 6) {
Bot.sendMessage("Sorry, you can add maximum 6 channels only.", {
is_reply: true
});
Bot.runCommand("mainChannel");
return;
}
if (length === 1) {
const channel1 = prompt[0];
Bot.setProp("channel1", channel1, "string");
Api.sendMessage({
text: `Channel data saved successfully.\n\n- @${channel1}`,
parse_mode: "html",
reply_to_message_id: request.message_id
})
} else if (length === 2) {
const channel1 = prompt[0];
const channel2 = prompt[1];
Bot.setProp("channel1", channel1, "string");
Bot.setProp("channel2", channel2, "string");
Api.sendMessage({
text: `Channel data saved successfully.\n\n- @${channel1}\n- @${channel2}`,
parse_mode: "html",
reply_to_message_id: request.message_id
})
} else if (length === 3) {
const channel1 = prompt[0];
const channel2 = prompt[1];
const channel3 = prompt[2];
Bot.setProp("channel1", channel1, "string");
Bot.setProp("channel2", channel2, "string");
Bot.setProp("channel3", channel3, "string");
Api.sendMessage({
text: `Channel data saved successfully.\n\n- @${channel1}\n- @${channel2}\n- @${channel3}`,
parse_mode: "html",
reply_to_message_id: request.message_id
})
} else if (length === 4) {
const channel1 = prompt[0];
const channel2 = prompt[1];
const channel3 = prompt[2];
const channel4 = prompt[3];
Bot.setProp("channel1", channel1, "string");
Bot.setProp("channel2", channel2, "string");
Bot.setProp("channel3", channel3, "string");
Bot.setProp("channel4", channel4, "string");
Api.sendMessage({
text: `Channel data saved successfully.\n\n- @${channel1}\n- @${channel2}\n- @${channel3}\n- @${channel4}`,
parse_mode: "html",
reply_to_message_id: request.message_id
})
} else if (length === 5) {
const channel1 = prompt[0];
const channel2 = prompt[1];
const channel3 = prompt[2];
const channel4 = prompt[3];
const channel5 = prompt[4];
Bot.setProp("channel1", channel1, "string");
Bot.setProp("channel2", channel2, "string");
Bot.setProp("channel3", channel3, "string");
Bot.setProp("channel4", channel4, "string");
Bot.setProp("channel5", channel5, "string");
Api.sendMessage({
text: `Channel data saved successfully.\n\n- @${channel1}\n- @${channel2}\n- @${channel3}\n- @${channel4}\n- @${channel5}`,
parse_mode: "html",
reply_to_message_id: request.message_id
})
} else if (length === 6) {
const channel1 = prompt[0];
const channel2 = prompt[1];
const channel3 = prompt[2];
const channel4 = prompt[3];
const channel5 = prompt[4];
const channel6 = prompt[5];
Bot.setProp("channel1", channel1, "string");
Bot.setProp("channel2", channel2, "string");
Bot.setProp("channel3", channel3, "string");
Bot.setProp("channel4", channel4, "string");
Bot.setProp("channel5", channel5, "string");
Bot.setProp("channel6", channel6, "string");
Api.sendMessage({
text: `Channel data saved successfully.\n\n- @${channel1}\n- @${channel2}\n- @${channel3}\n- @${channel4}\n- @${channel5}\n- @${channel6}`,
parse_mode: "html",
reply_to_message_id: request.message_id
})
}if (Bot.getProperty(user.telegramid) === "banned") {
return Bot.sendMessage("*🚫 You're banned.*");
}
if (!content) {
return;
}
const data = JSON.parse(content);
if (data.ok === false) {
return Bot.sendMessage(`*Unexpected error occurred while verifying membership :\n -* _${data.error}_`);
}
if (data.joinedAllChats === true) {
Bot.runCommand("mainMenu");
} else {
Bot.sendMessage("_❌ You need to join our all channels to use the bot._");
Bot.runCommand("/start");
return;
}
Command: checkif (Bot.getProperty(user.telegramid) === "banned") {
return Bot.sendMessage("*🚫 You're banned.*");
}
// Ensure this is a callback query
if (!request.data) {
return;
}
// Delete the button message
Api.deleteMessage({
chat_id: request.message.chat.id,
message_id: request.message.message_id
});
// Get up to 3 channels
const channel1 = Bot.getProperty("channel1");
const channel2 = Bot.getProperty("channel2");
const channel3 = Bot.getProperty("channel3");
const channels = [channel1, channel2, channel3]
.filter(Boolean) // Remove null/undefined
.map(ch => `@${ch}`); // Format with @
if (channels.length === 0) {
return Bot.sendMessage("⚠️ No channels set for verification.");
}
// Call verification API
HTTP.post({
url: "https://verify-membership-coding-with-mohits-projects.vercel.app/verify-membership",
body: {
botToken: bot.token,
chatIds: channels,
userId: user.telegramid
},
success: "check"
});
command: joined/start
const channels = [
Bot.getProperty("channel1"),
Bot.getProperty("channel2"),
Bot.getProperty("channel3"),
Bot.getProperty("channel4"),
Bot.getProperty("channel5"),
Bot.getProperty("channel6")
].filter(Boolean);
if (channels.length === 0) {
return Bot.runCommand("mainMenu");
}
// Create inline buttons
const buttonRows = channels.map(ch => [{ text: "Join", url: "https://t.me/" + ch }]);
buttonRows.push([{ text: "✔️ Joined", callback_data: "joined" }]);
Api.sendMessage({
chat_id: user.telegramid,
text: "<b>🔥 Join our Channels to use the bot.</b>",
reply_markup: {
inline_keyboard: buttonRows // This was corrected from "inline _keyboard"
},
parse_mode: "HTML",
disable_web_page_preview: true
});🚀 I want to extend a sincere thank you to everyone for the incredible support during our recent giveaway. ❤️ While we fell just short of our 100-participant goal by only 12 entries, seeing over 80 of you get involved far exceeded my initial expectations. 🤩
😝Don't be discouraged if you missed out this time! We have several more giveaways in the pipeline. Be sure to invite your friends and grow our community so we can hit even bigger milestones together next time. 😊
😍 Thank you for your continued loyalty. 😊
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
