Top Forum  


Reply
 
LinkBack Thread Tools Rate Thread Display Modes
(#1 (permalink))
Old
Wizard's Avatar
Wizard Offline
Moderator
 
Posts: 2,329
Join Date: Feb 2008
Location: east coast
Default Need Help Setting up Scripts or Coding? - 03-01-2008, 09:48 PM

Post your questions here


LiNK ALCHEMiST
Reply With Quote
(#2 (permalink))
Old
aWe Offline
TopForum Newb
 
Posts: 1
Join Date: Sep 2008
Default 09-27-2008, 05:27 AM

i need help ,, how to make my remote (for mirc) can kick a clone user after i kick full (example 21 clone kick)and then one second after that my remote kick the clone left. this is a remote example:

on @^*:text:*:#: regex7 $1-
on @^*:action:*:#: regex7 $1-
on @^*:notice:*:#: regex7 $1-
ctcp ^*:*:#: .haltdef | if ($nick isreg $chan) && ($me isop $chan) { kick7 $chan $nick Ctcp | halt }
on *:ctcpreply:*: .haltdef | if ($nick isreg $chan) && ($me isop $chan) { kick7 $chan $nick Ctcp Reply | halt }
alias regex7 { if ($nick isreg $chan) { .haltdef
if ($regex($1-,/[[:cntrl:]]/g) > 49) { kick7 $chan $nick Codes | halt }
if ($regex($strip($1-),/[[unct:]]/g) > 49) { kick7 $chan $nick Symbol | halt }
if ($regex($removecs($strip($1-),$chr(160)),/[€-ÿ]/g) > 49) { kick7 $chan $nick Ascii | halt }
if ($regex($strip($1-),/[[:digit:]]/g) > 49) { kick7 $chan $nick Numeric | halt }
if ($regex($strip($1-),/[[:upper:]]/g) > 49) { kick7 $chan $nick Caps Lock | halt }
if ($regex($strip($1-),/(http:|www|#|join|ftp:|/j)/g)) { kick7 $chan $nick Advertising | halt }
if ($regex($strip($1-),/(fuck|bitch|suck|kote|shit)/g)) { kick7 $chan $nick Bad Word | halt }
if ($regex($strip($1-),/[[:alpha:]]/g) > 199) { kick7 $chan $nick Long Text | halt }
if ($regex($strip($1-),/[ $chr(160) ]/g) > 49) { kick7 $chan $nick Blank | halt }
.inc -u3 %repeat [ $+ [ $nick ] $+ [ $chan ] $+ [ $hash($remove($strip($1-),$chr(160),$chr(32)),32) ] ]
if (%repeat [ $+ [ $nick ] $+ [ $chan ] $+ [ $hash($remove($strip($1-),$chr(160),$chr(32)),32) ] ] > 2) { kick7 $chan $nick repeat | halt }
.inc -u5 %lines [ $+ [ $nick ] $+ [ $chan ] ]
if (%lines [ $+ [ $nick ] $+ [ $chan ] ] > 4) { kick7 $chan $nick RowW | halt }
}
}

alias -l kick7 {
.inc -u10 %kcount7
if (%kcount7 isnum 21-40) { !kick $1 $2 $+(4,$3-,,$chr(0041))$+($chr(0040))
.hadd -u5m mb $+($2,*@aWe)
.timermb 1 4 .mode $1 $+(+,$str(b,$hget(mb,*).item)) $hget(mb,1).item $hget(mb,2).item $hget(mb,3).item $hget(mb,4).item $hget(mb,5).item $hget(mb,6).item $hget(mb,7).item $hget(mb,8).item $hget(mb,9).item $hget(mb,10).item $hget(mb,11).item $hget(mb,12).item
.ignore -u10 $nick
}
}
raw *:*: {
var %:N = $numeric
if (%:N == 001) { halt } | if (%:N == 002) { halt } | if (%:N == 003) { halt } | if (%:N == 004) { halt } | if (%:N == 005) { halt } | if (%:N == 006) { halt } | if (%:N == 007) { halt } | if (%:N == 008) { halt } | if (%:N == 009) { halt } | if (%:N == 250) { halt } | if (%:N == 251) { halt } | if (%:N == 252) { halt } | if (%:N == 253) { halt } | if (%:N == 254) { halt } | if (%:N == 255) { halt }
if (%:N == 265) { halt } | if (%:N == 266) { halt } | if (%:N == 353) { halt } | if (%:N == 302) { halt } | if (%:N == 366) { halt } | if (%:N == 367) { halt } | if (%:N == 368) { halt } | if (%:N == 372) { halt } | if (%:N == 375) { halt } | if (%:N == 376) { halt } | if (%:N == 401) { halt } | if (%:N == 441) { halt } | if (%:N == 442) { halt } | if (%:N == 478) { halt } | if (%:N == 494) { halt }
}
}


please help me.....
Reply With Quote
Reply

« - | - »
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com