| Tüm Özellikler 📢 | Durum ☑️ | Sürüm 🔎 |
|---|---|---|
| Add & Kick User | ✅ | 1.4 |
| Admin Commands | ✅ | 1.4 |
| AFK | ✅ | 1.6 |
| Ban & Unban User | ✅ | 1.3 |
| Carbon.sh Plugin | ✅ | 1.7 |
| Deep AI APIs | ✅ | 2.4 |
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
| /* Codded by @phaticusthiccy | |
| Telegram: t.me/phaticusthiccy | |
| Instagram: www.instagram.com/kyrie.baran | |
| */ | |
| const Asena = require('../events'); | |
| const { MessageType, Mimetype, GroupSettingChange, MessageOptions } = require('@adiwajshing/baileys'); | |
| const Axios = require('axios'); | |
| const Config = require('../config') | |
| const para = "128 Milyar dolar harcayabileceğiniz bir oyun." |
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 Asena = require('../events'); | |
| const { MessageType, Mimetype} = require('@adiwajshing/baileys'); | |
| const con = require('../config'); | |
| // Descriptions | |
| const TRG = "Ğ Gönderir.\n⌨️ Örnek: .ğ 🌈" | |
| const TRF = "F Gönderir." | |
| const TRX = "X Gönderir." | |
| const HIG = "Ğ शब्द भेजें\n⌨️ नमूना: .ğ 🌈" | |
| const HIF = "F शब्द भेजें" |
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
| /* Codded by @phaticusthiccy | |
| Telegram: t.me/phaticusthiccy | |
| Instagram: www.instagram.com/kyrie.baran | |
| */ | |
| const Asena = require('../events'); | |
| const {MessageType, MessageOptions, Mimetype} = require('@adiwajshing/baileys'); | |
| const fs = require('fs'); | |
| Asena.addCommand({pattern: 'gaymeter', fromMe: true, desc: 'Share Anyone\'s Gayness!'}, (async (message, match) => { |
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
| # List all possible power config GUIDs in Windows | |
| # Run: this-script.ps1 | Out-File powercfg.ps1 | |
| # Then edit and run powercfg.ps1 | |
| # (c) Pekka "raspi" Järvinen 2017 | |
| $powerSettingTable = Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSetting | |
| $powerSettingInSubgroubTable = Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSettingInSubgroup | |
| Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSettingCapabilities | ForEach-Object { | |
| $tmp = $_.ManagedElement |
NewerOlder