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
At This Keyboard In main_menu

var balance = Libs.ResourcesLib.userRes("balance")
Bot.sendKeyboard("πŸ’° :"+balance.value().toFixed(4)+" PAYTM,🎁 Daily Bonus,\nπŸ‘« Referral,πŸ—‚ Wallet,πŸ’³ Withdraw,\nπŸ“ž Support,πŸ“Š Statistics,πŸ“Earn More","Welcome To The Bot")
New Advanced Codingsβ„’
At This Keyboard In main_menu var balance = Libs.ResourcesLib.userRes("balance") Bot.sendKeyboard("πŸ’° :"+balance.value().toFixed(4)+" PAYTM,🎁 Daily Bonus,\nπŸ‘« Referral,πŸ—‚ Wallet,πŸ’³ Withdraw,\nπŸ“ž Support,πŸ“Š Statistics,πŸ“Earn More","Welcome To The Bot")
For Checking Balance.

Make Command As - *

BJs = if (message.includes("PAYTM")) {
var balance = Libs.ResourcesLib.userRes("balance")
var lib = Libs.ReferralLib
var refList = lib.currentUser.refList.get();
Bot.sendMessage("*πŸ§‘πŸ»β€πŸ’» User = "+user.first_name+"\n\nπŸ’° Balance = "+balance.value().toFixed(2)+" Rs\n\n⚜️Refer And Earn More !*")
}
This media is not supported in your browser
VIEW IN TELEGRAM
YOUR CODE IS HERE
πŸ“±Code -
EI4AYJX85X
@BotkartSellerBot

Code :-
30223Z2G00
@BotkartSellerBot

Code :-
60H0D6926B
@BotkartSellerBot

Code :-
K569514006
Try The Bot Get Free Bot or BJs - @BotkartSellerBot Many People Asking For That
Many People Asking For Reason Why I Not Giving BJs This Is Reason πŸ™„πŸ™„
You want Eth Comment Bellow
πŸ‘‡ If You Want Code Please Tell Me Comment 2+ Positive Comment πŸ₯Ί Then I Send Code
Guys You Want Atron Auto Payment BJs I think all Have
Anonymous Poll
84%
Yes
16%
No
Atron Auto Payment BJ's

Command = πŸ’³ Withdraw

BJ's = let stat = Bot.getProperty(""+user.telegramid+"")
let wdinfo = Bot.getProperty("wdInfo")
if (stat=="ban"){
Bot.sendMessage("*You're Ban*")
}else{
let balance = Libs.ResourcesLib.userRes("balance")
let withdrawn = Libs.ResourcesLib.userRes("withdrawn")
var Awallet = User.getProperty("wallet")
if(!Awallet){
Bot.sendMessage("❌ Your Withdraw Address Not Set")
}else{
if (balance.value() < 100000){
Bot.sendMessage("⚠️ Minimum Withdrawal 1 Lakh Atron")
}else{
Bot.sendMessage("*❇️ Enter Amount To Withdraw *")
Bot.runCommand("withdatron")
}
}}
Command = withdatron

Wait For Answer = On

BJs = var withdrawn = Bot.getProperty("totalWithdrawn");
withdrawn = parseFloat(withdrawn);
var Awallet = User.getProperty("wallet");
var balance = Libs.ResourcesLib.userRes("balance")
if(message < 100000 ){
Bot.sendMessage("⚠️ Minimum Withdraw 1 Lakh Atron")
}else{
if(message > balance.value()){
Bot.sendMessa("Failed Withdrawal\nYou Do Not Have Enough Balance")
}else{
HTTP.post({
url: "https://example.herokuapp.com/post",
success: "/onLoading ",
body: { address: Awallet, amount: message, tokenid: "1000088" }
})
User.setProperty("amot", message)
}}
Command = /onLoading

BJ's =
var balance = Libs.ResourcesLib.userRes("balance")
var Awallet = User.getProperty("wallet")
var amount = User.getProperty("amot")
balance.add(-amount)

Bot.sendMessage("πŸ“₯ New Withdrawal Automatically Paid\n\nπŸ‘¦πŸ»User :- ["+user.first_name+"](tg://user?id="+user.telegramid+")\n\nπŸ§‘πŸ»β€πŸ’» Username = @"+user.username+"\n\nπŸ‘‘ User Telegram I'd = "+user.telegramid+"\n\nπŸ’Ό Recipent Address = "+Awallet+"\n\n🍫 Transaction = https://tronscan.org/#/transaction/"+content+"")
Api.sendMessage({chat_id : "@BOTSBUSlNESS" , text : "πŸ“₯ New Withdrawal Automatically Paid\n\nπŸ‘¦πŸ»User :- ["+user.first_name+"](tg://user?id="+user.telegramid+")\n\nπŸ§‘πŸ»β€πŸ’» Username = @"+user.username+"\n\nπŸ‘‘ User Telegram I'd = "+user.telegramid+"\n\nπŸ’Ό Recipent Address = "+Awallet+"\n\n🍫 Transaction = https://tronscan.org/#/transaction/"+content+"\n\nπŸ€– Bot = "+bot.name+"" })