New Advanced Codings
482 subscribers
70 photos
1 video
1 file
125 links
Hello Friends Welcome To Our Channel We Will Provides You Here Advanced BJS, PHP ,JS, HTML , Codes if you didn't joined our Channel let's join 🔥
Download Telegram
Do You Want Gift Sending BJs
Anonymous Quiz
85%
Yes
15%
No
New Advanced Codings
Do You Want Gift Sending BJs
Needed To Share Our Channel Complete 40 Votes
Command = Gift Sending

Answer = *❤️ 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 = 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 Gift Amount Sended* \n👤 User: "+tgid+"\n💰 Amount:"+amount);
Bot.sendMessageToChatWithId(tgid,"*🎉 Congratulations You Have Been Received Gift From Admin "+amount+" Rs*")
For More BJs Ask Here - @BotsBusinesss
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
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
Sorry Guys Undefined Problem
Guys Thanks For You Supporting
Guys Undefined Problem Solved But The balance is being added again and again.
Guys All Problem Solved BJs Is Coming
Command = Gift Sending

Answer = *❤️ 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ᴏᴍᴍᴀɴᴅ = Giftmsg

Aɴ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")
Cᴏᴍᴍᴀɴᴅ = Gift2

Aɴsᴡᴇʀ = *❇️ Eɴᴛᴇʀ Hᴏᴡ Mᴜᴄʜ Aᴍᴏᴜɴᴛ Sᴇɴᴅ Tʜᴇ Usᴇʀ*

Wᴀɪᴛ Fᴏʀ Aɴsᴡᴇʀ Oɴ

Bᴊs =
var tgid = User.getProperty("id")
let amount =
Bot.setProperty("amount",message, "string")
Bot.getProperty("amount")
;Bot.sendMessage("*Succesfully Gift Amount Sended* \n👤 User: "+tgid+"\n💰 Amount:"+message);
var button = [{title : "Claim 🛄",command : "claimgift"}]
Bot.sendInlineKeyboardToChatWithId(tgid,button,"*❤️ You Have Been Received A Gift From @"+user.username+" Claim It*")
Cᴏᴍᴍᴀɴᴅ = claimgift

Bᴊs = Api.deleteMessage({ message_id: request.message.message_id })
var giftmsg = Bot.getProperty("giftmsg")
var amount = Bot.getProperty("amount")
let balance = Libs.ResourcesLib.userRes("balance")
balance.add(+amount)
Bot.sendMessage(
"*🎁 Congratulations , You Received " +
amount +
" Rs\n Gift Message = " +
giftmsg +
"*"
)