mIRC Helperler için Yeni Away Addonu

on *:text:*:#helpers:{ if (!evet isin $1) { .cs op #Helpers $nick | /msg # $nick hosgeldin basarilar dilerim. | .timer $+ $nick off } if (!away1 isin $1) { if !%helperaway [ $+ [ $address($nick,5) ] ] { set -u900 %helperaway [ $+ [ $address($nick,5) ] ] $addtok(%helperaway [ $+ [ $address($nick,5) ] ],$nick,32) /msg # $nick away sureniz baslamistir. […]

» Devamını Oku

mIRC Otomatik Oper İşlemi

alias otooper { if ($dialog(otooper)) dialog -v otooper | else dialog -m otooper otooper } dialog otooper { size -1 -1 251 145 title “Otomatik Oper |LauReLL|” button “Ok”,1, 160 110 85 20, OK box “”,2, 5 8 240 97 text “Server’i :”,3, 15 20 45 20 edit “”,4, 70 20 115 20, autohs text “Nickiniz :”,5, 15 50 55 […]

» Devamını Oku

mIRC Nick Takip Kodu

on 1:connect:{ .IAL On | takip + 300 } alias takip { if $1 == + { $iif($hget(Takip),hfree Takip) | .enable #Takip | $iif(!$hget(Takip),hmake Takip 1000) | set %cSj $iif($2,$2,300) | echo -ta 4Takip Modu Devrede!.. $+([,%cSj,sn.,]) } else { .disable #Takip | unset %cSj | echo -ta 14Takip Modu DevreDisi ! } } #Takip on on ^*:QUIT:{ hadd $iif($address($nick,2),$+(-u,%cSj),$+(-u1)) […]

» Devamını Oku

mIRC Script Log sistem.

alias kayitgosterici.mo { var %s = $$input($nopath($longfn($1-) dosyasi icinde aramak istediginizi yaziniz: ),eq,Arama) if ($window(@LogArama)) { clear @LogArama } window -k0z @LogArama var %t = $ticks kte_echo @LogArama $parantez($nopath($longfn($1-))) dosyasinda $parantez(%s) icin arama yapildi $+ … echo @LogArama  filter -fwbp $1- @LogArama $+(*,%s,*) echo @LogArama  kte_echo @LogArama $nopath($longfn($1-)) dosyasinda arnan $+(‘,%s,’,) ile ilgili $parantez($filtered) sonuc $round($calc(($ticks – %t) […]

» Devamını Oku

mIRC Op – Voice Teşekkür (Dialog)

alias optes { if (%opvote == off) { dialog -m opvotes opvotes 180 200 280 180 | dialog -t opvotes Op-Voice Teşekkür Modu Kapalı. | did -b opvotes 9 | did -b opvotes 10 | did -b opvotes 11 | did -b opvotes 12 } if (%opvote == on) { dialog -m opvotes opvotes 180 200 280 180 | dialog […]

» Devamını Oku

mIRC Mass Kodları

massmsg { set %msg $$?=”Mass msg girin?” set %people 1 :loop if ($nick(#,%people) == cs) { inc %people | goto loop | halt } if ($nick(#,%people) == $me) { inc %people | goto loop | halt } if ($nick(#,%people) == $opnick) { inc %people | goto loop | halt } else { .msg $nick(#,%people) %msg } inc %people if ($nick(#,%people) […]

» Devamını Oku

mIRC Helper Bot Addon

on *:connect: { .join #help .ns identify HelpBotSifresi .remote on .ignore $me } on *:text:*:?: { if .n?ck iswm $1- { /timer 1 0 msg $nick  .:: Nickserv Hakkında Komutlar Sıralanıyor ::. /timer 1 1 msg $nick  /timer 1 2 msg $nick 0,1 1- Nick Kaydetmek icin 4.nreg0,1 yazarak komutu öğrenebilirsiniz..  /timer 1 3 msg $nick 0,1 […]

» Devamını Oku
1 6 7 8 9 10 15