β How To Make That User Needs Must 10 Refers To Withdraw From Bot..
β»οΈ Command =
β»οΈ BJS =
π§π»βπ» Code Developer : @masterSpiderMan
πBJ's send by : @Bot_Codess
β»οΈ 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
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
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
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ππ
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ππ
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
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ππ
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:-
π§π»βπ» Code Developer : @masterSpiderMan
πBJ's send by : @Bot_Codess
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
@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
{REQUESTED BY - VEER TOMAR}
Command :-
BJS:-
Command :-
BJS :-
Command :-
BJS :-
π§π»βπ» Code Developer : @masterSpiderMan
πBJ's send by : @Bot_Codess
Command :-
GameBJS:-
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 :-
/ondartBJS :-
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_dartBJS :-
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π€π€
Only On @BOT_CODESS
I NEED 10 YES ON @BOTCODESDISCUSS
THEN I WILL POST THESE CODES ALSOπ€π€
πCOMMAND-
πANSWER-
β«οΈWAIT FOR ANSWER ON β
π²BJ'S
========================
πNEW COMMAND-
π²BJ'S
=======================
πNEW COMMAND -
π²BJ'S
=========================
THESE ABOVE CODE TO MAKE
=========================
NOW CODE FOR REEDEMING IT
π NEW COMMAND-
πANSWER -
π²BJ'S
π§π»βπ» Code Developer : @masterSpiderMan
πBJ's send by : @Bot_Codess
π₯°Specifically : In This Code We Got Sponsoredπ
GIFTCARDπANSWER-
π₯ SEND THE AMOUNTβ«οΈWAIT FOR ANSWER ON β
π²BJ'S
let balance = Libs.ResourcesLib.userRes("balance")
if (balance.value() < data.message){
Bot.sendMessage("NOT ENOUGH BALANCE")
}else{
if (data.message < 1){
Bot.sendMessage("*MINIMUM GIFT CARD AMOUNT IS 1π*")
}else{
var value = message
function isNumeric(n) {
return !isNaN(parseFloat(n)) && isFinite(n)
}
if (!isNumeric(value)) {
Bot.sendMessage("*π Invaild value. Enter only numeric value. Try again*")
}else{
let gift =
User.getProperty("gfit")
User.setProperty("gift" , data.message ,"string")
balance.add(-data.message)
Bot.runCommand("GIFT2")
}
}
}========================
πNEW COMMAND-
GIFT2π²BJ'S
var characters = "1234567890ABCDEFGHIJKLUVWXYZ12345678901234567890123456789012345678901234567890"
function generateString(length) {
let result = '';
const charactersLength = characters.length;
for ( let i = 0; i < length; i++ ) {
result += characters.charAt(Math.floor(Math.random() * charactersLength));
}
return result;
}
Bot.setProperty("b",generateString(15), "string")
let b = Bot.getProperty("b")
var options = { myData: b }
Bot.run({ command: "GIFT3", options })=======================
πNEW COMMAND -
GIFT3π²BJ'S
let gift =
User.getProperty("gift")
var tt = options.myData
var inl = [[{ text : "Share" , url : "https://t.me/share/url?text=π±Code- "+ tt +" @"+bot.name+"" }]]
Bot.setProperty(tt, gift,"integer")
var th = "https://lotaroda.sirv.com/20210902_143600_0000.png?text="+tt+"&text.font.weight=extra-bold&text.size=60&text.font.style=italic&text.outline.width=1&text.outline.color=4AE5EE&text.position=center&text.font.family=Bitter&text.color=4AE5EE&text.outline.blur=10"
Api.sendPhoto({
photo: ""+th+"",
caption: " Code : "+tt+"",
parse_mode : "Markdown" , reply_markup: { inline_keyboard: inl},disable_web_page_preview: true
})=========================
THESE ABOVE CODE TO MAKE
=========================
NOW CODE FOR REEDEMING IT
π NEW COMMAND-
REEDEM CODEπANSWER -
π₯ INPUT THE CODE
β«οΈWAIT FOR ANSWER ON β
π²BJ'S
var ti = Bot.getProperty(message)
if(message.length < 10){
Bot.sendMessage("*WRONG CODE*")
return
}else
if (!ti) {
Bot.sendMessage("*Invalid code*")
return
} else if (ti == "null") {
Bot.sendMessage("*β οΈThe code is already redeemed*")
return
} else var balance = Libs.ResourcesLib.userRes("balance")
Bot.setProperty(message, "null")
balance.add(ti)
Api.sendMessage({
chat_id: "@yourchatid",
text: "π REEDEMED CODE\n\nπ¨βπ»USER: "+user.first_name+"\nπ‘USER I'D: "+user.telegramid+"\nπUSER: @"+user.username+"\nπΌAMOUNT: "+ti+"π\nπCode: "+data.message+""})
Bot.sendMessage(
"*πCongratulations, code successfully redeemed, added to balance: *" +
ti +
"π"
)
returnπ§π»βπ» Code Developer : @masterSpiderMan
πBJ's send by : @Bot_Codess
π₯°Specifically : In This Code We Got Sponsoredπ
Please Comment Your Codesπ§Έ Below Or - @BoTCodEsDisCuSsπ
Must Join Firstπ₯ @BOT_CODESSπ
FIRST U NEED TO JOIN THENπ€© ONLY U CAN ASK BOT CODESπ
Must Join Firstπ₯ @BOT_CODESSπ
FIRST U NEED TO JOIN THENπ€© ONLY U CAN ASK BOT CODESπ
Need These Qr Codesπ
If Need Plzz Say Yes In commentsπ @botcodesdiscuss
Codess Only Onπ @BOT_CODESS
If Need Plzz Say Yes In commentsπ @botcodesdiscuss
Codess Only Onπ @BOT_CODESS
π COMMAND - QRCode
π‘ANSWER - *Welcome!*
_You can use me to generate QR codes for your texts!
Just what to do? Send me a text, I'll convert it to QR then!_
β«οΈWAIT FOR ANSWER ON β
π BJ'S
var qrChartUrl =
"http://chart.apis.google.com/chart?cht=qr&chs=300x300&" +
"chl=" +
message +
"&chld=H|0"
Api.sendPhoto({
photo: qrChartUrl,
caption: "Your QR code ",
parse_mode: "markdown"
})Now need which codesπ
Tell in comments link π @botcodesdiscussπ₯²π₯²
I will try fully to giveππ
Codes will be given only on @bot_codessππ
Tell in comments link π @botcodesdiscussπ₯²π₯²
I will try fully to giveππ
Codes will be given only on @bot_codessππ
Guys A Lot Of Thanks For 100 Subscribersπ₯Ίπ₯Ί
So Any First And 5th Person Will Ask Any Codes They Will Be Posted Very Soonππ
Ask Codes At @BOTCODESDISCUSS
(Also Wish Me Congratulationsππ₯³π If U Support Us)
Thanks
REGARDS :- @MASTERSPIDERMAN
So Any First And 5th Person Will Ask Any Codes They Will Be Posted Very Soonππ
Ask Codes At @BOTCODESDISCUSS
(Also Wish Me Congratulationsππ₯³π If U Support Us)
Thanks
REGARDS :- @MASTERSPIDERMAN
Which Codes Need Tell At Comments π¬ @botcodesdiscussβ
Also first u have to be join in @BOT_CODESSπ
From 11/03/2022 I Will Start Again Giving All Codesπ
Support @MASTERSPIDERMAN
ALSO
@PFC_OFFICIAL_CHAT_BOT
Also first u have to be join in @BOT_CODESSπ
From 11/03/2022 I Will Start Again Giving All Codesπ
Support @MASTERSPIDERMAN
ALSO
@PFC_OFFICIAL_CHAT_BOT