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.

botnetop, leafbot opping a hubbot

Old posts that have not been replied to for several years.
Locked
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

botnetop, leafbot opping a hubbot

Post by Bytez »

I'm running a botnet which consists of 3 botnicks on the same shell. When 2 of my leafbots are Opped on a channel, and my hubbot joins the channel.. it doesn't get opped. Is there a setting I have to change in the .tcl file in order for leafbots to give ops to a hubbot? My hubbot ops the leafbots with no problem. And all of the hostmaks for all 3 botnicks within the botnet are the same and all have global +o flags.

set bop_delay 20
set bop_maxreq 3
set bop_modeop 1
set bop_linkop 1
set bop_icheck 1
set bop_osync 0
set bop_addhost 1

Thanks
V
Volume
Halfop
Posts: 84
Joined: Fri May 23, 2003 5:08 am

Re: botnetop, leafbot opping a hubbot

Post by Volume »

Bytez wrote:I'm running a botnet which consists of 3 botnicks on the same shell. When 2 of my leafbots are Opped on a channel, and my hubbot joins the channel.. it doesn't get opped. Is there a setting I have to change in the .tcl file in order for leafbots to give ops to a hubbot? My hubbot ops the leafbots with no problem. And all of the hostmaks for all 3 botnicks within the botnet are the same and all have global +o flags.

set bop_delay 20
set bop_maxreq 3
set bop_modeop 1
set bop_linkop 1
set bop_icheck 1
set bop_osync 0
set bop_addhost 1

slave bots must have

Code: Select all

.botattr hubbotnick +ghp
hubbot must have

Code: Select all

.botattr slavebotsnicks +gs
all bots must have

Code: Select all

. chattr botnick +ofN
your problem is the hubbot have no info on himselve :)
add your hubbot on your hubbot too with

Code: Select all

.+bot hubbotnick ip:port
ore if you have to ports for bots and users:

Code: Select all

.+bot hubbotnick ip:botport/userport
.chattr +ofN hubbotnick
.+host hubbotnick ident@host
on hubbot too :)

use always the partyline nick for add bots !!!! not the irc nick and not the alternative nick
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

Post by Bytez »

It works shortly after I posted, I think it's probably due to the lag with the shell provider. I didnt' have to add g flags for the hub and leaf bots. I followed slennox's tutorial for linking bots.
Locked