Bots.Business
Photo
Most good unsafe code with eval by @AdityaEXP
Do not use it!
Can be hacked with:
[]["fil" + "ter"]["con" + "structor"]( "re" + "turn bo" + "t.to" + "ken" )()
Do not use it!
Can be hacked with:
[]["fil" + "ter"]["con" + "structor"]( "re" + "turn bo" + "t.to" + "ken" )()
Broadcasting is FIXED now.
If you have Cloud - please wait for update
Broadcasting is possible now with Bot.runAll only:
https://help.bots.business/scenarios-and-bjs/bot-functions#bot-runall-options
If you have Cloud - please wait for update
Broadcasting is possible now with Bot.runAll only:
https://help.bots.business/scenarios-and-bjs/bot-functions#bot-runall-options
help.bots.business
Bot functions | Bots.Business - Help
Did you receive this message?
——
Hello! It is just test №3 broadcast message. Please join to our channel @botsbus
——
Hello! It is just test №3 broadcast message. Please join to our channel @botsbus
Anonymous Quiz
81%
yes
12%
no
8%
wtf?
We have 27 task for broadcasting now:
2 tasks completed
1 tasks in progress
24 tasks waiting
we send above 2 messages per 1 second
2 tasks completed
1 tasks in progress
24 tasks waiting
we send above 2 messages per 1 second
Broadcasting task is terminated automatically if we have more then 50% errors after 100 chats
Forwarded from ꧁ °᭄ Your Friend ツ꧂「🇮🇳」
⁉️ New BJS For Broadcast Message In Bot.
♻️ Command =
📤 Answer =
✅ Wait For Answer = On
🌐 BJS =
⚠️ New Command ⚠️
♻️ Command =
🌐 BJS =
🧑🏻💻 Coded By = @Shadab_Alam
♻️ Command =
/broadcast📤 Answer =
*Send Your Message For Broadcast*
✅ Wait For Answer = On
🌐 BJS =
if(user.telegramid == "1299920908"){
Bot.runAll({
command: "Broadcast",
for_chats: "private-chats",
options: {msg: message}
})
}else{
Bot.sendMessage("*🔰 You're Not An Admin*")
}⚠️ New Command ⚠️
♻️ Command =
Broadcast🌐 BJS =
var msg = options.msg
Bot.sendMessage("*📢 Admin Message ~ #msg\n➖➖➖➖➖➖➖➖➖➖➖➖\n\n"+msg+"*")🧑🏻💻 Coded By = @Shadab_Alam
For api
You need use api.bots.business
Please see help api.bots.business/docs
The easy way:
You can inspect all api requests in desktop browser. Just open Google Chrome, go to App.bots.business, press F12 - network tab.
Then you can do any action in app and you can see api requests in Network Tab.
All api requests is http request started woth api.bots.business/v1/. You need pass api key
For example, getting all account bots:
Api.bots.business/v1/bots?api_key=yourApiKey
You can get api key in app - profile.
In BJS you need to use Http
You need use api.bots.business
Please see help api.bots.business/docs
The easy way:
You can inspect all api requests in desktop browser. Just open Google Chrome, go to App.bots.business, press F12 - network tab.
Then you can do any action in app and you can see api requests in Network Tab.
All api requests is http request started woth api.bots.business/v1/. You need pass api key
For example, getting all account bots:
Api.bots.business/v1/bots?api_key=yourApiKey
You can get api key in app - profile.
In BJS you need to use Http
@BBPointBot updated.
Your bot can make transfer BB Points to users now.
https://help.bots.business/store/bbpointbot
Your bot can make transfer BB Points to users now.
https://help.bots.business/store/bbpointbot
help.bots.business
BB Point Bot | Bots.Business - Help
Bots.Business now:
Bots:
Created 195K bots and 46K bots worked now
Active during last:
- 1 hour: 1K bots
- 1 day: 3K bots
- 1 week: 6K bots
- 1 month: 11K bots
- 1 year: 32K bots
Chats:
15 Mln chats and 6 Mln chats for now worked bots
Active during last:
- 1 hour: 15K chats
- 1 day: 200K chats
- 1 week: 1.1 Mln chats
- 1 month: 4 Mln chats
- 1 year: 14.5 Mln chats
Bots:
Created 195K bots and 46K bots worked now
Active during last:
- 1 hour: 1K bots
- 1 day: 3K bots
- 1 week: 6K bots
- 1 month: 11K bots
- 1 year: 32K bots
Chats:
15 Mln chats and 6 Mln chats for now worked bots
Active during last:
- 1 hour: 15K chats
- 1 day: 200K chats
- 1 week: 1.1 Mln chats
- 1 month: 4 Mln chats
- 1 year: 14.5 Mln chats
Forwarded from Deleted Account
⁉️ New BJS For Adding Unlimited Admins In Bot.
♻️ Command:
🌐 Bjs:
💠 Wait For Answer:
=====================================
Command to check if admin
♻️Command:
🌐Bjs:
Usage:
Type
Like this in params to add as admin, make sure that you type the command name and leave space and type the user ID.
𝘾𝙤𝙙𝙚𝙙 𝘽𝙮 @MRAn0nym0u5
♻️ Command:
/addadmin🌐 Bjs:
if (user.telegramid == "OWNER_TELEGRAM_ID") {
Bot.setProperty("adm"+params+"","ADMIN","string")
Bot.sendMessage(" Successfully added "+params+" as Admin")
}💠 Wait For Answer:
off =====================================
Command to check if admin
♻️Command:
/admin🌐Bjs:
let adm = Bot.getProperty("adm"+user.telegramid)
if (adm=="ADMIN") {
Bot.sendMessage("Welcome Admin ")
}else{
Bot.sendMessage("you are not admin")
}Usage:
Type
/addadmin 1196767401Like this in params to add as admin, make sure that you type the command name and leave space and type the user ID.
𝘾𝙤𝙙𝙚𝙙 𝘽𝙮 @MRAn0nym0u5