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
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+"" })
Try This Offer πŸ€–
Send Screenshot In Comment

Please Guys Remove This Channel From Telegram So I Can Upload BJs
@BotkartSellerBot

Code :-
36W8174WF4
@BotkartSellerBot

Code :-
2EU255U584
@BotkartSellerBot

Code :-
2435468E74
@BotKartSellerBot

Code :- I23L26H757
This media is not supported in your browser
VIEW IN TELEGRAM
Add Your Bot on @BotKartSellerBot and Get Eth !
New BJs Channel 🀣 :- https://t.me/BotsBusinessOfficial

Join Fast
Join New BJs Channel 🀣 :- https://t.me/BotsBusinessOfficial

Join Fast
😘 Any BJs You Want Message Here - @BOTSBUSlNESS
➑️ For Example -
#request_code
BJs Name - any

I Will Try To Give 😌

Ok πŸ†—
Join New discussion Group :- https://t.me/BotBusinessDiscussion
Command = πŸ—‚ Wallet

BJs = var paytmno = User.getProperty("paytmno")
if (paytmno == undefined ){
var buuton = [[{title : "🚧 Set/Change Wallet 🚧" , command : "paytmnumberkgajj"}]]
Bot.sendInlineKeyboard(buuton,"*πŸ’‘ Your currently set PAYTM wallet is :*\n'none'\n\nIt will be used for all future withdrawals.")
}else{
var button = [[{title : "🚧 Set/Change Wallet 🚧" , command : "paytmnumberkgajj"}]]
Bot.sendInlineKeyboard(button,"*πŸ’‘ Your currently set PAYTM wallet is :*\n"+paytmno+"\n\nIt will be used for all future withdrawals.")
}


Command = paytmnumberkgajj

BJs = Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
if(request.data){
var message_id = request.message.message_id
var chat_id = request.message.chat.id

Api.deleteMessage({
chat_id : chat_id,
message_id : message_id
})

}
Bot.sendKeyboard("β›” Cancel","*✏️ Send now your PAYTM address to use it in future withdrawals.*\n\n_⚠️ This Wallet Will be used for withdrawals !!_")
Bot.runCommand("/paytmnumber59733983")


Command = /paytmnumber59733983


Wait For Answer On

BJs = var balance = Libs.ResourcesLib.userRes("balance")
function isNumeric(n) {
return !isNaN(parseFloat(n)) && isFinite(n)
}
var value = message
if (!isNumeric(value)) {
Bot.sendKeyboard("πŸ’° : "+balance.value().toFixed(4)+" PAYTM,Daily Bonus,\nπŸ‘« Referral,πŸ—‚ Wallet,πŸ’³ Withdraw,\nπŸ“ž Support,πŸ“Š Statistics,πŸ“Earn More","*Invalid Format*")
return
}
if (message.length == 10) {
Bot.sendKeyboard("πŸ’° : "+balance.value().toFixed(4)+" PAYTM,Daily Bonus,\nπŸ‘« Referral,πŸ—‚ Wallet,πŸ’³ Withdraw,\nπŸ“ž Support,πŸ“Š Statistics,πŸ“Earn More","*Wallet Set :* "+message+"" )
var paytmno = User.setProperty("paytmno", message, "string")
}else{
Bot.sendKeyboard("πŸ’° : "+balance.value().toFixed(4)+" PAYTM,Daily Bonus,\nπŸ‘« Referral,πŸ—‚ Wallet,πŸ’³ Withdraw,\nπŸ“ž Support,πŸ“Š Statistics,πŸ“Earn More","*Invalid Format*")
}

πŸ§‘πŸ»β€πŸ’»Coded By :- @Piyush_Raj007