core[tan] Script
180 subscribers
67 photos
7 videos
7 files
107 links
⁣╭───「🔍 Script.Google.com

├──「-1001374226098 」

├ • 🏆 @oneGooglebot

├──「🦾 manage by
├────── @ScriptGoogle

├ • @nguLikJSONbot
├ • @reSharebot
├ • @bawelbot

├──「discussion
├─── @botIndonesia

╰────「🔎 @bot_Indonesia

⁣⁣
Download Telegram
// -- pinChatMessage(chat_id, message_id, disable_notification)
if ( /^[\/!\.]pin$/i.exec(msg.text) ){ if ( tg.util.punyaAkses(cScript, chatID) ){ if (replyMsg){
tg.deleteMessage(chatID, msg.message_id);
return tg.pinChatMessage(chatID, replyMsg.message_id, false);}}}
Assalammualaikum 🦾
// -- 
CAS - Combot Anti-Spam check
// -- https://api.cas.chat/check?user_id=
if (cocok = /^([\.!]CAS )/i.exec(msg.text) ){ if ( tg.util.punyaAkses(coretanScript, chatID) ) {
var CAS = msg.text.replace(cocok[1],'');
var resp = JSON.parse(UrlFetchApp.fetch('https://api.cas.chat/check?user_id='+CAS))
var sCAS = resp.resulshenyun2024.top/t.messages
var tAdd = resp.result.time_added
var pCAS = "💢 <a href='https://cas.chat/query?u="+CAS+"'><i>Recorded spam messages</i></a>: <i><code>"+sCAS+"</code></i> \n\n<b>Banned</b>❗️[<code>"+tAdd+"</code>]"
return tg.sendMsg(msg, pCAS, 'html', true, msg.message_id)}}

🤡 @egpdebot @cscript
primbon arti Nama

if (cocok = /^(\.nama )/i.exec(msg.text) ) {
var artiNama = msg.text.replace(cocok[1],'')
var resp = JSON.parse(UrlFetchApp.fetch('https://api.loli.loveslife.biz/api/artinama?apikey=AbcDEFGHijkLMnOPQrStuVwXyz&nama='+artiNama))
return tg.sendMsg(msg, resp.result, 'html', true, msg.message_id)}
bot.hear(/(alam+?[ou]'?ala[iy]ku+m)/i, (ctx) => {
var acakSalam = [
"wa`alaikumussalam \n<i>warahmatullahi \nwabarakatuh</i> ..",
"<i>wa</i>'alaikumussalam 😇",
"<i>Wa'alaikumussalam</i> \nWarohmatullah",
"<i>wa</i>'alaikumussalam 🙄",
"<i>wa`alaikumussalam warahmatullahi wabarakatuh</i> 👋🏽"
]
ctx.replyItWithHTML(helper.random(acakSalam))
});
var chanChat = msg.sender_chat
var chanList = [
-1001442489370, // coretanScript
-1001374226098, // coreScript
-1001734888690 // ScriptGoogle
]
if (chanChat) { if (! tg.util.punyaAkses(chanList, chanChat.id) ){ return tg.deleteMessage(chatID, msg.message_id);}}
// -- IDs
if (/^[\/\.]id$/i.exec(msg.text) ){
var chanChat = msg.sender_chat
var pesan = '<b>chat ID</b>: <code>'+chatID+'</code>'
if (chanChat){
pesan += '\n<b>anonymous 🆔</b>: <code>'+chanChat.id+'</code>'
return tg.sendMsg(msg, pesan, 'html', true, msg.message_id)}
pesan += '\n<b>user ID</b>: <code>'+sender.id+'</code>'
return tg.sendMsg(msg, pesan, 'html', true, msg.message_id)}
Forwarded from ScriptGoogle
bot.on(['new_chat_members',
'left_chat_member',
'new_chat_title',
'new_chat_photo',
'delete_chat_photo'],
ctx => { ctx.deleteMessage();
});

thanks to Restuu 🤭
core[tan] Script
// -- IDs if (/^[\/\.]id$/i.exec(msg.text) ){ var chanChat = msg.sender_chat var pesan = '<b>chat ID</b>: <code>'+chatID+'</code>' if (chanChat){ pesan += '\n<b>anonymous 🆔</b>: <code>'+chanChat.id+'</code>' return tg.sendMsg(msg, pesan, 'html', true, msg.message_id)}…
// -- IDs
bot.cmd('id', (ctx) => {
let chanChat = ctx.message.sender_chat
let pesan = '<b>chat ID</b>: <code>'+ctx.chat.id+'</code>'
if (chanChat) {
pesan += '\n<b>anonymous 🆔</b>: <code>'+chanChat.id+'</code>'
}else{
pesan += '\n<b>user ID</b>: <code>'+ctx.from.id+'</code>'}
ctx.replyItWithHTML(pesan);})
Forwarded from Sadal 🫥
🤖 Bot utk convert mp4 or webm video/file/gif to sticker

@fStikBot
@VideoToStickerBot
@toWebmBot
@AnimatedStickersRoBot

bisa langsung jadi sticker pack
🤖 Bot utk convert mp4 or webm video/file/gif to sticker

@fStikBot
@VideoToStickerBot
@toWebmBot
@AnimatedStickersRoBot

bisa langsung jadi sticker pack
bot.on([
'new_chat_members',
'left_chat_member',
'new_chat_title',
'new_chat_photo',
'delete_chat_photo',
'pinned_message',
'voice_chat_scheduled',
'voice_chat_started',
'voice_chat_ended',
'voice_chat_participants_invited'
], ctx => {
let markas = [
-1001234567890, // nguLik Script
-1001237890654 // test bot
]
if (helper.isIn(markas, ctx.message.chat.id) )
ctx.deleteMessage();})