Clone scanner & Kicker (updated!)
Please Register to submit score.
| Average Score | 0.0 |
| Scores Submitted | 0 |
| Date Added | May 12, 2008 |
| Last Updated | May 12, 2008 |
| Tags | clone kick scan |
Introduction
; —— Clone scanner 1.8
; —— Author: foobar (Ken on irc.lucidchat.net)
; —— Usage: Scan and kick clones
; ————————————————————
; —— What it does:
; This snippet can either return, echo, or display clones from a channel.
; There is also the ability to kick clones; see below.
; ————————————————————
; —— Syntax: $clone(#) $clone(*!*@*[,#])
; $clone(*!*@*[,#]) : returns all clones for address *!*@* (and on chan # if specified - # not required)
; $clone(#) : returns the results or $false
; ———————————————————————————————————————————————————————
-- Beta clone scanner for a script I am working on. :) Comments are nice ;P
mIRC Snippet:
Clone scanner & Kicker (updated!)
Posted on May 12, 2008 4:27 am
Posted on May 12, 2008 4:27 am
Haha :--) my next clonescanner will be good too. :)
mIRC Snippet:
Clone scanner & Kicker (updated!)
Posted on May 12, 2008 4:30 am
Posted on May 12, 2008 4:30 am
Nope, you have some fixing on the script :)
* /set: line too long (line 34, script5) - There was 100 users on channel and 70 clones.
* /set: line too long (line 34, script5) - There was 100 users on channel and 70 clones.
mIRC Snippet:
Clone scanner & Kicker (updated!)
Posted on May 12, 2008 4:45 am
Posted on May 12, 2008 4:45 am
What dude works fine and its very good love the hotlink @ window comb very neat.As for clone scanners they are hardly needed most server/network(s) limit connections from the same ip so clones really aren't an issue and host clone scanners are extremely inefficient not haveing status nuff to see the ip of people makes well coded scanners like this almost useless cause your scanning hosts,some people look at indents as well depends where you are i have a full ip scanner for my bot i made awhile back shes admin an i only used it for maybe a week or two an never used it again but they are useful in certain situations.Very nice coding foobar,small code nice little perks.Suggestions maybe add a on join event to trigger the scann an to auto kick cones been done sure but it would be nice to add.`-.-´
mIRC Snippet:
Clone scanner & Kicker (updated!)
Posted on May 12, 2008 3:02 pm
Posted on May 12, 2008 3:02 pm
| Quote: |
| Nope, you have some fixing on the script :) * /set: line too long (line 34, script5) - There was 100 users on channel and 70 clones. |
I am well aware of /set's limit. Just my impatiently releasing a beta. 9_9 I'll use hash tables or so soon.
| Quote: |
| Suggestions maybe add a on join event to trigger the scann an to auto kick cones been done sure but it would be nice to add.`-.-´ |
Thanks for your the idea, that'll be included when I get the time to update this.
mIRC Snippet:
Clone scanner & Kicker (updated!)
Posted on May 12, 2008 3:49 pm
Posted on May 12, 2008 3:49 pm
@ foobar ,np.
@ juhapuha, * /set: line too long (line 34, script5) - There was 100 users on channel and 70 clones., wtfN why are there 70 damn clones on your network? ROFL hell of a way to get stats up on search IRC i suppose :P
@ juhapuha, * /set: line too long (line 34, script5) - There was 100 users on channel and 70 clones., wtfN why are there 70 damn clones on your network? ROFL hell of a way to get stats up on search IRC i suppose :P
mIRC Snippet:
Clone scanner & Kicker (updated!)
Posted on May 12, 2008 7:43 pm
Posted on May 12, 2008 7:43 pm
Alright! Many updates :)
1) juhapuha, I tried a new method for dumping the clones into a database.. hope this solves your problem. If not, I'll do my best yet again to make a suitable clone scanner for your needs.
2) EL, join event added. In fact, I updated it so that, on a channel join, it will echo "CLONES: <clones>" if the user has any. Double click on "CLONES:" and all clones are kicked.
3) $clone(*!*@*[,#]) has been added! You can check out clones from an address and for different channels! :)
Example? Sure:
$clone(*!*@lol-123ASF-NETWORK.res.rr.com,#mIRC) results in: nick <clones for nick on channel #mIRC>
~ More updates to come! This was just, again *sigh*, another bit of impatience and haste to release the second version. :P
1) juhapuha, I tried a new method for dumping the clones into a database.. hope this solves your problem. If not, I'll do my best yet again to make a suitable clone scanner for your needs.
2) EL, join event added. In fact, I updated it so that, on a channel join, it will echo "CLONES: <clones>" if the user has any. Double click on "CLONES:" and all clones are kicked.
3) $clone(*!*@*[,#]) has been added! You can check out clones from an address and for different channels! :)
Example? Sure:
$clone(*!*@lol-123ASF-NETWORK.res.rr.com,#mIRC) results in: nick <clones for nick on channel #mIRC>
~ More updates to come! This was just, again *sigh*, another bit of impatience and haste to release the second version. :P




