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 Nov 04, 2003 8:48 am
Forum: Archive
Topic: certain scripts
Replies: 5
Views: 1608

Have a look @ http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=619 i hope this flood protection script wil lhelp you.
by Rusher2K
Tue Nov 04, 2003 8:43 am
Forum: Archive
Topic: Need some recommendations here...
Replies: 2
Views: 1019

Hello use http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&id=689 this script work fine. It dosent ban mo|mo, o|o, op and voice user. If you wan't to ban all remove the line : if {[matchattr $nick mo|mo $dest] || [isop $nick $dest] || [isvoice $nick $dest] || [matchattr $nick o|o $de...
by Rusher2K
Sun Nov 02, 2003 10:23 am
Forum: Archive
Topic: Ripped
Replies: 8
Views: 2050

--
by Rusher2K
Sun Nov 02, 2003 9:27 am
Forum: Archive
Topic: Ripped
Replies: 8
Views: 2050

--
by Rusher2K
Sun Nov 02, 2003 9:17 am
Forum: Archive
Topic: Ripped
Replies: 8
Views: 2050

Ripped

---
by Rusher2K
Mon Oct 20, 2003 5:09 pm
Forum: Archive
Topic: "IF"
Replies: 5
Views: 1045

HI

Code: Select all

bind pub - !info pub:info

proc pub:info { nick host hand chan text } { 
    global botnick
    if { $chann == "#chan1" } {putmsg $chan "Hello World, hello $nick, i'm $botnick" }
    if { $chann == "#chan2" } {putmsg $chan "Here is $botnick" }    
} 
by Rusher2K
Sun Oct 19, 2003 2:50 pm
Forum: Archive
Topic: Botnet Help
Replies: 1
Views: 661

If i take somebots (3 or 4 ) away they didnt Ping timeout
by Rusher2K
Sun Oct 19, 2003 2:28 pm
Forum: Archive
Topic: Botnet Help
Replies: 1
Views: 661

Botnet Help

Hello I had some Problems with my botnet after an Server Splitt or Short downtime of the server. First my Botnet : 14 Bots, 1670 users in Userfile. When the Bots came back i only see in user file: 20:27:24) (HelPeR-ISP4P) [18:27] Sicherheit: chattr xinE_ - (20:27:25) (HelPeR-ISP4P) [18:27] Sicherhei...
by Rusher2K
Fri Oct 17, 2003 7:03 am
Forum: Archive
Topic: BIG Problem
Replies: 4
Views: 1067

with this changes it also executes the comand "die"
by Rusher2K
Thu Oct 16, 2003 8:48 am
Forum: Archive
Topic: Only -inactive
Replies: 4
Views: 1042

in the chanfile are 70 or more chans but the bot is only in 5 channels because netbots ;) And I want all bots display msgs in the channel but wehen they msg all channels they get exxesflood.
by Rusher2K
Thu Oct 16, 2003 7:53 am
Forum: Archive
Topic: Only -inactive
Replies: 4
Views: 1042

Only -inactive

How can i write this Script that it msgs only in -inactive channels ? proc pub_lol_broadcast {nick host hand chan arg} { set arg [charfilter $arg] global lol botnick if {![check $hand $nick $host]} { if {$lol(silent) == 1 || [checksilent $hand]} {return 0} puthelp "NOTICE $nick :You need to be ...
by Rusher2K
Wed Oct 15, 2003 2:41 pm
Forum: Archive
Topic: BIG Problem
Replies: 4
Views: 1067

THIS : proc pub_request {nick host hand chan arg} { putlog "ADD 1" global botnick #if {$chan == "#sicherheit"} {return 0} set requests "" if {![file exists "requests.txt"]} {return 0} set infile [open "requests.txt" r] while {![eof $infile]} { gets $...
by Rusher2K
Wed Oct 15, 2003 2:11 pm
Forum: Archive
Topic: BIG Problem
Replies: 4
Views: 1067

BIG Problem

I had an request script today some body with the nick : [die][die] requested a bot for #[die][die] and teh bot shut down.
How can i fixx this ?
by Rusher2K
Wed Oct 15, 2003 9:05 am
Forum: Archive
Topic: Help botnet script
Replies: 1
Views: 1146

Help botnet script

How can i display : $botnick msg to L op $chan <-- on all linked bots partylines ( i use netbots)
by Rusher2K
Tue Oct 07, 2003 3:54 pm
Forum: Archive
Topic: adddisplay help with -inactive channels
Replies: 3
Views: 2811

But how ?