| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Private invite kicker.
Code:
on ^*:open:?: {
if (*http*//* iswm $1- || *join*#* iswm $1- || *porn* iswm $1- || *sex* iswm $1-) {
var %c $comchan($nick,0)
while (%c) {
if ($me isop $comchan($nick,%c)) {
ban $comchan($nick,%c) $nick 2
kick $comchan($nick,%c) $nick Spammer
ignore $nick
if ($window(@spam)) { echo @spam $nick spammed $1- from $comchan($nick,%c) }
else { window @spam | echo @spam $nick spammed $1- from $comchan($nick,%c) }
}
dec %c
}
haltdef
}
}
__________________
Me here, Me gone. |
|
#2
|
||||
|
||||
|
Re: Private invite kicker.
Good, esp the @ spam window
![]() u can complete it to add the spammer to blacklist so it will kick`m when ever he joins...
__________________
|
|
#3
|
||||
|
||||
|
Re: Private invite kicker.
then make a user list, and after the kick event, make this : auser
, thanks for ur comments bro
__________________
Me here, Me gone. |
|
#4
|
||||
|
||||
|
Re: Private invite kicker.
i already made it on my antispammer
__________________
|
|
#5
|
||||
|
||||
|
Re: Private invite kicker.
I have a cool anti-spam-bot :d
__________________
Me here, Me gone. |
|
#6
|
||||
|
||||
|
Re: Private invite kicker.
post it then
![]()
__________________
|
|
#7
|
||||
|
||||
|
Re: Private invite kicker.
Haha, I guess I've told ya yesterday what my anti-spammer do, so I cannot post it, but just for more info, it doesnt needs sockets
, and it trace the CLONE ISP, of the spammers outside the channelKthx.
__________________
Me here, Me gone. |
|
#8
|
||||
|
||||
|
Re: Private invite kicker.
l337 zcr1pt3r :P
__________________
|
|
#9
|
||||
|
||||
|
Re: Private invite kicker.
lol cult
![]()
__________________
|
|
#10
|
||||
|
||||
|
Re: Private invite kicker.
nice on :( bas kicking OPS :S
__________________
I Love AngelSoul :* |
|
#11
|
||||
|
||||
|
Re: Private invite kicker.
Okay, BilBoul, thats easy to be fixed I guess .. just replace the 2nd line with this
if (*http*//* iswm $1- || *join*#* iswm $1- || *porn* iswm $1- || *sex* iswm $1-) && ($nick isreg $chan) Thanks .. Have a nice day .
__________________
Me here, Me gone. |
|
#12
|
||||
|
||||
|
Re: Private invite kicker.
thanx god, someone other than me and anmlhkr joiune this section ;p wlcom in BilbOuL and 7assouna.
![]()
__________________
|
|
#13
|
||||
|
||||
|
Re: Private invite kicker.
Guys we need moderaters in here ... !
__________________
Me here, Me gone. |
|
#14
|
||||
|
||||
|
Re: Private invite kicker.
This code is better, it won`t kick ops and voices. and u can add some nicks to u`r protection in this remote. so if they typed a spam word in u`r prvt they won`t be kicked.
as usual... ALR + R and paste in a new file. cheers. Code:
menu nicklist,query {
Protect
.Add as A Friend:/auser $$1 friend
.Del as A Friend:/ruser $$1
}
on ^*:open:?:{
var %i = 1
if ($regex($1-,/(?:ftp:\/\/|https?:\/\/|www2?\.)[^<> ;\.\s]+(?:\.[^<>\.\s]+)+(?:\/[^<>\.\s]+)*|ir c:\/\/[^<>\.\s]+(?:\.[^/<>\.\s]+)+(?:\/[^/&l t;>\.\s]*)?\/?(?![^\s\x2c\.])|aim:goim\?screenname=[^ \s&]+(?:&message=[^\s&=]+)?|#.+/giS)) && ($ulevel != friend) && ($nick isreg #) {
while ($comchan($nick,%i)) {
if ($nick !isop $comchan($nick,%i)) {
ban -k $v2 $nick 2 Don't advertise.
}
inc %i
}
halt
}
}
__________________
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vbulletin & Non Vbulletin Invite Script !(MSN, Yahoo, ETC) | CraCkEr | Webmasters Scripts and Products | 0 | 11-04-2007 04:07 PM |
| American duo set to take Liverpool private (AFP) | TheGodFather | Sports -Warm up first! | 0 | 27-03-2007 10:22 AM |
| Multi text/notice kicker. | anmlhckr | mIRC :: SCRIPTING & HELP | 9 | 10-06-2006 12:36 PM |
| Advertise kicker. | anmlhckr | mIRC :: SCRIPTING & HELP | 22 | 03-01-2006 07:58 AM |
| Drone kicker. | anmlhckr | mIRC :: SCRIPTING & HELP | 1 | 23-05-2005 12:41 PM |