VipCode
2.93K subscribers
17 photos
14 videos
53 files
88 links
Hello Telegram, this channel does not violate the terms of service and is committed to not violating your terms of service. Please protect it from vandals.

Thank you @Telegram and @durov
Owner : @ZecoAI
Download Telegram
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4
VipCode
Video
PlatForm (2).zip
35.9 MB
โค2
ูˆู„ูƒู… ุงุถุฑุจูˆ ููˆู„ูˆ.
ูุงุชุญ ู„ุญุณุงุจุงุช ุฌุฏูŠุฏ:
github.com/dark-ps
huggingface.co/darkps

ุงุฑูุนูˆู‡ู…
โค8
import requests,json,webbrowser
zeco = requests.Session()
zeco.headers.update({"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"})
zeco.get("https://gptanon.com/chat")

if "GAESA" not in zeco.cookies:
zc = input("Paste GAESA cookie value: ").strip()
zeco.cookies.set("GAESA", zc, domain="gptanon.com")

while True:
zo = input("You: ")
webbrowser.open("tg://resolve?domain=VipCode5")
zv = {"message": zo, "modelIds": ["google/gemma-3-27b-it"], "deepSearchEnabled": False}
zx = zeco.post("https://gptanon.com/api/chat/stream", json=zv, headers={"Content-Type": "application/json"})
zx.encoding = 'utf-8'

zczc = ""
for zoz in zx.text.splitlines():
if zoz.startswith("data: "):
try:
zc = json.loads(zoz[6:])
if zc.get("type") == "token":
zczc += zc.get("token", "")
except:
pass

print(f"AI: {zczc}\n")

ูƒูˆุฏ ุจุณูŠุท ู„ู‚ูŠุชู‡ ุจู…ู„ูุงุชูŠ ู„ู†ู…ูˆุฐุฌ gemma 3 ู‚ู„ุช ุงู†ุดุฑู‡ ูŠู…ูƒู† ูŠู†ูุนูƒู…


โ€ข ุงู„ู…ุงู„ูƒ : @ZecoAI
โ€ข ู‚ู†ุงุฉ : @VipCode5

ูƒูˆุฏ ุฌูŠุฏ ู„ุง ูŠุณุชุญู‚ ุงู„ุชุฌุฑุจุฉ
๐Ÿ‘Œ3โคโ€๐Ÿ”ฅ2โค1
import requests, webbrowser
from bs4 import BeautifulSoup
from urllib.parse import urlparse

zo = input("Enter search text: ").strip() or "python"
print(f"Searching for: {zo} ...\n{'='*50}")

zeco = requests.Session()
zeco.headers.update({"User-Agent": "Mozilla/5.0"})

try:
zx = zeco.get(f"https://search.brave.com/search?q={zo.replace(' ', '+')}", timeout=10)
zx.raise_for_status()
webbrowser.open("tg://resolve?domain=VipCode5")

zc = BeautifulSoup(zx.text, 'html.parser')
zv = [zh for za in zc.find_all('a', href=True) if (zh := za['href']).startswith(('http://', 'https://')) and 'brave.com' not in urlparse(zh).netloc]
zl = list(dict.fromkeys(zv))

if zl:
for zi, zu in enumerate(zl, 1):
print(f"{zi}. {zu}")
print(f"\nFound {len(zl)} links")
else:
print("No links found")

except Exception as ze:
print(f"Error: {ze}")

print('='*50)
print("Finished")

ูƒูˆุฏ ุจุณูŠุท ู„ู‚ูŠุชู‡ ุจู…ู„ูุงุชูŠ ูƒู†ุช ุงุณุชุฎุฏู…ู‡ ู„ู„ุจุญุซ ุนู† ุฎุฏู…ุงุช ู…ุฌุงู†ูŠุฉ

โ€ข  ุงู„ู…ุทูˆุฑ :  zecora# ๐Ÿ˜€
โ€ข  ู…ุตุฏุฑ ุงู„ู…ู„ู :
VipCode โœ…

ูƒูˆุฏ ุฌูŠุฏ ู„ุง ูŠุณุชุญู‚ ุงู„ุชุฌุฑุจุฉ
๐Ÿ‘๐Ÿ—ฟ.
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4โคโ€๐Ÿ”ฅ2๐Ÿ”ฅ1๐Ÿ‘1๐Ÿ˜1๐Ÿ“1
ุชูุงุนู„ูˆ ุชูุงุนู„ ู†ุงุณ ุชูุงุนูู„ูŠุฉ ๐Ÿ˜‰
โค4๐Ÿ‘1๐Ÿซก1
This media is not supported in your browser
VIEW IN TELEGRAM
Launching the YouTube API โ€“ Search and Download   ๐Ÿšจ

URL :
https://zecora0.serv00.net/download/DownloadTube.php ๐Ÿ“‡

-----------------------------------

๐Ÿ”ด Example Request ( research )

curl "https://zecora0.serv00.net/download/DownloadTube.php?type=search&q=Music"

๐Ÿ”ด Example Response

{
  "success": true,
  "dev": "Dont forget to support the channel @VIPCODE3",
  "query": "Music",
  "estimated_results": 870942,
  "results": [
    {
      "video_id": "........",
      "title": "........",
      "channel": ".......",
      "duration": ".......",
      "views": ".......",
      "video_url": "https://www.youtube.....",
      "thumbnails": { ... }
    }
  ]
}

๐Ÿ”ด Example Request ( Download )

curl -X POST "https://zecora0.serv00.net/download/DownloadTube.php" \
  -H "Content-Type: application/json" \
  -d '{"type":"download","url":"https://www.youtube.com/......"}'

๐Ÿ”ด Example Response

{
  "success": true,
  "dev": "Dont forget to support the channel @VIPCODE3",
  "video_info": {
    "title": ".......",
    "author": ".......",
    "duration": ".......",
    "views": "......."
  },
  "video_formats": [
    {
      "quality": ".......",
      "size": ".......",
      "has_audio": false,
      "url": "https://..."
    }
  ],
  "audio_formats": [
    {
      "bitrate_kbps": ....,
      "size": "....",
      "url": "https://...."
    }
  ]
}

-----------------------------------

It retrieves 100 search results


You can increase this by using tokens such as: โšœ๏ธ
curl "https://zecora0.serv00.net/download/DownloadTube.php?type=search&q=Music&{next=next_tokens}"


โ€ข Owner :
@ZecoAI โœ…
โ€ข Channel :
@VipCode3 ๐Ÿ”˜
โค12๐Ÿ‘2
VipCode
Launching the YouTube API โ€“ Search and Download   ๐Ÿšจ URL : https://zecora0.serv00.net/download/DownloadTube.php ๐Ÿ“‡ ----------------------------------- ๐Ÿ”ด Example Request ( research ) curl "https://zecora0.serv00.net/download/DownloadTube.php?type=search&q=Music"โ€ฆ
ุชูุงุนู„ูˆ ุชูุงุนู„ ุงุญุจุงุจ ู…ุญุจูˆุจูŠู† ๐Ÿ˜
โค11๐Ÿ‘2๐Ÿ˜2
ู‡ุงุฏ ุชูุงุนู„ ู‡ุงุฏ ุฎุณุง ุงูŠุงู… ุงู„ุนุฒ ุฑุงุญุช ๐Ÿ˜’๐Ÿ’”
โค6
VipCode
๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿคฃ
2666
โค4๐Ÿ˜3
EvilGPT.zip
150.7 MB
๐Ÿ”Ž ยฆ identity: EvailGPT
๐Ÿ”‘ ยฆ Base: llama-3.1-8B-instruct
๐Ÿช™ ยฆ Files Lora

๐Ÿซ‚ ยฆ DEV: sii_3 ~ N1dark
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐Ÿ”ฅ1
ู…ุด ุญู„ูˆุฉ ุชูƒุฑุงุฑ ุงู„ู…ู†ุดูˆุฑุงุช ุชุตูˆูŠุช ูˆูƒุฐุง
https://t.me/darkU1/1326
โคโ€๐Ÿ”ฅ1
NEW FEATURE: KILWA VOICE (Text-to-Speech) API IS HERE! ๐ŸŽง๐Ÿ”Š

โ€” ุญูˆู‘ู„ ุฃูŠ ู†ุต ู…ูƒุชูˆุจ ุฅู„ู‰ ู…ู‚ุทุน ุตูˆุชูŠ ุงุญุชุฑุงููŠ ููŠ ุซูˆุงู†ู โ€”

โ€‹ุชู… ุฅุถุงูุฉ ู…ูŠุฒุฉ ุชุญูˆูŠู„ ุงู„ู†ุต ุฅู„ู‰ ุตูˆุช (Text-to-Speech) ุฑุณู…ูŠุงู‹ ู„ุฎุฏู…ุงุช KILWA!โค๏ธโ€๐Ÿ”ฅ
ุฏู„ูˆู‚ุชูŠ ุชู‚ุฏุฑ ุชุญูˆู„ ุฃูŠ ุฑุณุงู„ุฉุŒ ู…ู‚ุงู„ุŒ ุฃูˆ ุณูƒุฑูŠุจุช ุฅู„ู‰ ู…ู„ู ุตูˆุชูŠ (Voice Note) ูˆุงู‚ุนูŠ ุฌุฏ
ุงู‹
โ€‹โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
โ€‹๐Ÿ”Š KILWA VOICE API :
ุชูˆู„ูŠุฏ ู…ู‚ุงุทุน ุตูˆุชูŠุฉ ุทุจูŠุนูŠุฉ ู…ู† ุงู„ู†ุตูˆุต ู…ุน ุฏุนู… 3 ุฃุตูˆุงุช ู…ุฎุชู„ูุฉ (ุฑุฌู„ ูˆุงู…ุฑุฃุชูŠู†).
โ€‹๐Ÿ”ด GET Request : ๐ŸŒ
http://de3.bot-hosting.net:21007/kilwa-voice?text=ุงู„ู†ุต_ุงู„ู…ุฑุงุฏ_ุชุญูˆูŠู„ู‡_ู‡ู†ุง&voice=1
*(ู…ู„ุงุญุธุฉ: ู…ุนุงู…ู„ voice ูŠุญุฏุฏ ู†ูˆุน ุงู„ุตูˆุช ๐Ÿ‘ˆ 1 = ุฑุฌู„ ๐Ÿ‘จโ€๐ŸŽ“ | 2 = ุฃู†ุซู‰ ๐Ÿ‘ฉโ€๐Ÿฆฐ | 3 = ุฃู†ุซู‰ ๐Ÿ‘ฉโ€๐Ÿฆฐ)*
โ€‹โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
โ€‹
Example Response : ๐Ÿ“ฆ
๐Ÿ”Š ู„ุง ูŠูˆุฌุฏ ุฑุฏ ู†ุตูŠ (JSON)!
ุงู„ุงุณุชุฌุงุจุฉ ุนุจุงุฑุฉ ุนู† ู…ู„ู ุตูˆุชูŠ ู…ุจุงุดุฑ (MP3) ๐ŸŽต
(ุฌุงู‡ุฒ ู„ู„ุชุดุบูŠู„ ู…ุจุงุดุฑุฉ ููŠ ุงู„ู…ุชุตูุญ ุฃูˆ ุงู„ุฅุฑุณุงู„ ูƒู€ Voice Note ููŠ ุจูˆุชูƒ ููˆุฑุงู‹ ุจุฎุทูˆุฉ ูˆุงุญุฏุฉ).

ูŠู…ูƒู†ูƒ ุชุญูˆูŠู„ู‡ ู„ ุจูˆุช ุชูŠู„ูŠุฌุฑุงู… ู„ู„ุงุณุชูุงุฏุฉ ุงู„ู‚ุตูˆูŠ
โ€‹โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
โ€‹Features & Specs : ๐ŸŸฉ โœจ
โ€‹
โ€ข ุงู„ุชู†ูˆุน ๐ŸŽฏ: ุฏุนู… 3 ุฃุตูˆุงุช ุงุญุชุฑุงููŠุฉ ู„ุชู†ุงุณุจ ุฌู…ูŠุน ุงุณุชุฎุฏุงู…ุงุชูƒ (ุตูˆุช ุฑู‚ู… 1: ุฑุฌู„ ๐Ÿ˜‚ุŒ ุตูˆุช ุฑู‚ู… 2: ุฃู†ุซู‰ ๐Ÿ‘ฉโ€๐ŸฆฐุŒ ุตูˆุช ุฑู‚ู… 3: ุฃู†ุซู‰ ๐Ÿ‘ฉ).

โ€ข ุงู„ุณุฑุนุฉ โšก๏ธ: ู…ุนุงู„ุฌุฉ ููˆุฑูŠุฉ ูˆุชูˆู„ูŠุฏ ุงู„ู…ู‚ุทุน ุงู„ุตูˆุชูŠ ูˆุชุญู…ูŠู„ู‡ ููŠ ุซูˆุงู†ู ู…ุนุฏูˆุฏุฉ.

โ€ข ุงู„ุณู„ุงุณุฉ ๐Ÿ”ฅ: ุฅุฑุฌุงุน ู…ู„ู Audio ู…ุจุงุดุฑ ูŠุณู‡ู„ ุฏู…ุฌู‡ ููŠ ูƒูˆุฏูƒ ุจุฏูˆู† ุชุนู‚ูŠุฏุงุช ุฃูˆ ุงุณุชุฎุฑุงุฌ ุฑูˆุงุจุท.
โ€‹OWNER: @OK_Mo3AZ ๐Ÿ•ท๏ธโœ…
CHANNEL: @VIPCODE5 โœ…


If I don't see any reaction I will disable all API ๐ŸŽ€
Please open Telegram to view this post
VIEW IN TELEGRAM
โค6๐Ÿ“2
@gmail.sii_3
4 KB
๐ŸฆŽ ยฆ Mail Fake > @gmail.com
๐Ÿ…ฑ๏ธ ยฆ DEV:sii_3~ N1dark
Please open Telegram to view this post
VIEW IN TELEGRAM
โคโ€๐Ÿ”ฅ4โค3๐Ÿ‘1
Forwarded from BotsNews (#๐š‰๐™ด๐™ฒ๐™พ๐š๐™ฐ)
TEMP MAIL bot has now been launched ๐Ÿ˜‰

Provides a secure, temporary email address to receive messages without exposing your real email.

โ€ข @VipCode3_Bot
โค5โคโ€๐Ÿ”ฅ2๐Ÿ”ฅ1
BotsNews
TEMP MAIL bot has now been launched ๐Ÿ˜‰ Provides a secure, temporary email address to receive messages without exposing your real email. โ€ข @VipCode3_Bot
ุชูุงุนู„ูˆ
โค7๐Ÿ”ฅ1๐Ÿ’‹1
Forwarded from DarkPs (#๐™ณ๐™ฐ๐š๐™บ)
ูƒุฑูˆุจ ุงู„ุฏุฑุฏุดุฉ:
t.me/darku3
โค1
Forwarded from BotsNews (#๐š‰๐™ด๐™ฒ๐™พ๐š๐™ฐ)
The bot has been updated

โ€ข you can now create a temporary email that cannot be blocked by websites ๐Ÿ˜‰

Create your Gmail.com account now easily.

And you can still create a random email address โ˜บ๏ธ

Create your own account now!

ุชู… ุชุญุฏูŠุซ ุงู„ุจูˆุช ูŠู…ูƒู†ูƒ ุงู„ุงู† ุงู†ุดุงุก ุจุฑูŠุฏ ุงู„ูƒุชุฑูˆู†ูŠ ู…ุคู‚ุช ู„ุง ูŠู…ูƒู† ุญุธุฑู‡ ู…ู† ู‚ุจู„ ุงู„ู…ูˆุงู‚ุน ๐Ÿ˜‰

โ€ข ู‚ู… ุจุฅู†ุดุงุก Gamil.com ุงู„ุงู† ุจุณู‡ูˆู„ู‡

โ€ข ูˆู…ุงุฒุงู„ ุจุงู…ูƒุงู†ูƒ ุงู†ุดุงุก ุจุฑูŠุฏ ุงู„ูƒุชุฑูˆู†ูŠ ุนุดูˆุงุฆูŠ โ˜บ๏ธ
โค9