Share Our Channel For Free BJs
Any BJs You Want Inbox Here - @BotsBusinesss
Example -
#request_code
BJs Name - any
Please Don't Ask For Coin Payment BJs
Please write BJs Name In Group I Will Upload
Any BJs You Want Inbox Here - @BotsBusinesss
Example -
#request_code
BJs Name - any
Please Don't Ask For Coin Payment BJs
Please write BJs Name In Group I Will Upload
New Advanced Codings™
Do You Want Gift Sending BJs
Needed To Share Our Channel Complete 40 Votes
New Advanced Codings™
Do You Want Gift Sending BJs
2 Votes more
Command =
Answer =
BJs =
Gift SendingAnswer =
*❤️ Send Telegram I'd That User*BJs =
let adm = Bot.getProperty("adm"+user.telegramid)
if (adm=="ADMIN") {
var msg = message;
User.setProperty("id", msg, "integer");
Bot.runCommand("Gift2");
}else{
Bot.sendMessage("*You Are Not Admin ❌*")
}Command =
Answer =
BJs =
Gift2Answer =
*❇️ Enter How Much Amount Send The User* BJs =
var amount = parseFloat(message);
var tgid = User.getProperty("id");
var res = Libs.ResourcesLib.anotherUserRes("balance", tgid);
res.add(parseFloat(amount));
Bot.sendMessage("*Succesfully Gift Amount Sended* \n👤 User: "+tgid+"\n💰 Amount:"+amount);
Bot.sendMessageToChatWithId(tgid,"*🎉 Congratulations You Have Been Received Gift From Admin "+amount+" Rs*")
New Advanced Codings™
Command = Gift2 Answer = *❇️ Enter How Much Amount Send The User* BJs = var amount = parseFloat(message); var tgid = User.getProperty("id"); var res = Libs.ResourcesLib.anotherUserRes("balance", tgid); res.add(parseFloat(amount)); Bot.sendMessage("*Succesfully…
Guys You Need More Advanced Gift Sending BJs
Guys You Need More Advanced Gift Sending BJs Complete 530 Subscriber
Anonymous Poll
92%
Ok (✿^‿^)
8%
No (。•́︿•̀。)
Many People Asking For Inline Button Codes
Complete Subscriber Target 560
Complete Subscriber Target 560
Share Our Channel For Free BJs
Any BJs You Want Inbox Here - @BotsBusinesss
Example -
#request_code
BJs Name - any
Please Don't Ask For Coin Payment BJs
Please write BJs Name In Group I Will Upload
Any BJs You Want Inbox Here - @BotsBusinesss
Example -
#request_code
BJs Name - any
Please Don't Ask For Coin Payment BJs
Please write BJs Name In Group I Will Upload
Guys Undefined Problem Solved But The balance is being added again and again.
Command =
Answer =
Wait For Answer On
BJs =
Gift SendingAnswer =
*❤️ Send Telegram I'd That User*Wait For Answer On
BJs =
let adm = Bot.getProperty("adm"+user.telegramid)
if (adm=="ADMIN") {
var msg = message;
User.setProperty("id", msg, "integer");
Bot.runCommand("Giftmsg");
}else{
Bot.sendMessage("*You Are Not Admin ❌*")
}Cᴏᴍᴍᴀɴᴅ =
Aɴsᴡᴇʀ =
Wᴀɪᴛ Fᴏʀ Aɴsᴡᴇʀ Oɴ
Bᴊs =
GiftmsgAɴsᴡᴇʀ =
*❇️ Eɴᴛᴇʀ ᴀ Gɪғᴛ Mᴇssᴀɢᴇ*Wᴀɪᴛ Fᴏʀ Aɴsᴡᴇʀ Oɴ
Bᴊs =
let giftmsg =
Bot.setProperty("giftmsg",message, "string")
Bot.getProperty("giftmsg")
Bot.runCommand("Gift2")