This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 86 matches

by Rusher2K
Tue Oct 07, 2003 2:06 pm
Forum: Archive
Topic: adddisplay help with -inactive channels
Replies: 3
Views: 2811

adddisplay help with -inactive channels

Hello i had 60 chans in my chanfile bur 59 +inactve and want to msg an msg to all channels but distributed in 3 hours to prevent exxes flood but my script don`t work and i don`t no why bind time - "?? 02 *" addisplay bind time - "?? 05 *" addisplay bind time - "?? 08 *"...
by Rusher2K
Sat Oct 04, 2003 4:30 am
Forum: Archive
Topic: Html info Site
Replies: 1
Views: 941

Html info Site

How can my bot creat a html site with his uptime channel infos ?
by Rusher2K
Thu Oct 02, 2003 7:32 am
Forum: Archive
Topic: Faster ?
Replies: 10
Views: 3809

Thx it works fine and very fast ;) i had set the limit to 15 :p
:D
by Rusher2K
Wed Oct 01, 2003 2:01 pm
Forum: Archive
Topic: matchattr problem...
Replies: 6
Views: 2231

I think:

Code: Select all

bind pub - !testing pub:testing 

proc pub:testing { nick host handle chan arg } { 
    if {[matchattr $handle m $chan]} { 
        ...some code... 
    } 
} 
by Rusher2K
Wed Oct 01, 2003 9:34 am
Forum: Archive
Topic: Faster ?
Replies: 10
Views: 3809

dun_dacil wrote: ....the hack I gave you ....
Where can I get it ?
by Rusher2K
Tue Sep 30, 2003 9:11 am
Forum: Archive
Topic: Faster ?
Replies: 10
Views: 3809

why but be careful ?
by Rusher2K
Mon Sep 29, 2003 9:15 am
Forum: Archive
Topic: Faster ?
Replies: 10
Views: 3809

You have no idee to make it faster ? At the beginning of the overtake the bots executes some commands like : proc antideop {nick host hand chan modechange victim} { global botnick if {[matchattr L |o $chan] && $nick != "L" && ![matchattr $hand n|n $chan] && ![matcha...
by Rusher2K
Sun Sep 28, 2003 2:49 pm
Forum: Archive
Topic: Faster ?
Replies: 10
Views: 3809

Faster ?

How can i make this faster because need is very slow : bind need -|- "*" q:need proc q:need {channel need} { global qscript set target "" if {[matchattr Q |o $channel]} { set target $qscript(qtarget) } if {[matchattr L |o $channel]} { set target $qscript(ltarget) } if {$target==&...
by Rusher2K
Tue Sep 23, 2003 7:46 am
Forum: Archive
Topic: need tcl display uptime and linked bots
Replies: 1
Views: 820

need tcl display uptime and linked bots

Hello I need a tcl script that post every 15 mins in a .txt or something else the uptime of all linked bots and who arre the linked bots i had netbots running.
by Rusher2K
Wed Aug 20, 2003 8:32 am
Forum: Archive
Topic: Channel Idler
Replies: 2
Views: 949

Idler = Users in chan
yes he is in all 3 chans
but i had already the answer :

Code: Select all

set chan1 [llength [chanlist #chan1]]
by Rusher2K
Tue Aug 19, 2003 12:53 pm
Forum: Archive
Topic: Channel Idler
Replies: 2
Views: 949

Channel Idler

How Can I poste in chan 1 how many idlers are in chan2 and chan 3
:

Idler in #chan2 : XX Idler
Idler in #chan3 : XX Idler

Thx for Help
by Rusher2K
Tue Aug 05, 2003 8:00 am
Forum: Archive
Topic: Problems (Botnetop)
Replies: 3
Views: 1340

Problems (Botnetop)

Helle i Use Netbots with a Botnet of 8 Bots : ISP4P1 |-+ISP4P4 |-+ISP4P3 |-+ISP4P2 |-+ISP4P8 |-+ISP4P5 |-+ISP4P7 `-+ISP4P6 Average hops: 1.0, total bots: 8 They are Also linked in netbots : Current netbots: ISP4P2, ISP4P3, ISP4P4, ISP4P5, ISP4P7, ISP4P8, ISP4P6. All netbots are online and linked. Bu...
by Rusher2K
Sat Aug 02, 2003 7:16 pm
Forum: Archive
Topic: Work This ? I Hope :)
Replies: 2
Views: 1202

It was a Adv on Time script that i hade edit my ask was if the code works ;) that he catch the site every 30 mins :)
by Rusher2K
Sat Aug 02, 2003 5:06 am
Forum: Archive
Topic: Work This ? I Hope :)
Replies: 2
Views: 1202

Work This ? I Hope :)

Work this : set time 15 set a "$botnick" set a [string tolower "$nick"] if {![info exists ald]} { set ald 1 timer $time go } proc go {} { global a channel time text putlog "SendePlan Restarting !!!" set url http://www.scooter-ibb.de/sound/ catch {set t [::http::geturl h...
by Rusher2K
Tue Jul 29, 2003 3:48 pm
Forum: Archive
Topic: Script help needed
Replies: 2
Views: 1070

But in this script the bot make this only when the othe rbot has already quit !!! I muste be after start in an interval of 30 mins and when the bot quits !