| 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
| # 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 |
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
| 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, 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
| /* 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 wk = require('../config'); | |
| const kuz = "Kuzey Tekinoğlu'dan rasgele replik gönderir." | |
| const kar = "Kardeş Payı dizisinden rastgele replik gönderir." | |
| const dok = "Mucize Doktor'dan rastgele replik gönderir." | |
| const GOT = "Game of Thrones dizisinden rastgele replik gönderir." | |
| const COD = "Call of Duty oyunundan rastgele replik gönderir." | |
| const ZUL = "Zula oyununda rastgele replik gönderir." |
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
| /* | |
| Base: @Unique_hunter - t.me/Unique_hunter | |
| Edit: @phaticusthiccy - t.me/phaticusthiccy | |
| Only Turkish Language is Available! | |
| */ | |
| const Asena = require('../events'); | |
| const {MessageType,Mimetype} = require('@adiwajshing/baileys'); | |
| const conf = require('../config'); | |
| const dd = "Arkadaşınıza racon kesmenin farklı bir yolu." |
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
| /* | |
| Phaticusthiccy - @Unique_hunter | |
| This plugin supports only turkish language! | |
| */ | |
| const cheerio = require('cheerio'); | |
| const Asena = require('../events'); | |
| const axios = require('axios') | |
| const conf = require('../config') | |
| const {MessageType} = require('@adiwajshing/baileys'); |
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 @azizoff | |
| Telegram: wa.me/+994503457533 | |
| Instagram: az1zoff_28_08 | |
| Thanks: | |
| *İdea by @bewiroff | |
| */ | |
| const Asena = require('../events'); | |
| const {MessageType} = require('@adiwajshing/baileys'); | |
| const Config = require('../config'); // + |
OlderNewer