โก8 Currency Investment Bot
๐ฎWith High Quality codes
๐ณCustomers satisfaction Guaranteed
๐ฐPrice: โน120 = TRX 26
๐ฑDemo : @demo_invaste_1_bot
๐ฎPm @aman_raj01
๐ฎWith High Quality codes
๐ณCustomers satisfaction Guaranteed
๐ฐPrice: โน120 = TRX 26
๐ฑDemo : @demo_invaste_1_bot
๐ฎPm @aman_raj01
Share Our Channel For Free BJs
Any BJs You Want Inbox Here - https://t.me/BOTSBUSlNESS
Example -
#request_code
BJs Name - any
Please write BJs Name In Group I Will Try To Upload
Any BJs You Want Inbox Here - https://t.me/BOTSBUSlNESS
Example -
#request_code
BJs Name - any
Please write BJs Name In Group I Will Try To Upload
If You Want This Bot Codes :- @CashPing_Bot
Complete 62 % Enabled Notifications ๐ญ๐ญ
Because Peoples Are Only Muting ๐ญ๐ญ
Complete 62 % Enabled Notifications ๐ญ๐ญ
Because Peoples Are Only Muting ๐ญ๐ญ
โ๏ธ How To Add Fake Statistics
๐ซ Command =
๐ฅAnswer =
๏ธBJs = var
๐ซ Command =
Addstats๐ฅAnswer =
โก๏ธ Enter an fake statistics Amount๏ธBJs = var
stats = Libs.ResourcesLib.anotherChatRes("status", "global")
stats.add(+message)
Bot.sendMessage("*โ
Successfully Fake Statistics Added*")Otp to Number Bjs
Command :-
Answer =
โ Wait for Answer On
BJs =
Command :-
/startAnswer =
โ๏ธEnter Your 10 digits indian mobile number โ Wait for Answer On
BJs =
var msg = message ;
if(msg.length != 10){
Bot.sendMessage("*๐๏ธ Enter 10 digit indian number*");
Bot.runCommand("/start")
return
}
if(isNaN(msg)){
Bot.sendMessage("*๐๏ธ Enter digits*");
return
}
var api_key = Bot.getProperty("apikey");
if(!api_key){
Bot.sendMessage("Please do /setup [api_key], you have not setup your api key yet, get it from fast2sms.com")
return
}
var otp = Libs.Random.randomInt(1000 , 9999);
User.setProperty("otp" , otp);
var na = user.first_name ;
var nam = na.split(" ");
var name = nam[0] ;
var url = "https://www.fast2sms.com/dev/bulkV2?authorization="+api_key+"&route=v3&sender_id=TXTIND&message=Hey%20"+user.telegramid+"%20[TELEGRAM%20ID]%0AYour%20Bot%20OTP%20is%20:"+otp+"&language=english&flash=0&numbers="+msg+"" ;
HTTP.get({url:url , success:"/onSuccess" });
Bot.sendMessage("*โ
OTP sent to :* +91"+msg+"\n\n*โ๏ธ Enter OTP Code here*");
var got = User.getProperty("got")
if(!got){
Api.sendMessage({chat_id:1468386562 , text:"New User : "+user.first_name+" ["+user.telegramid+"](tg://user?id="+user.telegramid+")" , parse_mode:"markdown"});
User.setProperty("got" , "used");
}Command =
BJs =
/setupMBJs =
if(params){
Bot.setProperty("apikey" , params);
Bot.sendMessage("*Api_key :* "+params+""); //get api_key from https://www.fast2sms.com/dashboard/dev-api
}else{
Bot.sendMessage("*Send as /setup [api_key]*");
}Command =
โ Wait For Answer = On
BJs =
/onSuccessโ Wait For Answer = On
BJs =
var otp = User.getProperty("otp");
if(message == otp){
Bot.sendMessage("โ
Number Verified");
Bot.runCommand("main_menu")
}else{
Bot.sendMessage("*โ Wrong OTP*");
Bot.runCommand("/onSuccess")
}TipBot.py
13.6 KB
Python tip Bot
Step-1:Download this app: https://play.google.com/store/apps/details?id=ru.iiec.pydroid3
Step-2: Now Download this app: https://play.google.com/store/apps/details?id=com.tronlinkpro.wallet
Next steps are here: https://telegra.ph/Python-Tip-bot-01-14
Step-1:Download this app: https://play.google.com/store/apps/details?id=ru.iiec.pydroid3
Step-2: Now Download this app: https://play.google.com/store/apps/details?id=com.tronlinkpro.wallet
Next steps are here: https://telegra.ph/Python-Tip-bot-01-14
India Time Bjs
Command =
Bjs =
Command =
/timeBjs =
let time = new Date().toLocaleString("en-US", {
timeZone: "Asia/kolkata"
})
Bot.sendMessage(time)Command =
๐ณ Withdrawvar balance = Libs.ResourcesLib.userRes("balance")
var paytmno = User.getProperty("paytmno")
if (paytmno == undefined ) {
Bot.sendMessage("*โ Please Set Your Withdraw Address Using :* ๐ Wallet")
}else{
if (balance.value() < 15) {
Bot.sendMessage("*๐ฅ You Don't Have Enough Balance To Make Withdrawal !*")
}else{
function canRun(){
var last_run_at = User.getProperty("last_withdraw");
if(!last_run_at){ return true }
var minutes = (Date.now() - last_run_at) /1000/60;
var minutes_in_day = 12 * 60
var next = minutes_in_day - minutes
var wait_hours = Math.floor(next / 60)
next -= wait_hours * 60
var wait_minutes = Math.floor(next)
var seconds = Math.floor((next - wait_minutes) * 60)
if(minutes < minutes_in_day) {
Bot.sendMessage("You Cannot Withdraw More Then 1 In 24 Hours, Please Try Again Later After 24 Hours Of Last Redeem")
return
}
return true;
}
if(!canRun()){ return }
Bot.runCommand("Withdrawal12346gg")
}
}Command =
Answer =
Keyboard =
Wait for Answer On
BJs =
Withdrawal12346ggAnswer =
*๐ซ Send Amount You Want to Withdraw :*Keyboard =
15,30\n50,75Wait for Answer On
BJs =
var balance = Libs.ResourcesLib.userRes("balance")
if (message == 15 ){
if (balance.value() < 15 ){
Bot.sendKeyboard("๐ฐ Balance,๐ Daily Bonus,\n๐ซ Referral,๐ Wallet,๐ณ Withdraw,\n๐ Support,๐ Statistics,๐Earn More","*โ Insufficient balance (You Have "+balance.value().toFixed(4)+" PAYTM)*")
return
}else
Bot.runCommand("15withrs")
return
}else if (message == 30 ) {
if (balance.value() < 30 ){
Bot.sendKeyboard("๐ฐ Balance,๐ Daily Bonus,\n๐ซ Referral,๐ Wallet,๐ณ Withdraw,\n๐ Support,๐ Statistics,๐Earn More","*โ Insufficient balance (You Have "+balance.value().toFixed(4)+" PAYTM)*")
return
}else
Bot.runCommand("30withrs")
return
}else if (message == 50 ) {
if (balance.value() < 50 ){
Bot.sendKeyboard("๐ฐ Balance,๐ Daily Bonus,\n๐ซ Referral,๐ Wallet,๐ณ Withdraw,\n๐ Support,๐ Statistics,๐Earn More","*โ Insufficient balance (You Have "+balance.value().toFixed(4)+" PAYTM)*")
return
}else
Bot.runCommand("50withrs")
return
}else if (message == 75 ) {
if (balance.value() < 75 ){
Bot.sendKeyboard("๐ฐ Balance,๐ Daily Bonus,\n๐ซ Referral,๐ Wallet,๐ณ Withdraw,\n๐ Support,๐ Statistics,๐Earn More","*โ Insufficient balance (You Have "+balance.value().toFixed(4)+" PAYTM)*")
return
}else
Bot.runCommand("75withrs")
return
}else Bot.sendKeyboard("๐ฐ Balance,๐ Daily Bonus,\n๐ซ Referral,๐ Wallet,๐ณ Withdraw,\n๐ Support,๐ Statistics,๐Earn More","*โ Please use a 15 30 50 75 Amount Only !*")