SENKU CODEX
前往频道在 Telegram
显示更多
未指定国家未指定类别
1 241
订阅者
-524 小时
+497 天
+13230 天
吸引订阅者
八月 '26
八月 '26
+211
在29个频道中
七月 '26
+219
在48个频道中
Get PRO
六月 '26
+246
在28个频道中
Get PRO
五月 '26
+40
在20个频道中
Get PRO
四月 '26
+301
在25个频道中
Get PRO
三月 '26
+618
在25个频道中
| 日期 | 订阅者增长 | 提及 | 频道 | |
| 27 八月 | +9 | |||
| 26 八月 | +1 | |||
| 25 八月 | +17 | |||
| 24 八月 | +24 | |||
| 23 八月 | +4 | |||
| 22 八月 | +13 | |||
| 21 八月 | +2 | |||
| 20 八月 | +5 | |||
| 19 八月 | +13 | |||
| 18 八月 | +37 | |||
| 17 八月 | +6 | |||
| 16 八月 | +46 | |||
| 15 八月 | +1 | |||
| 14 八月 | +2 | |||
| 13 八月 | +4 | |||
| 12 八月 | +5 | |||
| 11 八月 | +3 | |||
| 10 八月 | +5 | |||
| 09 八月 | +1 | |||
| 08 八月 | +1 | |||
| 07 八月 | +4 | |||
| 06 八月 | +1 | |||
| 05 八月 | +1 | |||
| 04 八月 | +3 | |||
| 03 八月 | 0 | |||
| 02 八月 | +1 | |||
| 01 八月 | +2 |
频道帖子
💎 WISHLIST LEADERBOARD API — SRC 💎
🔥 Free Fire Wishlist Leaderboard ka complete data fetch karo!
🌍 IND 🇮🇳 | BD 🇧🇩 | PK 🇵🇰 & More
📊 Weekly + Monthly Leaderboard
🔍 Item Name & Type Included
⚡ One API • All Regions
📦 SRC:
https://t.me/free_files_senku_bot?start=BQADAQADZhgAAvIJgESYe8TAYhibOxYE
🚀 Grab it Now!
| 2 | Hello | 80 |
| 3 | Now delete these msgs | 2 |
| 4 | Hata diya 😅 | 4 |
| 5 | Kyuki Me Khd Sell KR Raha Ye | 2 |
| 6 | Ok Post hi delete kar deta hu | 1 |
| 7 | Ku bhai 🙃 | 1 |
| 8 | Mera dhande me vich me tNG MAT ADAO Yrr Price High karo | 1 |
| 9 | 🔐 ACCESS TOKEN LOGIN SERVICE 🔐
💰 Sale Price: ONLY ₹150/-
⚡ Login any supported ID using Access Token
🔥 Fast & Easy Service
💎 Affordable Price — Just ₹150
📩 DM: @senku_codex
🚀 Grab Yours Now! | 2 |
| 10 | Hat thari | 2 |
| 11 | 🔐 ACCESS TOKEN LOGIN SERVICE 🔐
💰 Sale Price: ONLY ₹150/-
⚡ Login any supported ID using Access Token
🔥 Fast & Easy Service
💎 Affordable Price — Just ₹150
📩 DM: @senku_codex
🚀 Grab Yours Now! | 1 |
| 12 | 💎 FF Wishlist Injector SRC 💎
Add any item directly to your Free Fire account wishlist — self‑hosted, one endpoint, fully encrypted.
💨 Lightning-fast — updates your wishlist in seconds
📡 Single endpoint: /add?jwt=&item_id=
⚡ Flask based, runs locally or on any server
🧪 Ready to plug into bots, scripts, or personal tools | 703 |
| 13 | Hata diya ab khush sab log 🙃 | 200 |
| 14 | Guys ab kya bolu fake link 🖇️ | 1 |
| 15 | sticker.webp | 2 |
| 16 | ❌ | 1 |
| 17 | Access token to login src for free 🆓 | 49 |
| 18 | Thank you brother @SOPXHAKKU help karne ke liye | 214 |
| 19 | Koi mujhe 20 ka reddem code de sakta hai kya ? | 215 |
| 20 | Access Token To Number(If Under 18 Account)
import sys, json, requests
from datetime import datetime, timedelta
t = input("Enter access token: ").strip()
if not t:
print("Token is required.")
sys.exit(1)
r = requests.get("https://ffmconnect.live.gop.garenanow.com/game/get_mobile_info",
params={"access_token": t, "app_id": "100067"},
headers={"User-Agent": "GarenaMSDK/4.0.42(V2538 ;Android 16;en;US;app 1.126.2 2019120816;)",
"Connection": "Keep-Alive", "Accept-Encoding": "gzip"},
timeout=10)
r.raise_for_status()
d = r.json()
if d.get("result") == 0:
m = d.get("mobile_no", "")
if m:
print(f"Mobile Number: {m}")
u = d.get("mobile_update_time", 0)
if u > 0:
print(f"Update Time (IST): {(datetime.fromtimestamp(u)+timedelta(hours=5, minutes=30)).strftime('%Y-%m-%d %H:%M:%S')}")
else:
print("Update Time: Not available")
else:
print("Ess Account Pr Koi Number Nahi Lga Hua Hai")
else:
print("API returned error. Result code:", d.get("result"))
By Eren Yeager | 1 |
