๐จ Link Shortner Code(php)
Command :
Code :
<?php
Credit:- @TricksXTechOwner
Command :
/linkCode :
<?php
$split = explode(" ",$message);
$msg = $split[1];
if(!$msg){
bot_sendMessage($chat_id,$message_id, "Invalid Use : /link https://plughost.in","","Markdown");
return;
}
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://api.i-tools.site/short/?url=$msg",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 2,
CURLOPT_TIMEOUT => 10,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_CUSTOMREQUEST => "GET"
));
$response = curl_exec($curl);
curl_close($curl);
$data = json_decode($response,true);
$url = $data["shortenUrl"];
bot_sendMessage($chat_id,$message_id, "$url","","Markdown");Credit:- @TricksXTechOwner
โค5๐2
New Video Out ๐ฅ๐ค๐
๐Script Link: http://armancampaigns.rf.gd/Tobikey/?i=1
https://youtu.be/UF0da2udNws
https://youtu.be/UF0da2udNws
๐Script Link: http://armancampaigns.rf.gd/Tobikey/?i=1
https://youtu.be/UF0da2udNws
https://youtu.be/UF0da2udNws
๐1
โก๏ธ Command:-
โ๏ธBjs:-
โโโโโโโโโโโโ
โก๏ธ command:
โ๏ธ Bjs:
โโโโโโโโโโโโ
ยฉ Created By: @Mohd_arman_idrisi01
โก๏ธ For More: @botcodes123
/ipโ๏ธBjs:-
if(!params){
Bot.sendMessage("Send Like This /ip Ip Adress")
return
}
HTTP.get({
url: "https://api.i-tools.site/geo-ip/?ip="+params+"",
success: "/onsucip"})โโโโโโโโโโโโ
โก๏ธ command:
/onsucipโ๏ธ Bjs:
var result = JSON.parse(content)
var adres = result.ip
var city = result.city
var region = result.region
var country = result.country
var capital = result.country_capital
var country_code = result.country_code
var phone_code = result.country_phone
var timezone = result.timezone
var current_date = result.current_date
var current_time = result.current_time
var currency = result.currency
var currency_code = result.currency_code
var currency_symbol = result.currency_symbol
Api.sendPhoto({chat_id: ""+user.telegramid+"",photo: "https://images.app.goo.gl/Uvg6P5ShjXXWWCq36",caption: "*๐ Here Is Details Of Ip Adress "+adres+"\n\n๐ City:- "+city+"\nโ๏ธ Region:- "+region+" \n๐ Country:- "+country+"\nโญ๏ธ Country Capital:- "+capital+"\n\n๐ญ Country Code:- "+country_code+"\n๐ Dialing Code:- "+phone_code+"\n\n๐ Time Zone:- "+timezone+"\nโฐ Current Time:- "+current_time+"\nโณ Current Date:- "+current_date+"\n\n๐ถ Currency:- "+currency+"\n๐ฆ Currency Code:- "+currency_code+"\n๐ฒ Currency Symbol:- "+currency_symbol+"\n\n๐ Created By :- @Mohd_arman_idrisi01*",parse_mode:"Markdown"})โโโโโโโโโโโโ
ยฉ Created By: @Mohd_arman_idrisi01
โก๏ธ For More: @botcodes123
๐2
๐Text Yo Speech Bjs ๐จ (Hindi๐ฅฒ)
โป๏ธ Command:-
๐Answer:-
๐ค Wait For Answer: true;
๐ฅ Bjs:-
โโโโโโโโโโ
๐Created By:- @Mohd_arman_idrisi01
๐Api By:- @TricksXTechOwner
๐For More:- @botcodes123
โป๏ธ Command:-
/voice๐Answer:-
Send Your Text๐ค Wait For Answer: true;
๐ฅ Bjs:-
let text = encodeURI(message)
Api.sendAudio({
audio: "https://api.i-tools.site/speech/?text="+text+"&language=hi",
caption: "*๐ Here Is Speech Of Your Message* "+message+"",
parse_mode:"Markdown"
})โโโโโโโโโโ
๐Created By:- @Mohd_arman_idrisi01
๐Api By:- @TricksXTechOwner
๐For More:- @botcodes123
๐4
๐ Our 2 Free Apis
๐Text Encoding And Decode
๐จโ๐ปEncode: http://armancampaigns.rf.gd/text/encode/?text=hi
๐ Decode: http://armancampaigns.rf.gd/text/decode/?text=aGk=
Try It ๐
๐Text Encoding And Decode
๐จโ๐ปEncode: http://armancampaigns.rf.gd/text/encode/?text=hi
๐ Decode: http://armancampaigns.rf.gd/text/decode/?text=aGk=
Try It ๐
๐5
Shareus Url Shortner
โโโโโโโโ
โป๏ธ Command: your command
โก๏ธAnswer:
๐ค Wait For Answer: on
Bjs:
โโโโโโโโโโโโโ
โป๏ธ2nd Commmand:-
โก๏ธ Bjs:-
โโโโโโโโ
โป๏ธ Command: your command
โก๏ธAnswer:
*Enter Your Url*๐ค Wait For Answer: on
Bjs:
function validURL(url) {
var arman = /^(?:(?:https?|ftp):\/\/)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,})))(?::\d{2,5})?(?:\/\S*)?$/
return arman.test(url)
}
if (validURL(message)) {
let api= "your api key"
let url= encodeURI(message)
HTTP.get({
url:"https://api.shareus.in/shortLink?token="+api+"&link="+url+"",
success:"onshort"
})
} else {
Bot.sendMessage("Wrong URL")
}โโโโโโโโโโโโโ
โป๏ธ2nd Commmand:-
onshortโก๏ธ Bjs:-
//Created By @Mohd_arman_idrisi01
if(!content){
return
}else
Bot.sendMessage("*๐ Your URL Has Been Successfully Shorted\n\n๐ Shorted Url: "+content+"*")๐4๐ฅ2
โป๏ธCommand 1:
๐Bjs:
/game๐Bjs:
Bot.sendKeyboard("heads,tails","*๐ Please Choose Your Bet*")
Bot.runCommand("setbetamo")๐1
โป๏ธCommand 2 :
๐ค Wait For Answer : on
๐Bjs:
setbetamo๐ค Wait For Answer : on
๐Bjs:
if ((message== "heads") || (message== "tails")){
User.setProperty("bet",message,"String")
Bot.sendMessage("*๐ Please Enter Bet Amount*")
Bot.runCommand("setbetamo2")
}else{
Bot.sendMessage("*Please Choose Only Heads Or Tails Only*")
}๐1
โป๏ธCommand 3:
๐ค Wait For Answer : on
๐Bjs:
setbetamo2๐ค Wait For Answer : on
๐Bjs:
if(message < 2){
Bot.sendMessage("*Minimum Bet Is 2Rs ๐*")
return
}else{
if(Libs.ResourcesLib.userRes("balance").value()<message){
Bot.sendMessage("*โ๏ธ Bet Amount Is Greater Than Your Balance*")
return
}
User.setProperty("amo",message,"String")
Bot.runCommand("toss")
}โป๏ธCommand 4 :
Bjs:
tossBjs:
if(Libs.ResourcesLib.userRes("balance").value()<2){
Bot.sendMessage("*Your Balance Is Low๐*")
}else{
let messagess=User.getProperty("bet")
HTTP.get({
url: "https://api.i-tools.site/toss/?toss="+messagess+"",
success: "onsuc"
})
}๐1
โป๏ธCommand 5 :
๐Bjs:
onsuc๐Bjs:
let userlink=Libs.commonLib.getLinkFor(user)
let btn=[[{title:"๐ฎ Play Again",command:"/game"}]]
let parse = JSON.parse(content)
let balance = Libs.ResourcesLib.userRes("balance")
let msg= parse.Message
let userbet = User.getProperty("bet")
let betprice= User.getProperty("amo")
let addprice= betprice*2
let up= userbet.toUpperCase();
if(msg == "Its "+up+" ~ You Win"){
Bot.sendInlineKeyboard(btn,"*"+msg+"*")
balance.add(+addprice)
Api.sendMessage({
chat_id:"@testchannel009988",
text:"*๐จโ๐ปNew User Won In ๐ชToss\n\nโช๏ธ Name = "+user.first_name+"\nโช๏ธ User =* "+userlink+"\n*โช๏ธ User ID = "+user.telegramid+"\nโช๏ธ Bet Amount = "+betprice+"\n\n๐ณ Gain Amount = "+addprice+"\n\n๐ฎ๐ปโโ๏ธ Bot = @"+bot.name+"\n\n๐ณ Choosed = "+userbet+"*",
parse_mode:"Markdown"
})
}else{
balance.add(- betprice)
Bot.sendInlineKeyboard(btn,"*"+msg+"*")
}๐ฅฐ3
โก๏ธ Advanced Toss Game Bjs Given
๐Start: here
๐End: here
โโโโโโโโโโ
ยฉCreated By: @Mohd_arman_idrisi01
๐ For More : @botcodes123
๐Start: here
๐End: here
โโโโโโโโโโ
ยฉCreated By: @Mohd_arman_idrisi01
๐ For More : @botcodes123
๐1
Command:
Bjs:
/startBjs:
const ban = Bot.getProperty("ban"+user.telegramid)
if(ban=='ban'){
Bot.sendMessage("*โ๏ธ You Are Banned From Using This Bot*")
return
}
const verify=User.getProperty("verify")
if(!verify){
Bot.runCommand("/verify")
}else{
//Enter Your Command Name After Verified
Bot.runCommand("/main")
}Command 2 :
BJS:
/verifyBJS:
const ban = Bot.getProperty("ban"+user.telegramid)
if(ban=='ban'){
Bot.sendMessage("*โ๏ธ You Are Banned From Using This Bot*")
return
}
const verify=User.getProperty("verify")
if(!verify){
const url = Libs.Webhooks.getUrlFor({
command:"/onsuccess",
user_id: user.id
})
const webpage = "http://armancampaigns.tk/Verify/?webhookUrl="+encodeURIComponent(url)+"&back=https://t.me/"+bot.name+""
const btn =[[{title:"โ
๏ธ Verify Me",url:webpage}]]
Bot.sendInlineKeyboard(btn,"*โ๏ธ Open This Link and Verify YourSelf By Doing Captcha*")
}else{
//Enter Your Command Name After Verified
Bot.runCommand("/main")
}๐1
Command 3:
Bjs:
/onsuccessBjs:
if(!content){return}
const result = JSON.parse(content)
const ip1= result.ip
const ip2= Bot.getProperty(ip1)
if(!ip2){
Bot.setProperty(ip1,user.telegramid,"string")
User.setProperty("verify","done","string")
Bot.sendMessage("*โ
๏ธ You Are Now Verified Please /start The Bot Again*")
}else{
Bot.setProperty("ban"+ip2,"ban","string")
Bot.setProperty("ban"+user.telegramid,"ban","string")
Bot.sendMessage("_โ๏ธ You Are Using Multiple Accounts | Your Account Has Been Successfully Banned_")
}๐1
๐ IP address verification bjs ban multiple tg account BJS
โโโโโโโโโโ
๐Start: Here
๐End : Here
โ Created By @Mohd_arman_idrisi01
๐For More: @botcodes123
โก๏ธ Api Link: http://armancampaigns.tk/Verify/?webhookUrl=test&back=https://t.me/botname
โโโโโโโโโโ
๐Start: Here
๐End : Here
โ Created By @Mohd_arman_idrisi01
๐For More: @botcodes123
โก๏ธ Api Link: http://armancampaigns.tk/Verify/?webhookUrl=test&back=https://t.me/botname
Telegram
Free Bot Codes
Command: /start
Bjs: const ban = Bot.getProperty("ban"+user.telegramid)
if(ban=='ban'){
Bot.sendMessage("*โ๏ธ You Are Banned From Using This Bot*")
return
}
const verify=User.getProperty("verify")
if(!verify){
Bot.runCommand("/verify")
}else{
//Enterโฆ
Bjs: const ban = Bot.getProperty("ban"+user.telegramid)
if(ban=='ban'){
Bot.sendMessage("*โ๏ธ You Are Banned From Using This Bot*")
return
}
const verify=User.getProperty("verify")
if(!verify){
Bot.runCommand("/verify")
}else{
//Enterโฆ
๐4๐ฅฐ1๐ฑ1
โ๏ธ How to get live channel member?
๐ก Command =
โป๏ธIn Answer : =
โ Wait For Answer = On
๐ BJS =
๐ก Command =
๐ BJS=
๐ก Command =
Live subscribeโป๏ธIn Answer : =
Enter Channel Usernameโ Wait For Answer = On
๐ BJS =
Api.getChatMembersCount({
chat_id: message,
on_result: "/ong"
})๐ก Command =
/ong๐ BJS=
var result = options.result
Bot.sendMessage(result)๐5๐ฅฐ2๐ฑ1
โ๏ธโ Real Paytm Number Verify Codes
COMMAND-
BJ'S -
COMMAND-
๐งง WalletBJ'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")
}๐4
๐5
ADVANCE BOT CODERS
Guys Need Refer And Earn Paytm Autopay Bot In Php
New Video ๐
https://youtu.be/enJq_ZJBOCE
https://youtu.be/enJq_ZJBOCE
Download Codes From Description...
https://youtu.be/enJq_ZJBOCE
https://youtu.be/enJq_ZJBOCE
Download Codes From Description...
๐4๐ฑ1