Bot Codes
47 subscribers
7 photos
3 links
Every bot codes at firstπŸ˜†

Any codes need Tell at @pfc_official_chat_bot 🐱

Owner @masterspiderman
Download Telegram
Guys need task commands codes??
Anonymous Poll
91%
Yes☺
9%
No already havingπŸ˜†
Bot Codes
Guys need task commands codes??
Command- Task (also you can edit it to your name)

Answer- (your massage)

Bjs- not requiredπŸ™‚
Bot Codes
Photo
Need This Real Paytm Number CodesπŸ˜…
Anonymous Poll
87%
YesπŸ˜„
13%
NoπŸ˜„
COMMAND- 🧧 Wallet

BJ'S - if(message.length == 10){
var total = Bot.getProperty("Wallet" + message + "")
if (!total) {
User.setProperty("wallet", message, "string")
Bot.sendMessage(
"*Your Wallet Set To *" + message
)
Bot.setProperty("Wallet" + message + "", ""+user.telegramid+"", "string")
} else if (total == user.telegramid) {
User.setProperty("wallet", message, "string")
Bot.sendMessage(
"*Your Wallet Set To *" + message
)
Bot.setProperty("Wallet" + message + "", ""+user.telegramid+"", "string")

}else{
Bot.sendMessage(
"*Sorry!, This PAYTM NUMBER is Already Used*"
)
}
} else {
Bot.sendMessage("*πŸ–Š Error: This is not a PAYTM NUMBER!*")
Bot.runCommand("🧧 Wallet")
}
Guys apna eek YouTube channel banau ispe giveaway bhi karunga
Anonymous Poll
93%
Ha ha giveaway bhi krna full support rahega
7%
No
https://youtube.com/shorts/EAEB6rtWVzY?feature=share


Our video is out guysπŸ₯²πŸ₯²

Like subscribe and comment must press bell icon❀❀

Fill the form given in description🟒🟒

Giveaway is also thereπŸ™‚πŸ™‚πŸ˜Ή

Top 2 users win paytm cash⚜⚜
❓ How To Make That User Needs Must 10 Refers To Withdraw From Bot..

♻️ Command =
πŸ“€ Withdraw

♻️ BJS = let lib = Libs.ReferralLib
var refList = lib.currentUser.refList.get();
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 wallet = User.getProperty("wallet")
if( wallet == undefined ){
Bot.sendMessage("_❌ Wallet Not set_")
}else{
if (refList.length < 10){
Bot.sendMessage("*πŸ” You Can't Withdraw Now. It Is Locked Untill Your 10 Referral.\n\nπŸ’΅ You Can Withdraw After Your 10 Referral.*")
}else{
if (balance.value() < 30){
Bot.sendMessage("_❌ You Have To Own At Least 30 Rs !_")
}else{
Bot.sendMessage("*πŸ“€ Enter Amount To Withdraw *")
Bot.runCommand("Auto")
}}
}}


πŸ§‘πŸ»β€πŸ’» Code Developer : @masterSpiderMan
πŸ€BJ's send by : @Bot_Codess
How to make own bio bot😊
Requested by:- FF GAMER [I AM BOT MAKER]
DO YOUR ALSO WANT GUYS
Anonymous Poll
93%
Yes yes
7%
Not need
Bot Codes
How to make own bio bot😊
Requested by:- FF GAMER [I AM BOT MAKER]
DO YOUR ALSO WANT GUYS
Giving codes at 3:00 PM @BOT_CODESS

MUST JOIN @BOTCODESDISCUSS
ASK YOUR CODESπŸ™‚πŸ™‚

HELPLINE @PFC_OFFICIAL_CHAT_BOT {24/7} AVAILABLE

DO 40 SUBSCRIBERS PLEASE
CURRENT SUBSCRIBERS 34
Guys send your gmail at @BOTCODESDISCUSS

I WILL SHARE THE CODESπŸ™‚πŸ™‚

Own bio bot codesπŸ™‚πŸ™‚

If u are following @bot_codess then only u can get codessπŸ™‚πŸ™‚
jemiry***0@gmail.com
vind***ana8*3@gmail.com
nais125@gmail.com
ronks***i78*@gmail.com
o*ly*t***y5*7@gmail.com
xk104@gmail.com
im@gmail.com
jer192@mxclip.com
chig***eucnna9*@gmail.com
Ank***ha***948@gmail.com
butosh***am7*@gmail.com
nar***ja*i20@gmail.com
mr***oser8@gmail.com
tj**k@hi2.in
Check your gmail guysπŸ₯²πŸ₯²

It's not ended send your gmails at @BOTCODESDISCUSS

U MUST BE SUBSCRIBER OF @BOT_CODESSπŸ™‚πŸ™‚
How to use video is out now guysπŸ₯²πŸ₯²

https://youtu.be/sYu4G4TBRuU
Here is link guys

Like the video subscribe the channel

Be in our channel @bot_codess for best and free + safe codesπŸ™‚πŸ™‚

QUESTIONS😍
What is the use of video??
ANSWERπŸ™‚πŸ™‚πŸ™‚πŸ™‚πŸ™‚
The use of video is how to make own bio bot
Now need which codesπŸ˜…

Tell in comments link πŸ”— @botcodesdiscussπŸ₯²πŸ₯²

I will try fully to giveπŸ™‚πŸ™‚

Codes will be given only on @bot_codess😘😘
Paytm Auto pay 100% safe codes are here now (REQUESTED BY SWADHIN PARHI)

BJS:- function isNumeric(n) {
return !isNaN(parseFloat(n)) && isFinite(n)
}
var paytmno = User.getProperty("wallet")
if (paytmno == undefined) {
Bot.sendMessage("*⚠ Please Set Your Withdraw Address Using :* Set wallet")
} else {
var keys = "100000"
var balance = Libs.ResourcesLib.userRes("balance")
var keyb = "1000"
var value = message
if (!isNumeric(value)) {
Bot.sendMessage("*πŸ“› Invaild value. Enter only numeric value. Try again*", {
is_reply: true
})
return
}

if (message < keyb) {
Bot.sendMessage("*⚠️ Minimum Withdrawal :* " + keyb + " *INR*")
} else {
if (message > balance.value()) {
Bot.sendMessage(
"*⚠️ Insufficient balance* " +
"*(You Have* *" +
balance.value().toFixed(8) +
"* *INR)*"
)
} else {
if (message >= keyb && message <= keys) {
balance.add(-message)

//idko Unique reference ID provided by merchant using which each disbursal request is processed. This should be alphanumeric. Duplicate requests with the same orderId are rejected.
var idko = Bot.getProperty("idko")
//Sabwa sub wallet/disbursal account GUID. This is available on Paytm dashboard
var sabwa = Bot.getProperty("sabwa")
var phone = User.getProperty("wallet")
HTTP.post({
url:
"https://staging-dashboard.paytm.com/bpay/api/v1/disburse/order/wallet/allowance",
success: "/onSuc",
oneror: "/error",
body: {
subwalletGuid: sabwa,
orderId: idko,
beneficiaryPhoneNo: phone,
amount: message
}
})
}
}
}
}


πŸ§‘πŸ»β€πŸ’» Code Developer : @masterSpiderMan
πŸ€BJ's send by : @Bot_Codess
Guys Do 45 Subscribers I Will Give BETTING GAME CODES😝

@BOT_CODESS CODES WILL COME HERE πŸ™‚

Plzz Do 45 SUBSCRIBERS ONLY 2 LEFT πŸ™‚

CURRENT SUBSCRIBERS :- 43πŸ™‚
TODAY'S GOAL (FOR NEW CODES) :- 45πŸ™‚

ALSO REQUEST YOUR CODES AT @BOTCODESDISCUSS
45 Subscribers Done Sending Betting Game Codes till then see photo and enjoyπŸ˜…πŸ˜…

Special Thanks To FF GAMER (I AM A BOT MAKER)

CODES POSTED CHECK OUT GUYSπŸ™‚πŸ™‚πŸ™‚πŸ₯³πŸ₯³πŸ₯³
{REQUESTED BY - VEER TOMAR}

Command :- Game
BJS:- var bal = Libs.ResourcesLib.userRes("balance")
var buttons = [
[
{ title: "2 TRX", command: "/ondart" },
{ title: "1 TRX", command: "/ondart" },
{ title: "5 TRX", command: "/ondart" }
],
[{ title: "Back ", command: "/Back" }]
]

Bot.sendInlineKeyboard(
buttons,
"Here you can play darts and win more TRX.\nSet the amount of your bet or choose from suggested options.\n\nThe rules are simple:\n\nIf you hit red - you win x2 of the bet.\nWhite or off - you lose the bet.\n\nAvailable balance: " +
bal.value(6).toFixed(6) +
" TRX"
)


Command :- /ondart
BJS :- var balance = Libs.ResourcesLib.userRes("balance")
if (balance.value() < 1) {
Bot.sendMessage("You don't have enough funds")
} else {
Api.sendDice({
on_result: "/result_dart",
emoji: "🎯"
})
}


Command :- /result_dart
BJS :- var balance = Libs.ResourcesLib.userRes("balance")
var result = options.result.dice.value
if (6 == result) {
balance.add(2)
Bot.sendMessage("You win")
}
if (5 == result) {
balance.add(-1)
Bot.sendMessage("You lose")
}
if (4 == result) {
balance.add(2)
Bot.sendMessage("You win")
}
if (3 == result) {
balance.add(-1)
Bot.sendMessage("You lose")
}
if (2 == result) {
balance.add(2)
Bot.sendMessage("You win")
}
if (1 == result) {
balance.add(-1)
Bot.sendMessage("You lose")
}


πŸ§‘πŸ»β€πŸ’» Code Developer : @masterSpiderMan
πŸ€BJ's send by : @Bot_Codess
NEED THIS CODESπŸ‘†πŸ‘†πŸ‘†πŸ‘†

Only On @BOT_CODESS

I NEED 10 YES ON @BOTCODESDISCUSS

THEN I WILL POST THESE CODES ALSO🀝🀝