Türkiye'nin IRCd ve LaMeR Forumu Sitesi
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

[-]
Tags
mirckolaykomutları mircaddon mirckodları ircforum kolay mirc mirckolaykomutlist ircrehber ircforumlari ircforrum mirckolaykomutlar komutlar kodu irckodları

Mirc Kolay Komutlar Kodu
Admin
#1
Heart 
Mirc Kolay Komutlar Kodu
Mircinize kodu ekledikten sonra kanalda !komut nick yazarak işlem yapabilirsiniz.
Örnek: !git nick gibi

Kod:
on *:input:*:{
  if $1 == !usertemizle { cs clear $chan users }
  if $1 == !mt { s irc.google.com }
  if $1 == !Enforce { cs akick $chan enforce }
  if $1 == !kabul { /cs ACC # KABUL }
  if $1 == !info { cs info $chan }
  if $1 == !!info { ns info $2 }
  if $1 == !ajoin { ns ajoin add $chan }
  if $1 == !ajoindel { ns ajoin del $chan }
  if $1 == !koruma { mode $chan +MRNGmi $2 2 $3- }
  if $1 == !korumaac { mode $chan -MRNGmi $2 2 $3- }
  if $1 == !del { cs access # del $2 }
  if $1 == !Aciklama { cs set $chan desc $3- }
  if $1 == !sus { mode $chan +b ~q: $2+ $address $2 }
  if $1 == !!sil { cs akick $chan del $2!*@* }
  if $1 == !sil { cs akick $chan del 1-20 }
  if $1 == !Artist { /ban $2 | /ban $2 2 | /ban $2 3 | /ban $2 | /mode # +b $2 | /cs akick $chan add $2!*@*   1H e r k e z  K e n d i n i   4 A r t i S t  1 S a n ı y o r   ß i L m i y o r L a r   k i  4 Y ö n e t m e n  1 ß e n i m   4  .  | /cs akick # enforce | /cs akick $chan del $2!*@* }
  if $1 == !at { cs akick $chan add $2!*@*   1H e r k e z  K e n d i n i   4 A r t i S t  1 S a n ı y o r   ß i L m i y o r L a r   k i  4 Y ö n e t m e n  1 ß e n i m   4  .  | /cs akick # enforce | /cs akick # del $2!*@* }
  if $1 == !D { mode $2 +D }
  if $1 == !-D { mode $2 -D }
  if $1 == !!R { mode $2 +R }
  if $1 == !!-R { mode $2 -R }
  if $1 == !kayboL { cs akick $chan add $2!*@* $3- | /cs akick # enforce | /cs akick # del $2!*@* }
  if $1 == !akick { cs akick $chan add $2!*@* $3- | /cs akick # enforce | }
  if $1 == !kb { mode $chan +b $2 $3 $4 $5 $6 | kick # $2  0,1  D ø ñ `  15† 0  m â k £  m £  â ¢  15† 0 ì ø ñ   4  0,  ¥ ø u  § £ £   15† 0 h £  G ø d  Ø ƒ  â ¢  15† 0 ì ø ñ   !    }
  if $1 == !akcklist { cs akick $chan list }
  if $1 == !superakck { cs akick $chan add $2!*@* $3- | /cs akick # enforce | /msg chanserv akick $chan add $address($2,1) | /msg chanserv akick $chan STICK $address($1,1) | /msg chanserv akick $chan add $address($2,2) | /msg chanserv akick $chan STICK $address($1,2) /msg chanserv akick $chan add $address($2,3) | /msg chanserv akick $chan STICK $address($1,3) | /msg chanserv akick $chan add $address($2,6) | /msg chanserv akick $chan STICK $address($2,6) | /msg chanserv akick $chan add $address($2,7) }
  if $1 == !superakckdel { cs akick $chan del $2!*@* $3- | /cs akick # enforce | /msg chanserv akick $chan del $address($2,1) | /msg chanserv akick $chan STICK $address($1,1) | /msg chanserv akick $chan del $address($2,2) | /msg chanserv akick $chan STICK $address($1,2) /msg chanserv akick $chan del $address($2,3) | /msg chanserv akick $chan STICK $address($1,3) | /msg chanserv akick $chan del $address($2,6) | /msg chanserv akick $chan STICK $address($2,6) | /msg chanserv akick $chan del $address($2,7) }
  if $1 == !kısıtlama { cs set $chan restricted on }
  if $1 == !kısıtlamaac { cs set $chan restricted off }
  if $1 == !snt { cs set $chan mlock +nts }
  if $1 == !-snt { cs set $chan mlock -nts }
  if $1 == !secure+ { cs set $chan secure on }
  if $1 == !secure- { cs set $chan secure off }
  if $1 == !kick { cs kick $chan $2 $3- }
  if $1 == !al { cs levels $chan set akick 999 }
  if $1 == !cl { cs levels $chan set clear 999 }
  if $1 == !tl { cs levels $chan set topic 999 }
  if $1 == !sl { cs levels $chan set set 999 }
  if $1 == !ban { mode $chan +b $2 $3 $4 $5 $6 }
  if $1 == !kickban { mode $chan +b $2 $3 $4 $5 $6 | kick # $2  0,1  D ø ñ `  15† 0  m â k £  m £  â ¢  15† 0 ì ø ñ   4  0,  ¥ ø u  § £ £   15† 0 h £  G ø d  Ø ƒ  â ¢  15† 0 ì ø ñ   !    }
  if $1 == !accl { cs levels $chan set acc-change 999 }
  if $1 == !accl { cs levels $chan set acc-list 999 }
  if $1 == !m+m { cs set $chan mlock +m }
  if $1 == !m-m { cs set $chan mlock -m }
  if $1 == !m+R { cs set $chan mlock +R }
  if $1 == !m-R { cs set $chan mlock -R }
  if $1 == !noop { ns set noop on }
  if $1 == !-noop { ns set noop off }
  if $1 == !c { mode $chan +c $2 2 $3- }
  if $1 == !-c { mode $chan -c $2 2 $3- }
  if $1 == !-V { mode $chan -V $2 2 $3- }
  if $1 == !-f { mode $chan -f $2 2 $3- }
  if $1 == !qq { cs set $chan mlock +Q }
  if $1 == !-qq { cs set $chan mlock -Q }
  if $1 == !m { mode $chan +m $2 2 $3- }
  if $1 == !-m { mode $chan -m $2 2 $3- }
  if $1 == !R { mode $chan +R $2 2 $3- }
  if $1 == !-R { mode $chan -R $2 2 $3- }
  if $1 == !!M { mode $chan M $2 2 $3- }
  if $1 == !!-M { mode $chan -M $2 2 $3- }
  if $1 == !N { mode $chan +N $2 2 $3- }
  if $1 == !-N { mode $chan -N $2 2 $3- }
  if $1 == !s { mode $chan +s $2 2 $3- }
  if $1 == !-s { mode $chan -s $2 2 $3- }
  if $1 == !i { mode $chan +i $2 2 $3- }
  if $1 == !-i { mode $chan -i $2 2 $3- }
  if (!zline == $1) { gzline $2 +0 $3- }
  if (!kill == $1) { kill $2 Bys $3- }
  if ($1 == !kahve2) { .timer 1 1 msg $chan    0,5[_]  1,16D    0,5[_]  1,16D    0,5[_]  1,16D Kahveler benden afiyetle için. }
  if ($1 == !caylar) { .timer 1 1 msg #  2Hey kanal ..Çay'Lar benden bugun..  0,12"""  12]  0,1"""  1]  0,4"""  4]  0,7"""  7]  0,8"""  8]  0,2"""  2]  0,9"""  9]  0,6"""  6]  2afiyetle için }
  if ($1 == !kahve) { .timer 1 1 msg #    16,5[_]  1,16D~~   16,5[_]  1,16D~~   16,5[_]  1,16D~~   8,5 Hey KanaL cafe ismarlıyorum Size. }
  if ($1 == !sa) { .timer 1 1 /amsg SêLâmûn âLêykûm }
  if ($1 == !sigara) { .timer 1 1 msg $chan   1,7() ¯¯¯¯¯) 1,0¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯   4)) ·¸‚·•´¯´•·º '      Yak  bi  SiGara  DemLen  $2   }
  if (!superban == $1) { /mode $chan +b $2 | ban $2 1 | ban $2 2 | ban $2 6 | ban $2 7 | ban $2 8 | ban $2 9 | ban $2 10 | ban $2 11 | ban $2 12 | kick $chan $2 $3- }
  if $1 == !hop { hop }
  if $1 == !part { part }
  if $1 == !bantemiz { cs clear # Bans }
  if $1 == !unban { cs unban $chan $2 $3- }
  if $1 == !Nick { Nick $2 $3- }
  if $1 == !in { //cs deop $chan $2 | /cs devoice $chan $2 | /cs dehalfop $chan $2 | cs deprotect $chan $2 }
  if $1 == !ekle { cs access $chan add $2 $3 $4 $5 $6 seviye }
  if $1 == !silme { cs access $chan del $2 $3 $4 $5 $6 }
  if $1 == !Topickapat { cs set $chan topiclock on }
  if $1 == !Topicac { cs set $chan topiclock off }
  if $1 == !topic { cs topic $chan $2 $3- }
  if $1 == !founder { cs levels $chan set q 999 }
  if $1 == !k { kick $chan $2 $3- }
  if $1 == !csvoice { cs voice $chan $2 $3 $4 $5 $6 }
  if $1 == !csdevoice { cs devoice $chan $2 $3 $4 $5 $6- }
  if $1 == !csop { cs op $chan $2 $3 $4 $5 $6 }
  if $1 == !csdeop { cs deop $chan $2 $3 $4 $5 $6 }
  if $1 == !csprotect { cs protect $chan $2 $3 $4 $5 $6 }
  if $1 == !csdeprotect { cs deprotect $chan $2 $3 $4 $5 $6 }
  if ($1 == !op) { .mode $chan +ooooooooo $2 $3 $4 $5 $6 $7 $8 $9 }
  if ($1 == !deop) { .mode $chan -ooooooooo $2 $3 $4 $5 $6 $7 $8 $9 }
  if $1 == !owner { mode $chan +qqqqqqqqqqqqqqq $2 $3 $4 $5 $6 }
  if $1 == !deowner { mode $chan -qqqqqqqqqqqqqqq $2 $3 $4 $5 $6 }
  if $1 == !a { mode $chan +aaaaa $2 $3 $4 $5 $6 }
  if $1 == !dp { mode $chan -aaaaa $2 $3 $4 $5 $6 }
  if $1 == !h { mode $chan +hhhhhhhh $2 $3 $4 $5 $6 $7 $8 $9 }
  if $1 == !dh { mode $chan -hhhhhhhh $2 $3 $4 $5 $6 $7 $8 $9 }
  if $1 == !v { mode $chan +vvvvvvvv $2 $3 $4 $5 $6 $7 $8 $9 }
  if $1 == !dv { mode $chan -vvvvvvvv $2 $3 $4 $5 $6 $7 $8 $9 }
  if $1 == !git { os raw svspart $2 $3 $4 $5 $6 $chan }
  if $1 == !gel { os raw svsjoin $2 $3 $4 $5 $6 $chan }

Cevapla


Bu Konudaki Yorumlar
Mirc Kolay Komutlar Kodu - Yazar: Admin - 06-01-2020, 10:39 PM

Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
Lightbulb !Degis Nick MIRC Hazir Kodu Admin 2 4,865 11-28-2020, 10:49 AM
Son Yorum: Admin
Lightbulb !iftar Şehir Kodu Admin 0 3,277 11-15-2020, 09:13 PM
Son Yorum: Admin
Lightbulb mIRC Ozele Gelen Saldırıları Engelleme Admin 0 3,928 10-13-2020, 02:46 PM
Son Yorum: Admin
Lightbulb Mirc Addonlar Nasıl eklenir Admin 2 3,347 08-21-2020, 08:27 PM
Son Yorum: Admin
Lightbulb Fullname Reklam takip kodu 2020 Admin 0 4,928 08-20-2020, 05:58 PM
Son Yorum: Admin

Hızlı Menü:


Konuyu Okuyanlar: 1 Ziyaretçi