•━𝐑𝐃𝐀⁽♔₎𝐏𝐇𝐏━•
前往频道在 Telegram
محتوى القناة . ↜ قناه مختصه بتعليم برمجه البوتات والتطبيقات والمواقع ونشر بوتات تليجرام خدميه وتطبيقات مفيده ↝…🖤 المالك : رضوان الصلاحي مبرمج بوتات تلي @nninc .
显示更多1 230
订阅者
无数据24 小时
-57 天
-2230 天
帖子存档
1 231
حساب انستا انشا۽ 2016 بالتوفيق للي ياخذه
يوزر :- fqais7895
باس :- rdwanalslahy6677
صايده من هذه للاداه
1 231
if ($type == 'group' || $type == 'supergroup'){
if ( $status == 'creator' or in_array($from_id,$Dev) or in_array($from_id,$developer) or in_array($from_id,$carlos) or in_array($from_id,$nazar) or in_array($from_id,$eri)) {
if($text == "حذف امر"){
$aa ="⌯⁞ ارسل الامر القديم الان .";
bot("sendmessage",[
"chat_id"=>$chat_id,
"text"=>$aa,'parse_mode'=>"Markdown",
'reply_to_message_id'=>$message->message_id,
]);
$BGBBB["trued"][$chat_id][$from_id]="true";
file_put_contents("BGBBB.json",json_encode($BGBBB,true));
}
if($text != "حذف امر" and $BGBBB["trued"][$chat_id][$from_id]=="true"){
$BGBBB["trued"][$chat_id][$from_id]="true1";
file_put_contents("BGBBB.json",json_encode($BGBBB,true));
$aa ="⌯⁞ تم حذف الامر بنجاح .";
bot("sendmessage",[
"chat_id"=>$chat_id,
"text"=>$aa,'parse_mode'=>"Markdown",
'reply_to_message_id'=>$message->message_id,
]);
$key = array_search($BGBBB[$chat_id][$BGBBB[$chat_id][$text]],$BGBBB[$chat_id]["List"]);
unset($BGBBB[$chat_id]["List"][$key]);
$BGBBB[$chat_id]["List"] = array_values($BGBBB[$chat_id]["List"]);
unset($BGBBB[$chat_id][$BGBBB[$chat_id][$text]]);
unset($BGBBB[$chat_id][$text]);
unset($BGBBB["trued"][$chat_id][$from_id]);
unset($BGBBB["trued"][$chat_id]);
file_put_contents("BGBBB.json",json_encode($BGBBB,true));
}
if($text == "اضف امر"){
$aa ="⌯⁞ ارسل الامر القديم الان .";
bot("sendmessage",[
"chat_id"=>$chat_id,
"text"=>$aa,'parse_mode'=>"Markdown",
'reply_to_message_id'=>$message->message_id,
]);
$BGBBB["true"][$chat_id][$from_id]="true";
file_put_contents("BGBBB.json",json_encode($BGBBB,true));
}
if($text != "اضف امر" and $BGBBB["true"][$chat_id][$from_id]=="true"){
$BGBBB["true"][$chat_id][$from_id]="true1";
file_put_contents("BGBBB.json",json_encode($BGBBB,true));
$aa ="⌯⁞ ارسل الامر الجديد الان .";
bot("sendmessage",[
"chat_id"=>$chat_id,
"text"=>$aa,'parse_mode'=>"Markdown",
'reply_to_message_id'=>$message->message_id,
]);
$BGBBB["true"][$chat_id]["c"]=$text;
file_put_contents("BGBBB.json",json_encode($BGBBB,true));
}
$recv = $BGBBB["true"][$chat_id]["c"];
if($text != $BGBBB["true"][$chat_id]["c"] and $BGBBB["true"][$chat_id][$from_id]== "true1"){
$aa ="⌯⁞ تم حفظ الامر بنجاح .";
bot("sendmessage",[
"chat_id"=>$chat_id,
"text"=>$aa,'parse_mode'=>"Markdown",
'reply_to_message_id'=>$message->message_id,
]);
$BGBBB[$chat_id]["List"][]=$text;
$BGBBB[$chat_id][$recv] = $text;
$BGBBB[$chat_id][$text]= $BGBBB["true"][$chat_id]["c"];
unset($BGBBB["true"][$chat_id]);
file_put_contents("BGBBB.json",json_encode($BGBBB,true));
}
if($text == "مسح الاوامر المضافه"){
$aa ="⌯⁞ تم مسح الاوامر المضافه .";
bot("sendmessage",[
"chat_id"=>$chat_id,
"text"=>$aa,'parse_mode'=>"Markdown",
'reply_to_message_id'=>$message->message_id,
]);
for($j=0;$j<count($BGBBB[$chat_id]["List"]); $j++){
$deal = $BGBBB[$chat_id]["List"][$j];
$d = $BGBBB[$chat_id][$deal];
unset($BGBBB[$chat_id][$d]);
unset($BGBBB[$chat_id][$deal]);
}
unset($BGBBB[$chat_id]["List"]);
file_put_contents("BGBBB.json",json_encode($BGBBB,true));
}
if($text == "الاوامر المضافه" ){
if(!$BGBBB[$chat_id]["List"]){
$aa ="⌯⁞ لا يوجد اوامر مضافه";
bot("sendmessage",[
"chat_id"=>$chat_id,
"text"=>$aa,'parse_mode'=>"Markdown",
'reply_to_message_id'=>$message->message_id,
]);
}
}
if($text == "الاوامر المضافه"){
if($BGBBB[$chat_id]["List"]){
for($j=0;$j<count($BGBBB[$chat_id]["List"]); $j++){
$Eq = $BGBBB[$chat_id]["List"][$j];
$dr = $BGBBB[$chat_id][$Eq];
$msg = $msg. $j."- ".$Eq." ~ ( ".$dr." ) \n";
}
$j = "⌯⁞ قائمه الاوامر المضافه هي : — — — — — — — — —
".$msg;
bot("sendmessage",[
"chat_id"=>$chat_id,
"text"=>$j,'parse_mode'=>"Markdown",
'reply_to_message_id'=>$message->message_id,
]);
}
}
}
}
كود اضف امر - حذف امر - الاوامر المضافه
Php
Me : @RR7911 231
- كود طباعه بسيط جدًا
Print ("Hello")
Print ("اهلا بك في القناة")
- تقدر تخلي اي نص تبيه يا حلو !
👍 لا يحتاج كتابة اصلًا
1 231
1 231
طلب بعض أعضاء القناه
- ملف بوت الاشتراك الاجباري المدفوع ؛ ✌️🇮🇶
- بمميزات خرافيه ماموجود في اي بوت ؛ ☑️
- يتميز ب ( وضع قناة 2 ، تعين كليشه مخصصه ، اشتراك وهمي ، اضهار اسم القناة ،الخ.. ) ؛ 🔬
- هم كان علي طلب والناس تبيع نسخ مزيقه منه باسعار خياليه ؛ 💰
@Kiindi_bot
تنشر اذكر مصدر
- @PvPPPP
1 231
ملف بوت همسه
Info Files : -
Name : Whisper
Language : python
يمكنك التنصيب على سيرفر أو Py3droid
1 231
if(strstr($text ,"instagram.com") == true) {
$Reels = json_decode(file_get_contents("https://sero-bots.ml/API/DownIns.php?url=$text"));
$uurl = $Reels->url[0]->url;
$meta_title = $Reels->meta->title;
if($uurl){
$R=bot('sendMessage',[
'chat_id'=>$chat_id,
'text'=>"
*
انتضر قليلا يتم التحميل 🎉
*
",
'parse_mode'=>"markdown",
])->result->message_id;
bot('sendvideo',[
'chat_id'=>$chat_id,
'video'=>$uurl ,
'caption'=>"
*
تم تحميل الفيديو بنجاح
*
~ $meta_title
",
'parse_mode'=>"MarkDown",
]);
bot('deletemessage',[
'chat_id'=>$chat_id,
'message_id'=>$R,
]);
} else {
bot('sendMessage',[
'chat_id'=>$chat_id,
'text'=>"
*
خطأ تأكد من حاله الحساب يجب ان يكون عام 👁️
*
",
'parse_mode'=>"markdown",
]);
}
}
كود تحميل انستا فقط دزله الرابط وهايهيه
تنشر اذكر مصدر
@Sero_Bots - @PVPPPP1 231
اداه صيد متاحات انستا
<========================>
1-: الاداه تنتهي يوم-: "2023-02-28"
2-: تحط توكن بوت
3-: تحط سيزون ايدي
4-: تحط ايدي حساب التيلي
5-: الاداه محدثه و سريعه جدا في الفحص
6-: تعطيك معلومات الحساب الذي تم صيده
7-: اذا طبعلك-: "[×] BaD IP" شغل VpN
8-: الاداه مشفره بحقوقي-: "@TY8TYT"
9-: لا تنسه ارسال صور الصيد
10-: اصدار رقم-: v1.5
11-: اذا واجهك اي مشكله راسلني-:
1-: @TY8TYT
2-: @SNIPER_15_HEX
3-: @B_O_T_SNIPER_HEX_bot
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
