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 163 matches

by Bytez
Tue Jan 04, 2005 1:18 am
Forum: Archive
Topic: send private msg to nick when entering
Replies: 5
Views: 2509

send private msg to nick when entering

Hi, does anyone know of a script for mirc or eggdrop that sends a private message to the person who just entered the channel? I need one that does this. Thanks in advance.
by Bytez
Tue Jul 13, 2004 2:56 pm
Forum: Archive
Topic: sentinel acting up - kick/ban others
Replies: 3
Views: 1915

sentinel acting up - kick/ban others

Hi, I'm using sentinel 2.70 on a botnet of 8 bots that are on the same shell provider. Recently, the bots been kicking others for no reason. The bots sits on a channel on EFnet with sysreset fserv and omenserve ads. (Flood:chan is OFF, set to 0:0 on every bot for that channel) Most of the time, the ...
by Bytez
Wed Feb 18, 2004 10:17 pm
Forum: Archive
Topic: sharpnet down
Replies: 1
Views: 1840

sharpnet down

Who here has a sharpnet.net account? For the past 4 days, I couldn't login to their shell or access their website. Will I be compensated somehow, they said 99% uptime, this is very unacceptable. Not even an email updating us of the problems. :evil:
by Bytez
Tue Dec 02, 2003 3:09 pm
Forum: Archive
Topic: need help with adding html code to script
Replies: 5
Views: 1698

Hey, a few problems: 1) The page would only automatically refresh one time then it no longer refreshes again. I set the script to refresh every 10 seconds, it was working before I changed the code to what you wrote. 2)when I manually refreshed the page, the page would no longer automatically refresh...
by Bytez
Tue Dec 02, 2003 2:51 pm
Forum: Archive
Topic: need help with adding html code to script
Replies: 5
Views: 1698

Thanks so much!!! :D What are the \n and \ on the script for? :)
by Bytez
Tue Dec 02, 2003 1:40 am
Forum: Archive
Topic: need help with adding html code to script
Replies: 5
Views: 1698

need help with adding html code to script

Hi, I'm using the script called pxi2h that makes a html file of the irc channel and puts it on a specified directory of your choice. I want to add a couple of lines to the script itself, I don't know what the syntax of the script itself. I want to add the following html codes: <META HTTP-EQUIV="...
by Bytez
Sun Nov 16, 2003 12:00 pm
Forum: Archive
Topic: botnetop: eggs not getting opped
Replies: 3
Views: 1621

They look fine when I type that command and they are using the correct hosts/ports as they are linking without problems.
by Bytez
Sat Nov 15, 2003 12:16 am
Forum: Archive
Topic: botnetop: eggs not getting opped
Replies: 3
Views: 1621

botnetop: eggs not getting opped

I have a botnet of 10 bots (all have botnetop loaded) and this just happened recently. A bot disconnects, comes back to the channel and it doesn't get opped like it used to. I have to restart the bot then it will be opped by the other bots. Yesterday, it happened to one of my bots.. today, 2 of the ...
by Bytez
Tue Oct 14, 2003 5:37 pm
Forum: Archive
Topic: say script
Replies: 6
Views: 1931

I changed timer to utime, restarted the bot, it still says stuff to the channel at different times, I put 2700 seconds but the bot says stuff in 24 minutes, 21 minutes. The first time, it says in 45 minutes but afterwards, it ignores the 2700 I set in the file. :roll:
by Bytez
Sun Oct 12, 2003 6:17 pm
Forum: Archive
Topic: say script
Replies: 6
Views: 1931

## interval between each message in seconds set intsecs "2700" ## message to send set chanmsg "\00304,12If you are receiving spam from other people in private message, ignore them\003." timer $intsecs [list message:tochan] proc message:tochan {} { foreach chan [channels] { putse...
by Bytez
Sun Oct 12, 2003 4:32 pm
Forum: Archive
Topic: ban someone who types ???? or !!!!
Replies: 8
Views: 2605

ban someone who types ???? or !!!!

Hi, I want my bot to ban people who type 4 or more consecutive ???? or !!!! after a sentence, or just by itself. How can I do this? bind pubm - *!!!!* kickass proc kickass { nick host hand chan text } { if {[matchattr $hand o|o $chan]} return putserv "KICK $chan $nick :kicked for using 4 consec...
by Bytez
Fri Oct 10, 2003 11:23 pm
Forum: Archive
Topic: problem w/eggdrop adding bans to channel banlist
Replies: 2
Views: 1234

problem w/eggdrop adding bans to channel banlist

Hi, my bots sit on Efnet, it's set to +dynamicbans ban-time 120 +userbans +enforcebans max-bans 100 net-type 0 at the moment, the channel ban list has 39 bans, on bot's internal ban list there's 41 bans, 2 of which are not active. When I added the 2 bans using .+ban ........ it wouln't add it to the...
by Bytez
Tue Oct 07, 2003 11:18 pm
Forum: Archive
Topic: say script
Replies: 6
Views: 1931

say script

Hi, I want my bot to say a message to the bot every x seconds. Which script will do that? I tried a search but to no avail. Don't need a DCC command, just a basic script that repeats text on a specified channel. thanks.
by Bytez
Tue Oct 07, 2003 11:12 pm
Forum: Archive
Topic: Fserv
Replies: 8
Views: 4429

How can I make the bot send a file automatically when someone types a trigger, like !newlist it will send a file to that user who typed it on the channel? Thanks.
by Bytez
Tue Oct 07, 2003 10:43 pm
Forum: Archive
Topic: script that bans spambots
Replies: 3
Views: 2590

script that bans spambots

is there a script that bans spambots that are certain channels? I've banned at least 35 so far, a few per day.. they are all in the same channels beginning with A-F They are obviously spambots, I want the bot to automatically ban them. I'm tired of typing /whois spambot and manually adding a ban. Th...