Open your scripts.mirc or make a new one. And add this below :
alias mta.start {
}
alias mta.join {
if (($chr(1) isin $mta.name($1,$2)) || ($chr(255) isin $mta.name($1,$2)) || ($chr(7) isin $mta.name($1,$2))) {
mta.say $1 $mta.name($1,$2) Reason: Color Codes
mta.kick $1 $2
}
}
alias mta.part {
}
alias mta.text {
if (!stats == $3) {
if ($4 isnum) mta.say $1 Name: $mta.name($1,$4) - ID: $4 - Ping: $mta.ping($1,$4) - Kills: $mta.kills($1,$4) - Deaths: $mta.deaths($1,$4) - Online: $duration($mta.online($1,$4)) - Status: $iif($mta.game($1,$4) == 1,Out Game,In Game)
else mta.say $1 Name: $mta.name($1,$2) - ID: $2 - Ping: $mta.ping($1,$2) - Kills: $mta.kills($1,$2) - Deaths: $mta.deaths($1,$2) - Online: $duration($mta.online($1,$2)) - Status: $iif($mta.game($1,$4) == 1,Out Game,In Game)
}
if ($3 == !lag) {
if ($5 == $null) mta.say $1 Syntax: !lag
else {
mta.say $1 Lagtime $mta.name($1,$4) - $mta.name($1,$5) $+ : $calc($mta.ping($1,$4) / 2 + $mta.ping($1,$5) / 2)
}
}
if (!idle == $3) {
if ($4 != $null) mta.say $1 $mta.name($1,$4) is idle for $duration($mta.idle($1,$4))
else mta.say $1 $mta.name($1,$2) Give up a ID number: !idle
}
if (!count* iswm $3) {
mta.say $1 Countdown!
.timerc1 1 1 mta.say $1 5
.timerc2 1 2 mta.say $1 4
.timerc3 1 3 mta.say $1 3
.timerc4 1 4 mta.say $1 2
.timerc5 1 5 mta.say $1 1
.timerc6 1 6 mta.say $1 GO GO GO!
}
}
alias mta.kill {
}
alias mta.admin {
}
alias mta.action {
}
alias mta.pm {
}
alias mta.connect {
}
alias mta.disconnect {
}
; Thats how u add scripts ok just make sure u put em in the right alias
; all those scripts was on this thread, now u should no how to ADD them