ADVANCE BOT CODERS
رفتن به کانال در Telegram
Hello Guys Welcome To Our channel Here You Will Get All type bot Codes. 🚶♂️ Road To 2000 Subscribers ✔️ CONTACT ME : @Armanidrisi_bot 🐱 GITHUB : https://github.com/Armanidrisi
نمایش بیشترکشور مشخص نشده استفناوری و برنامهها37 549
2 038
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز
آرشیو پست ها
2 038
🎁✨Paytm Special Lifafa Giveaway For Users
Per User ₹1-5 Paytm Cash For Each User 💥
Link : https://earningarea.in/lifafa?id=4dvexsous3
Access Code :-) unlock all reaction
😍 Fast Claim And Share To Your Friends & Family
2 038
🚨 Link Shortner Code(php)
Command :
/link
Code :
<?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:- @TricksXTechOwner2 038
Guys After A Long Time I Have Maked a Video Please Like🙂
Link:-
https://youtu.be/nmK5NRJL9Fs
https://youtu.be/nmK5NRJL9Fs
2 038
Play Store App Detail Finder Codes For Php Bot
__
♻️Command: /app
📑 Codes
:- <?php
$split= explode(" ",$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: @Botcodes1232 038
👉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
2 038
♻️command:
💠 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;
}2 038
♻️command:
/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;
}2 038
♻️command:
💵 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;
}2 038
♻️command:
/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;
}2 038
♻️ command:
🗂 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;
}2 038
♻️ command:
👫 Invite
📑 Codes <?php
if(chat_type($chat_id)=="private"){
$count = RefLib_checkCount($chat_id);
$ref_link = RefLib_createRefLink($chat_id,"");
bot_sendMessage($chat_id,$message_id, "*🥰User: @$username \n\n🎯Your ToTal Refers : $count\n\n⭕️ Your Ref Link : $ref_link*","","Markdown");
return;
}2 038
♻️ Command:-
💸 Balance
📑Codes:- <?php
if(chat_type($chat_id)=="private"){
$a = Assets_show($chat_id,"balance");
bot_sendMessage($chat_id,$message_id, "*🥰 User @$username\n\n🎉 Chat Id: $chat_id\n\n❤️ Current Balance : $a Rs\n\nBot Made By: @Mohd_arman_idrisi01*","","Markdown");
return;
}2 038
♻️ Command:
/join
📑 Codes:- <?php
if(chat_type($chat_id)=="private"){
$iddd1 = user_getProperty($chat_id,"msgID");
$iddd = $iddd1+1;
bot_deleteMessage($chat_id,$iddd);
if(MemberLib_checkIsUserJoined("@botcodes123",$message_id,"$chat_id")=="left"){
bot_sendMessage($chat_id,$message_id, "Please Join : *@botcodes123*","","Markdown");
return;
}
if(MemberLib_checkIsUserJoined("@botcodes123",$message_id,"$chat_id")=="left"){
bot_sendMessage($chat_id,$message_id, "Please Join : *@botcodes123*","","Markdown");
return;
}
RefLib_addRefBonus($chat_id,"balance","40");
$board=[
['💸 Balance','👫 Invite'],
[ '🗂 Wallet', '💵 Withdraw'],
['💠 Refer List']
];
$name = bot_name();
$hmm = UserLib_getNameFor($chat_id);
bot_sendKeyboard($chat_id,$message_id,$board,"*Dear $hmm Welcome To Our @$name*","","Markdown");
return;
}2 038
♻️ Command:-
/start
📑 Codes:- <?php
if(chat_type($chat_id)=="private"){
bot_sendMessage($chat_id,$message_id, "$type","","Markdown");
$board = [
[
[
"text" => "✅ Joined",
"callback_data" => "/join"
]
]
];
$msg = "✅ To Use This Bot You Must Join To Our Channel\n\n*@botcodes123*\n*@botcodes123\n\nAfter Joined Click On ✅️Joined*";
bot_sendInlineKeyboard($chat_id,$message_id,$board,"$msg","","Markdown");
user_setProperty($chat_id,"msgID","$message_id");
return;
}2 038
Telegra.ph uploader Bjs
Command :-
/tg
Bjs :- if (!request.reply_to_message.photo[0]) {
Bot.sendMessage("*Please Reply To A Photo Only!*")
return
}
Bot.sendMessage("Uploading....")
if (request.reply_to_message.photo[3]) {
Api.getFile({ file_id: request.reply_to_message.photo[3].file_id, on_result: "/photosuc" })
return
}
if (request.reply_to_message.photo[2]) {
Api.getFile({ file_id: request.reply_to_message.photo[2].file_id, on_result: "/photosuc" })
return
}
if (request.reply_to_message.photo[1]) {
Api.getFile({ file_id: request.reply_to_message.photo[1].file_id, on_result: "/photosuc" })
return
}
if (request.reply_to_message.photo[0]) {
Api.getFile({ file_id: request.reply_to_message.photo[0].file_id, on_result: "/photosuc" })
return
}
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Command :- /photosuc
Bjs :-
var limk =
"https://api.telegram.org/file/bot" +
bot.token +
"/" +
options.result.file_path +
""
HTTP.post({url:"https://api.secretprojects.xyz/v1/telegraph/upload/?url="+limk+"", success:"/ontgsup"})
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Command :- /ontgsup
Bjs :-
var r = JSON.parse(content)
var s = r.telegraph_url
Bot.sendMessage(s,{disable_web_page_preview:false})
Created By :- @Newonep
Api By :- @SecretProjectsOwner2 038
Command:- check
Bjs:
var user = options.result.status
User.setProperty("status", user, "string")
if ((user == "member") | (user == "administrator") | (user == "creator")) {
Bot.runCommand("/menu")
User.addToGroup("user")
}
if (user == "left") {
Bot.sendMessage("*You Had Again Didn't Joined All Channnels*")
Bot.runCommand("/start")
}2 038
Command:
/Joined
Bjs:
let channel = "@PHPSELLER_LOGS";
let id = user.telegramid
Api.getChatMember({
chat_id : channel,
user_id : id,
on_result :"check"})2 038
Command:
/start
Bjs:- let info =
"[" + user.first_name + "]" + "(" + "tg://user?id=" + user.telegramid + ")"
var joinbuttons = [
[
{ text: "Ⓜ️ Main Chainel", url: "https://t.me/PHPSELLER_LOGS" }],
[{ text: "✅ Login", callback_data: "/Joined" }]]
Api.sendPhoto({
photo: "https://images.unsplash.com/photo-1522252234503-e356532cafd5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=725&q=80",
caption:
"*🙋♂ Whats'up* "+info+"\n*➖➖➖➖➖➖➖➖➖➖➖\n🔎Welcome To The Php Seller Bot\n\n🙃Bot Developer: @Mohd_arman_idrisi01*",
reply_markup: {
inline_keyboard: joinbuttons
},
parse_mode: "Markdown"
})
var user_link = Libs.commonLib.getLinkFor(user)
function hello(message) {
var greetings = ""
Bot.sendMessage(greetings + message)
}
function doTouchOwnLink() {
Bot.sendMessage("*You're Trying To Invite You're Self ❌*")
}
function doAttracted(channel) {
hello("Referal: " + channel)
}
function doAtractedByUser(refUser) {
hello("")
Bot.sendMessageToChatWithId(refUser.chatId, "**")
}
function doAlreadyAttracted() {
Bot.sendMessage("")
}
var trackOptions = {
onTouchOwnLink: doTouchOwnLink,
onAttracted: doAttracted,
onAtractedByUser: doAtractedByUser,
onAlreadyAttracted: doAlreadyAttracted
}
Libs.ReferralLib.currentUser.track(trackOptions)
/*var status = Libs.ResourcesLib.anotherChatRes("totalusers", "global")*/
var welco = User.getProperty("welo")
if (welco == undefined) {
var user_link =
"[" + user.first_name + "](tg://user?id=" + user.telegramid + ")"
var status = Libs.ResourcesLib.anotherChatRes("status", "global")
status.add(1)
Bot.sendMessageToChatWithId(
5151868182,
"*👨🏻✈️New User🆕 - " +
status.value() +
"*\n\n*🤴🏻User = " +
user.first_name +
"\n\n👮🏻♂Username =* " +
user_link +
" \n\n*💳User Id =* " +
user.telegramid +
""
)
}
User.setProperty("welo", user.telegramid, "text")2 038
List of All Bjs Codes
1. Paytm Autopay Bot : click
2. Logo Bjs: click ||
3. Youtube video Downloader: click
4.User Detail Bjs: click
5. Join Channel List: click
6. Clone bot : click
7. Games Bjs: click here
8. Weather deta Bjs : click
8.Image Captcha Verification: click
9. Emoji Captcha: click | end
10. Carbon Image Maker: click
11. Graph status: click | second
12. Accept Payment bot codes: click
13. Amazon Product Finder: click
14. Yt Thumbnail Downloader Bjs: click
15. Tomo Autopay : click
16. Paytm mannual pay; click
17. Rate in Bot Bjs: click
18. IMGBB Image Uplaoder Bot codes: click here
19. Chat With User: click
20. Seller bot: click
21. Logo Mannual Pay : click
22. Bit.ly url shortner: click
23. Seller bot paytm deposit bjs: click
24. Dart Game Bjs: click
25. Transfer Balance Bjs: click
26. Radeem Code Bjs: click
27. Lifafa In Bot: click
28. QR Code Maker: click
29. 1 Day 1 Withdraw: click
30. Login/Register In Bot : click
31. Inline keyboard Bjs: click
32. Qr Code scanner: click
33. Deposit from Paytm qr : click
34. Anime Logo Maker bjs: click
35. 10+ logo api: click |
36. How to make logo api: click
37. Url Shorter php: click
38 simple Lifafa Panel php: click
39. Aff php || advanced Lifafa php
40. Php logo bot: click
41. New logo api: click || more
42. Logo plp: start || end
43. Task Bjs: click
44. Daily Bonus Bjs: click
45. New User Notification: click
46. Message to Admin Bjs: click
47. Message to User Bjs: click
48. photo to admin : click
© All Bjs Credit To @BotCodes123
® Uploaded By : @Mohd_arman_idrisi01
Any Bjs Need Comment Down
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
