Simple anti proxy
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 7.0 (of 2 scores) |
| Date Added | May 22, 2005 |
| Last Updated | Sep 04, 2008 |
Introduction
mIRC Snippet:
Simple anti proxy
Posted on May 22, 2005 1:03 pm
Posted on May 22, 2005 1:03 pm
I think there should be 'mode $chan +b $nick' instead of 'pushmode $chan +b $nick'
mIRC Snippet:
Simple anti proxy
Posted on May 22, 2005 1:16 pm
Posted on May 22, 2005 1:16 pm
mode would be ban each nick individually, on a new line, it would take longer, if 30 clones come, the bot may flood out trying to do 30 lines, where as pushmode can limit that to 30/6 lines
mIRC Snippet:
Simple anti proxy
Posted on May 22, 2005 1:22 pm
Posted on May 22, 2005 1:22 pm
I pasted your code in my remote then I opend my server and connected few clones and changed their nicknames to somenicknames which were ending 4 numbers. I changed #chan to my channel and then I joined the clones and I get this: PUSHMODE Unknown command
mIRC Snippet:
Simple anti proxy
Posted on May 22, 2005 1:53 pm
Posted on May 22, 2005 1:53 pm
you need to download pushmode, http://www.xs4all.nl/~wiebeson/mirc/pushmode.txt - then load it in your remote
mIRC Snippet:
Simple anti proxy
Posted on May 23, 2005 1:45 am
Posted on May 23, 2005 1:45 am
hmm.. had you written pushmode as well, I would have given you a 10 as it's essentially the engine behind your snippet. (although some people don't count under 5 lines as being a snippet)



