fa
Feedback
𝗟e𝘃i T𝗼o𝗹s

𝗟e𝘃i T𝗼o𝗹s

کانال بسته

All tools are only for educational purposes

نمایش بیشتر
کشور مشخص نشده استدسته بندی مشخص نشده است
549
مشترکین
-224 ساعت
-97 روز
+2730 روز

در حال بارگیری داده...

کانال‌های مشابه
هیچ داده‌ای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
ابر برچسب‌ها
هیچ داده‌ای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
اشارات ورودی و خروجی
---
---
---
---
---
---
جذب مشترکین
اوت '26
اوت '26
+55
در 16 کانال‌ها
ژوئیه '26
+527
در 59 کانال‌ها
تاریخ
رشد مشترکین
اشارات
کانال‌ها
30 اوت0
29 اوت0
28 اوت0
27 اوت0
26 اوت0
25 اوت0
24 اوت0
23 اوت+1
22 اوت+1
21 اوت+5
20 اوت0
19 اوت0
18 اوت0
17 اوت0
16 اوت0
15 اوت+2
14 اوت+3
13 اوت+5
12 اوت+1
11 اوت+6
10 اوت+16
09 اوت+2
08 اوت0
07 اوت+1
06 اوت+2
05 اوت+1
04 اوت+1
03 اوت+5
02 اوت+2
01 اوت+1
پست‌های کانال
👾 Get Your Custom Development Premium Standards 👾
👾 Telegram/Discord Bots 👾 Telegram: mini apps 👾 Automation Tools / Scripts 👾 3d Websites 👾 Strong to Strong Encryptions 👾 Telegram Adbots
Etc Just Tell Me What You Need 👨‍💻
⏱️ Fast Clean Affordable 💲
✔️ Reputed MM Accepted ✔️
Contact Now: @beasteren // @slocc 👾

2
📱 Here's GitHub File/Repo Downloader Source 📱 Source➡️ Click Source➡️ Click Source➡️ Click Note: You can download File/Repo From GitHub with Url, Also Supports Private Repos With Token 📌 Source Coded By: @Beasteren ✅
2 164
3
🚀 AeroSend is LIVE! 🚀 🗣You can store your any file, Data, here 🧠 🗣Share any file, web is size - Free 😎 🗣Strong Password Protected 🔐 🗣One Time Link Support Your Link Burn Permanently After Download 🔥 ⌨️Multiple Files One Link Download as ZIP No Sign-Up Required 🌎 🌟 Site ➡️ https://aerosend.bond ♾ Fast • Secure • Unlimited ♾ Website By: @Beasteren // @SwapiBhai 👨‍💻
1 635
4
بدون متن...
198
5
flask health checkup app 👨‍💻
220
6
from flask import Flask, jsonify from flask_cors import CORS import os, logging, time from datetime import datetime, timezone app=Flask(__name__) CORS(app) logging.basicConfig(level=logging.INFO) s=time.time() @app.errorhandler(404) def lovepreetog(e): return jsonify({'error':'Endpoint not found'}),404 @app.errorhandler(500) def lovepreetog1(e): return jsonify({'error':'Internal server error'}),500 @app.route('/') def lovepreetog2(): app.logger.info('Health check requested') return jsonify({'status':'running','bot':'your bot name','service':'your service name'}) @app.route('/health') def lovepreetog3(): return jsonify({'status':'healthy','timestamp':datetime.now(timezone.utc).isoformat()}) @app.route('/info') def lovepreetog4(): return jsonify({'name':os.environ.get('SERVICE_NAME','your creation name'),'version':os.environ.get('VERSION','1.0.0'),'description':'your description','endpoints':{'/':'Health check','/health':'Detailed health status','/info':'Bot information','/metrics':'Basic performance metrics'}}) @app.route('/metrics') def lovepreetog5(): return jsonify({'uptime_seconds':int(time.time()-s),'status':'operational'}) def lovepreetog6(): port=int(os.environ.get('PORT',8080)) app.run(host='0.0.0.0',port=port,debug=False,use_reloader=False) if __name__=="__main__": lovepreetog6()
213
7
And The pycdas tool is coming soon! I'm working on it.😎 Use of pycdas: pycdas is used to disassemble code
802
8
👩‍💻 Here's pycdc decompiler for pyc 👩‍💻 pycdc For Android➡️ Click pycdc For Android➡️ Click pycdc For Android➡️ Click pycdc For Windows➡️ Click pycdc For Windows➡️ Click pycdc For Windows➡️ Click 📌 How to use: In terminal first give permission to file with chmod +x pycdc_Arm64 then run directly ./pycdc_Arm64 | ./pycdc_x86-64.exe Then enter pyc file path: Then enter Output Path: Done! enjoy This pycdc By: @Beasteren 👨‍💻
2 595
9
⚠️ Here's Curl Converter Source ⚠️ Source➡️ Click Source➡️ Click Source➡️ Click Note: This Curl Converter Supports 23 Languages and 9 Formats 🎁 Source Coded By: @Beasteren 🥂
2 522
10
💬 Telegram Buttons Bot Script 💬 Script ➡️ Click Script ➡️ Click Script ➡️ Click Script by: @Beasteren 🎁
💬 Telegram Buttons Bot Script 💬 Script ➡️ Click Script ➡️ Click Script ➡️ Click Script by: @Beasteren 🎁
2 740
11
updated session string extractor
375
12
print("Coded By: @Beasteren") from pyrogram import Client import asyncio import warnings import logging logging.basicConfig(level=logging.CRITICAL) warnings.filterwarnings("ignore") API_ID = 123456 #change with your api id API_HASH = "your api hash" async def main(): app = Client( ":memory:", api_id=API_ID, api_hash=API_HASH, no_updates=False, in_memory=True, hide_password=True, sleep_threshold=30 ) await app.start() session_string = await app.export_session_string() print("Your Session String:\n" + session_string + "\n\nDon't share! Keep safe!") await app.stop() loop = asyncio.new_event_loop() asyncio.set_event_loop(loop) loop.set_exception_handler(lambda loop, context: None) loop.run_until_complete(main()) loop.close()
376
13
Telegram Session String Extractor Source Source: Click Source: Click Source: Click Source Coded By: @Beasteren
4 987
14
Here's C based Encryption Source Source: Click Source: Click Source: Click Encryption Type: Very Strong Source Coded By: @Beasteren
3 999
15
Here's binary permanent patcher Source: Click Source: Click Source: Click Source Coded By: @Beasteren
3 809
16
Here's Source of Web Tg Admin Pannel Source: Click Source: Click Source: Click Source Coded By: @Beasteren
4 533
17
Web Admin Pannel For Telegram Bot
Web Admin Pannel For Telegram Bot
427
18
🎁 Here's Your 4 in 1 Helper Bot 🎁 Bot: @PirateHelperRobot Bot: @PirateHelperRobot Bot: @PirateHelperRobot 🤍New Features Comes Soon🤍 Bot Coded By @Beasteren✅
375
19
🥂Link to Mp3 downloader script🥂 Script: Click Script: Click Script: Click Script use: yt-dlp Script Coded By @Beasteren✅
3 326
20
FastAPI Basic Backend🦖
317