๐ƒ๐Ž๐‘๐€๐—๐‚๐Ž๐ƒ๐„๐’๐Ÿ‘พ
2.11K subscribers
121 photos
17 videos
1 file
96 links
@DoraxCodes โ€“ Your Bot Hub!

๐Ÿš€ What We Do:
๐Ÿค– Bot Codesโ€“ Ready-to-use & customizable
๐ŸŽจ Designsโ€“ Logos, banners & more
โšก Supportโ€“ Quick & reliable help

๐Ÿ‘‘ Owner: @TalkToDoraBot

๐Ÿ”ฅ Join now & upgrade your bots!
Download Telegram
๐Ÿค–Defferent Type Of Welcome Message For /startโœ”๏ธ

๐Ÿ˜’Basic ( Leval 1/10) ๐Ÿ˜•
Bot.sendMessage("Hey! Welcome To Bot");

๐Ÿ˜’Emoji Added( Leval 2/10)๐Ÿ˜บ
Bot.sendMessage("๐Ÿ‘‹ Hey there! Welcome to our bot.");

๐Ÿ˜’Friendly Tone (leval 3/10)๐Ÿ˜ข
Bot.sendMessage("โœจ Welcome, friend! We're glad to have you here. ๐Ÿš€");

๐Ÿ˜’Personalized Greeting(Leval 4/10)๐Ÿน
Bot.sendMessage("Hey " + user.first_name + "! ๐Ÿ‘‹ Welcome to our amazing bot. Letโ€™s get started!");

๐Ÿ˜’Interactive Button( Leval 5/10)๐Ÿคข
Api.sendMessage({
text: "Hey " + user.first_name + "! ๐ŸŽ‰ Welcome aboard!\nReady to explore the magic?",
reply_markup: {
inline_keyboard: [
[{ text: "๐Ÿ“ฆ Explore Features", callback_data: "/features" }]
]
}
});

๐Ÿ˜’Multiple Options(leval 6/10)๐Ÿ˜„
Api.sendMessage({
text: "Welcome *" + user.first_name + "*!\nYour journey with our bot starts now. ๐Ÿš€\nChoose an option to begin:",
parse_mode: "Markdown",
reply_markup: {
inline_keyboard: [
[
{ text: "๐Ÿ“œ About Us", callback_data: "/about" },
{ text: "โš™๏ธ Settings", callback_data: "/settings" }
]
]
}
});

๐Ÿ˜’Command Guide & Instructions(7/10)๐Ÿ•บ
Api.sendMessage({
text: "๐Ÿš€ Hello " + user.first_name + "!\n\n๐ŸŽ‰ Welcome to *YourBotName*.\nโœจ Use /help to get started and /menu to explore tools. ๐Ÿ› ๏ธ",
parse_mode: "Markdown"
});

๐Ÿ˜’Onboarding Style + Buttons
(8/10)๐Ÿ˜ญ
Api.sendMessage({
text: "๐Ÿ‘‹ Hello *" + user.first_name + "*!\n\n๐ŸŽฏ You're officially onboard.\nLetโ€™s take a quick tour of our bot. ๐Ÿ‘‡",
parse_mode: "Markdown",
reply_markup: {
inline_keyboard: [
[
{ text: "๐Ÿ”ฅ Start Now", callback_data: "/startnow" },
{ text: "๐Ÿ“– Help", callback_data: "/help" }
]
]
}
});

๐Ÿ˜’Dashboard Feel(9/10)๐Ÿ˜Ž
Api.sendMessage({
text: "๐Ÿ‘‹ Welcome, *" + user.first_name + "*!\n\n๐Ÿง  Here's your dashboard:\n\n- ๐Ÿ” Features\n- ๐Ÿ’ฌ Support\n- ๐Ÿ“Š Stats\n\n๐Ÿ‘‡ Choose where to go:",
parse_mode: "Markdown",
reply_markup: {
inline_keyboard: [
[
{ text: "๐Ÿ”ง My Settings", callback_data: "/settings" },
{ text: "โ“ Help", callback_data: "/help" }
],
[
{ text: "๐Ÿ“ข Join Channel", url: "https://t.me/Doraxcodes" }
]
]
}
});

๐Ÿ˜’Pro-Level with Image or Video(10/10)๐Ÿ˜ฎ
Api.sendPhoto({
photo: "https://te.legra.ph/file/741dbc084ea52d4e4b6e9.jpg", // Replace with your own branding image
caption: "๐Ÿš€ *Welcome to DoraxCodes Bot Hub, " + user.first_name + "!*\n\n๐Ÿง  Access powerful bots, tools, and tutorials โ€” all for FREE!\n\n๐Ÿ”” Join our community for updates.",
parse_mode: "Markdown",
reply_markup: {
inline_keyboard: [
[
{ text: "๐Ÿงฉ View Bots", callback_data: "/bots" },
{ text: "๐Ÿ› ๏ธ Tutorials", callback_data: "/tutorials" }
],
[
{ text: "๐Ÿ“ข Telegram", url: "https://t.me/Doraxcodes" },
{ text: "๐ŸŽฅ YouTube", url: "https://youtube.com/@Doraxcodes" }
]
]
}
});

๐ŸŽฅOr Use Video (Optional):
Api.sendVideo({
video: "https://te.legra.ph/file/your-video.mp4", // Use intro or showcase video
caption: "๐ŸŽฌ *Welcome to DoraxCodes Bot Hub!*\n\n๐Ÿš€ Letโ€™s build amazing bots together!",
parse_mode: "Markdown",
reply_markup: {
inline_keyboard: [
[
{ text: "๐Ÿ“ฆ Get Started", callback_data: "/menu" }
]
]
}
});

๐Ÿ™ƒ Credit: @Dorabita007 ๐ŸŒŸ
๐Ÿ˜Š Channel: @Doraxcodes ๐ŸŒŸ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค94๐Ÿฅฐ1
๐Ÿ—“Ajj Nobita Ke Birthday Ki Khusi Me Apke Lie Gift ๐ŸŽ

Here One Bot Code Of @DoraxcodesBot
https://t.me/BotsHub0Bot?start=2057162


Refer And Earn Bot Without Admin Panel
โœ…

Edit :๐ŸงฃLate Ho Gaye Tum Sab

Reaction De dena Yaroo๐Ÿ˜‚๐ŸŒน
Valid Only For TodayโœŒ๏ธ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค5๐Ÿฅฐ3๐Ÿ‘Œ2๐Ÿ‘1
Ai Bjs Code Maker ๐Ÿ˜
Please open Telegram to view this post
VIEW IN TELEGRAM
15โค4๐Ÿ‘2๐Ÿ”ฅ1
๐Ÿงฃintroducing Mistri Bot ๐Ÿ˜

๐Ÿค–@CodeMistriBot
๐Ÿค–@CodeMistriBot

Not 100% Perfect But Ise App Kai Hadd tk acchhe khase Codes Bana sakte ho jese tese Me Isme update daluga more codes bi banege but abi ke lie is version me maje le lo ๐Ÿ˜
๐Ÿ˜Share with Friendsโœ”๏ธ
โค๏ธโ€๐Ÿ”ฅDon't forget to React โœ”๏ธ

@Doraxcodes - Always โค๏ธโ€๐Ÿ”ฅ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค8๐Ÿ‘2๐Ÿ‘Œ2
@Doraxcodes เค•เฅ€ เคคเคฐเคซ เคธเฅ‡ เค†เคช เคธเคญเฅ€ เค•เฅ‹ เค‡เคธ เคญเคพเคˆ เคฌเคนเคจ เค•เฅ‡ เคชเคตเคฟเคคเฅเคฐ เคฆเคฟเคจ เคชเคฐ เคนเคพเคฐเฅเคฆเคฟเค• เคถเฅเคญเค•เคพเคฎเคจเคพ โค๏ธโ€๐Ÿ”ฅ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค5๐ŸŽ‰3๐Ÿ”ฅ2๐Ÿ‘1
Next Bot Ka Idea Do Comment MeโœŒ๏ธ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐Ÿ‘1
@WhatIown0Bot ๐Ÿผ

By @Doraxcodesโœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
โค6๐Ÿ‘3๐Ÿ‘Œ21
๐ƒ๐Ž๐‘๐€๐—๐‚๐Ž๐ƒ๐„๐’๐Ÿ‘พ
@WhatIown0Bot ๐Ÿผ By @Doraxcodesโœ…
โž• Command: *

๐Ÿ”ฝBjs:
let messageText = "Please select an option from the main menu below:";

const adminRights = { can_change_info: true };

let keyboardLayout = {
keyboard: [
[
{
text: "๐Ÿ“ข List Of Channels Where I'm Admin ๐Ÿ“ข",
request_chat: {
request_id: 1,
chat_is_channel: true,
user_administrator_rights: adminRights
}
}
],
[
{
text: "๐Ÿ‘‘ List Of Channels where I'm Owner ๐Ÿ‘‘",
request_chat: {
request_id: 2,
chat_is_channel: true,
chat_is_created: true
}
}
],
[
{
text: "๐Ÿ‘ฅ List Of Groups Where I'm Admin ๐Ÿ‘ฅ",
request_chat: {
request_id: 3,
chat_is_channel: false,
user_administrator_rights: adminRights
}
}
],
[
{
text: "๐Ÿ‘‘ List Of Groups where I'm Owner ๐Ÿ‘‘",
request_chat: {
request_id: 4,
chat_is_channel: false,
chat_is_created: true
}
}
]
],
resize_keyboard: true
};

Api.sendMessage({
text: messageText,
reply_markup: keyboardLayout
});

๐Ÿ“ŒCredit : @Dorabita007๐ŸŒŸ | @Doraxcodes ๐ŸŒŸ
๐Ÿ“ŒChannel : @Doraxcodesโœ…


I always try not to take money from you people because you all are like my familyโค๏ธโ€๐Ÿ”ฅ. I have needed money many times๐Ÿ˜ญ but whatever I have done with my own hard work, I have given it to you for free. You people just react a little, that is my wealth, that helps me in making many things "Just Give Smal Reaction"๐Ÿ˜
Please open Telegram to view this post
VIEW IN TELEGRAM
10โค9
๐Ÿ‡ฎ๐Ÿ‡ณโœจ เค†เคœเคผเคพเคฆเฅ€ เค•เคพ เคœเคถเฅเคจ, เคคเคฟเคฐเค‚เค—เฅ‡ เค•เฅ‡ เคฐเค‚เค— เค”เคฐ เค–เฅเคถเคฟเคฏเฅ‹เค‚ เค•เฅ€ เคฒเคนเคฐ โ€“ เคฏเคนเฅ€ เคนเฅˆ เคนเคฎเคพเคฐเคพ เคธเฅเคตเคคเค‚เคคเฅเคฐเคคเคพ เคฆเคฟเคตเคธ! ๐ŸŽ‰โค๏ธโ€๐Ÿ”ฅ
Please open Telegram to view this post
VIEW IN TELEGRAM
3
If You Want Any Type Of Task ( Bot Making , Code , Chanel)

DM @PB_X_1_RAHULโœ”๏ธ
Please open Telegram to view this post
VIEW IN TELEGRAM
1๐ŸŽ‰2
๐ŸšฉHappy Janmashtmi ๐Ÿšฉ
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”ฅ42๐Ÿ‘1๐Ÿ˜1
โœ”๏ธDEVICE VERIFICATION ๐ŸŒ

โค๏ธโ€๐Ÿ”ฅ Command:- your command

3๏ธโƒฃBJS:-
var txt = `<b>๐ŸŒน Dear</> , <i>Welcome To Our Bot.</>

โžก๏ธ <b><u>Need Verification:</></> <blockquote>Just Click On <b><u><i>โš ๏ธ Verify YourSelf</></></> After Verification You Can Use This Bot.</>`

var url2 = Libs.Webhooks.getUrlFor({
  command: "onWebhook",
  user_id: user.id
})
var webPage =
  "https://api.jobians.top/captcha/verify?webhookUrl=" +
  encodeURIComponent(url2)
Api.sendMessage({
  text: txt,
  parse_mode: "html",
  reply_markup: {
    resize_keyboard: true,
    keyboard: [[{ text: "โš ๏ธ Verify YourSelf", web_app: { url: webPage } }]]
  }
})

โค๏ธ Command:- onWebhook

3๏ธโƒฃ BJS:-
if (!content) {
  return
}
var data = JSON.parse(content)
var ip = data.results.ip
  .split(".")
  .slice(0, 3)
  .join(".")
var captcha = data.results.captcha
var vpn = data.results.vpn

var verify = User.getProperty("verify")
if (verify) {
  Bot.sendMessage("โœ… Verified")
  return
}
if (vpn == "yes") {
  Bot.sendMessage("*๐Ÿšจ You Are Ban For Using VPN!*")
  Bot.blockChat(chat.id)
  return
}
var ips = Bot.getProperty("ips", { list: {} })
if (ips.list[ip]) {
  Bot.sendMessage("_โŒ You Have Been Banned For Using Multiple Account.!_")
  Bot.blockChat(chat.id)
  return
}
if (captcha == "ok") {
  var ips = Bot.getProperty("ips", { list: {} })
  ips.list[ip] = true
  Bot.setProperty("ips", ips, "json")
  User.setProperty("verify", "ok", "string")
  Bot.sendMessage("โœ… Verified")
}

Noteโš ๏ธ
Must Install WebHook URL



โžก๏ธCredit : @UnknownParadox๐Ÿ˜Ž
โžก๏ธPosted On : @Doraxcodes ๐ŸŒŸ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค5๐ŸŽ‰2๐Ÿ‘Œ2
Bot.sendMessage("Hello World");

Chalo Sab Google m๐Ÿ’ƒ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค98๐Ÿ”ฅ4๐Ÿ˜3
โค๏ธโ€๐Ÿ”ฅ เค—เคฃเคชเคคเคฟ เคฌเคชเฅเคชเคพ เคฎเฅ‹เคฐเคฏเคพ, เคฎเค‚เค—เคฒเคฎเฅ‚เคฐเฅเคคเคฟ เคฎเฅ‹เคฐเคฏเคพ!โค๏ธโ€๐Ÿ”ฅ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค8๐Ÿ”ฅ2๐ŸŽ‰2