276
Subscribers
No data24 hours
-27 days
-830 days
Posts Archive
276
امينو لاعليه هجوم ولا الكلام يلي طلع انه بيتقفل ويرجع ب 2028 او السكرينات الشائعة ، ادخل-> هنا وتتاكد مافي اي كلام مكتوب كله مفبرك
- ماندري متى بيرجع او مايرجع فقط انتظر
Amino hasn’t been attacked, and there’s no real talk about it being shut down and coming back in 2028 — all those screenshots are fake. Go check -» here yourself; there’s nothing written about that. We don’t know if or when it will come back, so just wait
276
+4
بخصوص سالفة DARK STORM وانهم قفلو سيرفرات امينو
ادمن القناة يلي تدعي انها قفلت التطبيق كلمناه واتضح انه واحد عربي عمره15 مسوي اجنبي وينصب على الناس ههههه
DARKSTORM just a stupid kid
276
Amino has been down for over 24 hours.
Want to be the first to know when it's back online?
Subscribe to @AminoChckerBot newsletter
This bot will be one of the first to notify you as soon as Amino is back online.
276
ثغرة اكتشفتها قبل 7 اشهر ، لكنها تسربت بالغلط والان مافي داعي ماتنشتر دام كلشوي يجي واحد يحط حقوقه عليها وينشرها ف خذوها
276
pip install ZAmino.fix==1.2.4
New function:
c.verify_account(email, password)
Examples of using a bot:
from ZAminofix import Client
from ZAminofix import Context
c = Client()
c.login("", "")
def on_text_message(ctx: Context):
if ctx.content == "!Bot":
ctx.reply("yes!")
c.register_events(globals())276
https://t.me/PYCOD1
انضمو لهذه القناة هنشر عليها اكواد بايثون مختلفة امينو انستا تلي تيك توك والخ...
اكوادي الجديدة الي نشرتها هنا هحذفها وانشرها هنا
@med0t
276
https://t.me/PYCOD1
انضمو لهذه القناة هنشر عليها اكواد بايثون مختلفة امينو انستا تلي تيك توك والخ...
@med0t
276
import os
import requests
from user_agent import generate_user_agent
P = '\x1b[1;97m'
B = '\x1b[1;94m'
O = '\x1b[1;96m'
Z = "\033[1;30m"
X = '\033[1;33m'
F = '\033[2;32m'
Z = '\033[1;31m'
email = input(O+'Email=')
u = str(generate_user_agent())
cookies = {
'mid': 'Zx5LcgABAAFieRsXSAUirmjPV4cO',
'csrftoken': '7gUfe6hxE57UPTM1VfyKBvVxzX6gWMQm',
}
headers = {
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
'Host': 'i.instagram.com',
'Connection': 'Keep-Alive',
'User-Agent': u,
'Cookie2': os.getenv('Version', '') + '=1',
'Accept-Language': 'ar-EG, en-US',
'X-IG-Connection-Type': 'WIFI',
'X-IG-Capabilities': 'AQ==',
}
data = {
'ig_sig_key_version': '4',
'signed_body': f'1cc3d514cd3f612bd1bee78bf8a81f13b49b95847879f7a6c53bf03ea542fbd3.{{"user_email":"{email}","device_id":"android-f3e94b5ecd948ea2","guid":"a26844c0-a663-4f2e-992b-7702ea61bc49","_csrftoken":"7gUfe6hxE57UPTM1VfyKBvVxzX6gWMQm"}}',
}
response = requests.post(
'https://i.instagram.com/api/v1/accounts/send_password_reset/',
cookies=cookies,
headers=headers,
data=data,
).text
print(response)
if 'obfuscated_email' in response:
print('تم ارسال ريست بنجاح ✅')
else:
print('غير البريد ❌')
هذا الكود يوصل طلب تغيير لباسورد فالانستا حط ايميل بعد تشغيل بعدها روح شيك محادثات ايميلك276
https://youtu.be/gWJMDWc-gcY?si=ucbBLtmwt1miGofj
هذا فيديو شوف طريقة الاستفادة من الايميلات الي تصيدها من سكربت ذه
