โป๏ธ command:
๐Codes:-
๐ Wallet๐Codes:-
<?php
if(chat_type($chat_id)=="private"){
$board = [
[
[
"text" => "โ๏ธ Set/Change Wallet",
"callback_data" => "/setWall"
]
]
];
$wallet = user_getProperty($chat_id,"wallet");
bot_sendInlineKeyboard($chat_id,$message_id,$board,"*โ
Your Current Wallet : $wallet\n\n๐๐ป You Can Set Or Change Your Wallet*","","Markdown");
return;
}โป๏ธcommand:
๐ Codes:-
/seWall๐ Codes:-
<?php
if(chat_type($chat_id)=="private"){
if(message($chat_id,$message_id)=="true"){
user_setProperty($chat_id,"wallet",$message);
bot_sendMessage($chat_id,$message_id, "Wallet Set Successfully To : $message","","Markdown");
clearMessage($chat_id);
}else{
bot_sendMessage($chat_id,$message_id, "*๐ Send Me Your Paytm Number*","","Markdown");
waitForMessage($chat_id,$message_id,"/setWall");
}
return;
}โป๏ธcommand:
๐Codes:-
๐ต Withdraw๐Codes:-
<?php
if(chat_type($chat_id)=="private"){
$a = Assets_show($chat_id,"balance");
if($a<10){
bot_sendMessage($chat_id,$message_id, "Balance Not Enough","","Markdown");
return;
}
$board = [
[
[
"text" => "โ
Yes",
"callback_data" => "/wit2"
]
]
];
bot_sendInlineKeyboard($chat_id,$message_id,$board,"โ
Are You Sure To Withdraw","","Markdown");
return;
}โป๏ธcommand:
๐Codes:-
/wit2๐Codes:-
<?php
if(chat_type($chat_id)=="private"){
$wallet= user_getProperty($chat_id,"wallet");
$name = bot_name();
$id = UserLib_getLinkFor($chat_id);
$a = Assets_show($chat_id,"balance");
if($a<10){
bot_sendMessage($chat_id,$message_id, "Balance Not Enough","","Markdown");
return;
}
if(message($chat_id,$message_id)=="true"){
$api=file_get_contents("https://full2sms.in/api/v1/disburse/paytm?mid=your mis&mkey=your mkey&guid=Your Guid&amount=$message&mobile=$wallet&info=Bot+Payout+Maded+By+Arman");
$js=json_decode($api,true);
$status=$js['status'];
if($status==="success"){
$status="Payment Success";
}else
if($status=="failed"){
$status="Payment Failed";
}
bot_sendMessage($chat_id,$message_id, "*โ
๏ธ New Withdraw Request Success \n\n๐ญ User: @$id \n๐ธ Amount: $message Rs.\nโค๏ธโ๐ฅBot: @$name\n๐ Wallet: $wallet\n๐ฅ Status: $status\n\nDev: @Mohd_arman_idrisi01*","","Markdown");
Assets_cut($chat_id,"balance",$message);
clearMessage($chat_id);
}else{
bot_sendMessage($chat_id,$message_id, "๐ฐ Send Your Amount To Withdraw","","Markdown");
waitForMessage($chat_id,$message_id,"/wit2");
}
return;
}โป๏ธcommand:
๐Codes:-
๐ Refer List๐Codes:-
<?php
if(chat_type($chat_id)=="private"){
$list = RefLib_checkList($chat_id);
$users = explode(",", "$list");
$all_users = "";
foreach ($users as $user) {
$banda = UserLib_getLinkFor($user);
$all_users = "*$all_users\n@$banda*";
}
bot_sendMessage($chat_id,$message_id, "๐ป Your Refer List :\n $all_users","","Markdown");
return;
}๐1
๐Paytm Autopay Codes
๐Start:- Click Here
๐End:- Click Here
๐This Is Not BB Codes This is Php Bot Codes You Can Use Is Botroid.in ...
๐For More:- @botcodes123
๐Start:- Click Here
๐End:- Click Here
๐This Is Not BB Codes This is Php Bot Codes You Can Use Is Botroid.in ...
๐For More:- @botcodes123
โค6๐1
Play Store App Detail Finder Codes For Php Bot
__
โป๏ธCommand: /app
๐ Codes
$split= ex
๐For More Join: @Botcodes123
__
โป๏ธCommand: /app
๐ Codes
:- <?php$split= ex
plode(" ",$message);
$msg=$split[1];
if(!$msg){
bot_sendMessage($chat_id,$message_id,"Please Send Like This /app App Name","","Markdown");
return;
}
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL =>"https://api.secretprojects.xyz/v1/playstore/?app=$msg",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 2,
CURLOPT_TIMEOUT => 10,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_CUSTOMREQUEST => "GET"
));
$ap = curl_exec($curl);
bot_sendMessage($chat_id,$message_id,$ap,"","Markdown");
$js=json_decode($ap,true);
$name=$js['name'];
$id=$js['id'];
$dev=$js['developer'];
$category=$js['category'];
$type=$js['type'];
$downloads=$js['installs'];
$price=$js['price'];
$summary=$js['summary'];
$new=$js['last_updated'];
$logo=$js['icon'];
$bname = bot_name();
bot_sendPhoto($chat_id,$message_id,$logo,"*โ
๏ธ Here Is Your App Detail\n\n๐Name: $name\n๐Id: $id\n๐Category: $category\n๐Developer: $dev\n๐Type: $type\n๐Total Installs: $downloads\n๐Price: $price\n\n๐Summary: $summary\n๐Last updated: $new\n\nDetails By: @$bname*","","Markdown");
๐Maded By:- @Mohd_arman_idrisi01๐For More Join: @Botcodes123
๐ฅ2๐ฑ1
Guys After A Long Time I Have Maked a Video Please Like๐
Link:-
https://youtu.be/nmK5NRJL9Fs
https://youtu.be/nmK5NRJL9Fs
Link:-
https://youtu.be/nmK5NRJL9Fs
https://youtu.be/nmK5NRJL9Fs
๐3
๐จ 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