Teadusfoorum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

mIRC skriptid

Go down

mIRC skriptid Empty Re: mIRC skriptid

Postitamine  alter Reede Märts 26 2010, 16:28

Auto Ban on Join

on *:join:#*YOURCHAN*: {
if ($me isop $chan) {
if ($nick == *NICK*) || ($nick == *NICK1*) || ($nick == *NICK2*) || ($nick == *NICK3*) || ($nick == *NICK4*) {
halt
}
kick #*YOURCHAN* $nick *KICK.MESSAGE.HERE* {
ban #*YOURCHAN* $nick {
}
}
}
}

http://www.hawkee.com/snippet/3401
alter
alter
Moderaator
Moderaator

Postituste arv : 816
Points : 1418
Join date : 30/11/2009
Age : 37

Tagasi üles Go down

mIRC skriptid Empty Re: mIRC skriptid

Postitamine  alter Reede Märts 26 2010, 16:34

Ident Based kick/ban upon joining

alias GetIdent {
var %nick-ident = $remove($gettok($address($1,3),1,$asc(@)),*!*)
return %nick-ident
}
alias BadIdentCheck {
if ($1 == badident) {
return $true
}
elseif ($1 == Guest) {
return $true
}
else {
return $false
}
}
ON 1:JOIN:#: {
if ($nick != $me) && ($me isop $chan) {
if ($BadIdentCheck($GetIdent($nick)) == $true) {
kick # $nick bad ident
mode # +b $+(*!,$GetIdent($nick),@*)
}
}
}

http://www.hawkee.com/snippet/6939
alter
alter
Moderaator
Moderaator

Postituste arv : 816
Points : 1418
Join date : 30/11/2009
Age : 37

Tagasi üles Go down

mIRC skriptid Empty Re: mIRC skriptid

Postitamine  alter Reede Märts 26 2010, 20:22

Tunneldamine

[22:19] <desu> zone.ircworld.org /etc/hosts faili
[22:19] <desu> ip-ks paned loopbacki

Installisin Microsoft Loopback Adapteri, lisasin sinna hosts faili 192.168.1.1 zone.ircworld.org, aga sellest pole mingit tolku.

http://windows7forums.com/windows-7-networking/7999-help-cant-get-loopback-adapter-working.html - On host machine, edit hosts file to include 192.168.10.1 "name"

Ma ei saa aru, lõin Microsoft Loopback adapteri: https://www.e-typedesign.co.uk/taiwan/technet/prodtechnol/virtualserver/2005/proddocs/vs_operate_using_loopback.mspx?mfr=true

https://www.e-typedesign.co.uk/taiwan/technet/prodtechnol/virtualserver/2005/proddocs/vs_operate_using_loopback.mspx?mfr=true - 192.168.1.1 panin IP-ks ja siis see hakkas tööle, selle IP panin hosts faili, aga see pole ikka see loopback IP?

http://en.wikipedia.org/wiki/Loopback -
The most commonly used IP address on the loopback device is 127.0.0.1 for IPv4
alter
alter
Moderaator
Moderaator

Postituste arv : 816
Points : 1418
Join date : 30/11/2009
Age : 37

Tagasi üles Go down

mIRC skriptid Empty Re: mIRC skriptid

Postitamine  alter Esm Apr 05 2010, 17:37

/owned /ban # $address($$1,0) | /ban # $address($$1,1) | /ban # $address($$1,2) | /ban # $address($$1,3) | /ban # $address($$1,4) | /ban # $address($$1,5) | /ban # $address($$1,6) | /ban # $address($$1,7) | /ban # $address($$1,Cool | /ban # $address($$1,9) | /mode # +b $$1 | /kick # $$1$$1 $?="Reason:"

http://www.hawkee.com/snippet/2644/
alter
alter
Moderaator
Moderaator

Postituste arv : 816
Points : 1418
Join date : 30/11/2009
Age : 37

Tagasi üles Go down

mIRC skriptid Empty Re: mIRC skriptid

Postitamine  alter Nelj Juun 10 2010, 18:16

http://code.google.com/p/ccs-script/source/browse/trunk/ccs/mod/ccs.mod.chanserv.tcl?spec=svn6&r=6 - chanserv script.

Mingi skript, millega chanserv töötab, see on päris huvitav, kuidas IRC serveri teenused üles ehitatud on. 
alter
alter
Moderaator
Moderaator

Postituste arv : 816
Points : 1418
Join date : 30/11/2009
Age : 37

Tagasi üles Go down

mIRC skriptid Empty Re: mIRC skriptid

Postitamine  alter Reede Juul 02 2010, 14:49

Mirc perform on connect nime ghostimiseks, identifitseerimiseks ja kanaliga ühinemiseks.

/ns ghost antisystem c
/timer 1 1 /nick antisystem
/timer 1 2 /ns id c
/timer 1 3 /join #toru.hot.ee
alter
alter
Moderaator
Moderaator

Postituste arv : 816
Points : 1418
Join date : 30/11/2009
Age : 37

Tagasi üles Go down

mIRC skriptid Empty Re: mIRC skriptid

Postitamine  alter Reede Aug 13 2010, 06:40

Quiet ban ~q:

/mode #channel +b ~q:*!*@F634A706.B8C81357.42359B54.IP

Johnny can still join the channel but he is unable to type, unless he has +v or higher.


Nickchange ban ~n:

/mode #channel +b ~n:*!*@F634A706.B8C81357.42359B54.IP

Prevents Johnny from changing nicks over and over. Users matching these bans are unable to change nicks, unless they have +v or higher.


http://toxin.jottit.com/ircq-net_hostmask_bans
alter
alter
Moderaator
Moderaator

Postituste arv : 816
Points : 1418
Join date : 30/11/2009
Age : 37

Tagasi üles Go down

mIRC skriptid Empty Re: mIRC skriptid

Postitamine  alter Reede Aug 13 2010, 12:15

ns ghost [nick] c
timer 1 1 nick [konto nimi]
timer 1 2 ns id c
timer 1 3 nick suretenagusitt
timer 1 4 join #toru.hot.ee
alter
alter
Moderaator
Moderaator

Postituste arv : 816
Points : 1418
Join date : 30/11/2009
Age : 37

Tagasi üles Go down

mIRC skriptid Empty Re: mIRC skriptid

Postitamine  alter Esm Aug 23 2010, 10:46

ns ghost saatan c
timer 1 1 nick saatan
timer 1 2 ns id c
timer 1 3 nick torukiller
timer 1 4 join #toru.hot.ee
timer 1 6 part #toru.hot.ee
timer 1 11 nick Urjuhhkiller
timer 1 12 join #toru.hot.ee
timer 1 13 part #toru.hot.ee
timer 1 14 nick AlleKiller
timer 1 18 join #toru.hot.ee
timer 1 20 server irc.zone.ee

Tegin torus mega floodi selle perform skriptiga automaatselt hakkas serverisse ka ühendama Very Happy:

[13:39] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) Quit (Client Quit)
[13:40] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:40] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
[13:40] * Urjuhhkiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:40] * Urjuhhkiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
[13:40] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:40] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) Quit (Client Quit)
[13:41] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:41] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
[13:42] * Urjuhhkiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:42] * Urjuhhkiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
[13:42] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:42] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) Quit (Client Quit)
[13:42] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:42] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
[13:42] * Urjuhhkiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:42] * Urjuhhkiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
[13:42] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:42] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) Quit (Client Quit)
[13:43] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:43] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
[13:43] * Urjuhhkiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:43] * Urjuhhkiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
[13:43] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:43] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) Quit (Client Quit)
[13:43] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:43] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
[13:43] * Urjuhhkiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:43] * Urjuhhkiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
[13:43] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:43] * AlleKiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) Quit (Client Quit)
[13:44] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has joined #toru.hot.ee
[13:44] * torukiller (~HITLER@75-820-04-55-ntz.prn.estpak.ee) has left #toru.hot.ee
alter
alter
Moderaator
Moderaator

Postituste arv : 816
Points : 1418
Join date : 30/11/2009
Age : 37

Tagasi üles Go down

mIRC skriptid Empty Re: mIRC skriptid

Postitamine  Sponsored content


Sponsored content


Tagasi üles Go down

Tagasi üles


 
Permissions in this forum:
Sa ei saa vastata siinsetele teemadele