๐ƒ๐Ž๐‘๐€๐—๐‚๐Ž๐ƒ๐„๐’๐Ÿ‘พ
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
๐ƒ๐Ž๐‘๐€๐—๐‚๐Ž๐ƒ๐„๐’๐Ÿ‘พ
@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
HAPPY BIRTHDAY DORAEMON โค๏ธ
๐ŸŽ‰7โค4โคโ€๐Ÿ”ฅ3๐Ÿ‘Œ3๐Ÿ’‹2
Need YouTube Search Bot Bjs with my YouTube Search Api ?

โ€ข Unlimited Search with Api โœ…
โ€ข Video Title , Link etc. โœ…
โ€ข Fast Search โœ…
โ€ข Search with BJS โœ…

๐ŸŒŸ Give 20+ reactions
โค13๐Ÿ‘7๐Ÿฅฐ7๐Ÿคฉ5๐Ÿ˜3๐ŸŽ‰2
๐ŸŒŸ Giveaway of YouTube Search Bot

this is a demo bots only โœ…

Claim the bot - @YouTubeV4Bot

Hแดแดก Tแด Sแด‡ษดแด… Bแดแด› Tแด Mแด€ษชสŸ?

โœ… Exแด€แดแด˜สŸแด‡:
/sendbot Google@gmail.Com

Cส€แด‡แด€แด…ษชแด› โฅ @CyberXCoding
โค7๐Ÿ‘2
Give Max Reaction For Number Info Bot ๐ŸคŒ
โค28๐ŸŽ‰4๐Ÿ”ฅ2
๐ŸŒŸ Great Opportunity to Win UPI Cash! ๐ŸŒŸ

๐Ÿ’ธ Win up to โ‚น100! ๐Ÿ’ธ

๐ŸŽฅ Make a video on @DBGetinformationBot
๐Ÿ“ฒ Upload it on YouTube and Instagram
๐Ÿ”— Send the links to @Dorabita007

โœจ Don't miss this chance to grab UPI rewards up to โ‚น100! โœจ
โค5