Tchatting.com Forums
mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks!

User Name
Password
Reply
 
Thread Tools Display Modes
  #1  
Old 22-08-2005, 12:19 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
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.
Reply With Quote
  #2  
Old 22-08-2005, 08:07 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
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...
__________________
Reply With Quote
  #3  
Old 22-08-2005, 08:50 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: Private invite kicker.

then make a user list, and after the kick event, make this : auser nickname , thanks for ur comments bro
__________________
Me here, Me gone.
Reply With Quote
  #4  
Old 22-08-2005, 09:09 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Private invite kicker.

i already made it on my antispammer
__________________
Reply With Quote
  #5  
Old 22-08-2005, 09:14 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: Private invite kicker.

I have a cool anti-spam-bot :d
__________________
Me here, Me gone.
Reply With Quote
  #6  
Old 22-08-2005, 09:16 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Private invite kicker.

post it then
__________________
Reply With Quote
  #7  
Old 23-08-2005, 09:19 AM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
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 channel
Kthx.
__________________
Me here, Me gone.
Reply With Quote
  #8  
Old 23-08-2005, 10:48 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Private invite kicker.

l337 zcr1pt3r :P
__________________
Reply With Quote
  #9  
Old 25-08-2005, 05:50 PM
7assouna's Avatar
7assouna 7assouna est déconnecté
Registred User
 
Join Date: Feb 2005
Location: Canada, Montréal
Posts: 948
7assouna is a jewel in the rough7assouna is a jewel in the rough7assouna is a jewel in the rough7assouna is a jewel in the rough
Send a message via MSN to 7assouna
Re: Private invite kicker.

lol cult
__________________
Reply With Quote
  #10  
Old 03-09-2005, 06:11 AM
BilbOuL's Avatar
BilbOuL BilbOuL est déconnecté
Registered User
 
Join Date: Aug 2004
Location: Beirut - Dahieh
Posts: 225
BilbOuL is a jewel in the roughBilbOuL is a jewel in the roughBilbOuL is a jewel in the roughBilbOuL is a jewel in the rough
Send a message via AIM to BilbOuL Send a message via MSN to BilbOuL Send a message via Yahoo to BilbOuL
Re: Private invite kicker.

nice on :( bas kicking OPS :S
__________________
I Love AngelSoul :*
Reply With Quote
  #11  
Old 03-09-2005, 12:02 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
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.
Reply With Quote
  #12  
Old 03-09-2005, 04:34 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Private invite kicker.

thanx god, someone other than me and anmlhkr joiune this section ;p wlcom in BilbOuL and 7assouna.
__________________
Reply With Quote
  #13  
Old 04-09-2005, 03:00 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: Private invite kicker.

Guys we need moderaters in here ... !
__________________
Me here, Me gone.
Reply With Quote
  #14  
Old 08-03-2006, 11:06 AM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
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
  }
}
__________________
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump

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

All times are GMT. The time now is 11:00 PM.
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
All data and information are copyright of DOTLeb Network