This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Γ³ | |
| Λxvi Γ£ Γ³Z - d Z d l Zd l Zd l Zd l Z e 5 d l | |
| Z | |
| d l d mZ d l d Zd l Zd Zd | |
| d | |
| d d | |
| d d d d d d d d d d d d d g Z'g Z(i d d d f d d! d" f d# d! d% f d& d! d( f d) d! d+ f d, d. d/ f d0 d. d2 f d3 d. d5 f d6 d. d8 f d9 d. d; f d< d> d? f d@ d> dB f dC d. dE f dF d. dH f dI d. dK f dL d. dN f Z)d. i dO dQ dS dU dW dY d[ d] d_ da dc de dg di dk dm do dq ds du dw dy d{ 5 Z,d} Z-d~ Z.d Z/dβ¬ Z0dΒ Z1dβ dΖ Z3dβ Z4dβ¦ Z5dβ Z6e7dβ‘ r ejp e65 5 e/5 # e9$ r e:dΛ - e- 5 Y Y # e/5 Y )Ε Γ© Nu | |
| [1;31m========================================================== | |
| [1;33m Γ’βΛΓ’βΛΓ’βΛΓ’βΛΓ’βΛΓ’βΛΓ’β’β Γ’βΛΓ’βΛΓ’βΛΓ’βΛΓ’βΛ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 7/31/24, 9:03β―AM - Messages and calls are end-to-end encrypted. No one outside of this chat, not even WhatsApp, can read or listen to them. Tap to learn more. | |
| 8/2/24, 8:48β―AM - IMRAN KHANπ: Hy | |
| 8/2/24, 10:12β―AM - IMRANKHAN π: Hi | |
| 8/2/24, 10:12β―AM - IMRAN KHANπ: How are you? | |
| 8/2/24, 10:12β―AM - IMRANKHAN π: I am Finr | |
| 8/2/24, 10:12β―AM - IMRANKHAN π: fine | |
| 8/6/24, 12:47β―PM - Your security code with IMRAN KHANπ changed. Tap to learn more. | |
| 8/6/24, 12:45β―PM - IMRAN KHANπ: Hy | |
| 8/6/24, 12:46β―PM - IMRAN KHANπ: Babli | |
| 8/6/24, 12:46β―PM - IMRAN KHANπ: π’ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ymvupnwt:tddphfzzpt61@142.111.48.253:7030 | |
| ymvupnwt:tddphfzzpt61@198.23.239.134:6540 | |
| ymvupnwt:tddphfzzpt61@64.137.96.74:6641 | |
| dhdyirsd:o7568h1kn5rn@142.111.48.253:7030 | |
| dhdyirsd:o7568h1kn5rn@64.137.96.74:6641 | |
| dhdyirsd:o7568h1kn5rn@84.247.60.125:6095 | |
| dhdyirsd:o7568h1kn5rn@142.111.67.146:5611 | |
| qjecancv:uimake5qhzpk@64.137.96.74:6641 | |
| xjoajxey:62h07kzx8q6h@142.111.48.253:7030 | |
| mmdebsbb:hjbyruprq015@107.172.163.27:6543 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "date": "2025-09-12", | |
| "quiz": [ | |
| { | |
| "question": "What does a Blizzard Warning mean?", | |
| "options": [ | |
| "Heavy rain", | |
| "Sunny", | |
| "Fog", | |
| "Heavy snow" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: WinScript | |
| @echo off | |
| :: Check if the script is running as admin | |
| openfiles >nul 2>&1 | |
| if %errorlevel% neq 0 ( | |
| color 4 | |
| echo This script requires administrator privileges. | |
| echo Please run WinScript as an administrator. | |
| pause | |
| exit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { bot, getBuffer, jidToNum } = require('../lib/'); | |
| const { VERSION } = require('../config'); | |
| const { textToStylist, getUptime, getRam } = require('../lib/'); | |
| const url1 = 'https://i.ibb.co/Fkp6Px5j/0c128bdc34a377ee07a7526d21b305bb.gif'; | |
| const url2 = 'https://i.ibb.co/MDjMZ5Yk/70575940daf4db8bd347046de0fa3372.gif'; | |
| bot( | |
| { | |
| pattern: 'nenu ?(.*)', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { bot, isUrl, getImgUrl } = require('../lib/') | |
| bot( | |
| { | |
| pattern: 'mdrive ?(.*)', | |
| desc: 'Download from Google Drive link', | |
| type: 'download', | |
| }, | |
| async (x, y) => { | |
| y = y || x.reply_message.text; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const fs = require('fs').promises; | |
| const path = require('path'); | |
| const os = require('os'); | |
| const { promisify } = require('util'); | |
| const { exec: execCallback } = require('child_process'); | |
| const { bot, isUrl, sticker, addExif } = require('../lib'); | |
| require('dotenv').config(); | |
| const exec = promisify(execCallback); | |
| class DownloadQueue { |