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.
Old posts that have not been replied to for several years.
BiLL
Halfop
Posts: 78 Joined: Wed Sep 26, 2001 8:00 pm
Location: Germany
Post
by BiLL » Thu Feb 28, 2002 10:29 pm
Heyya,
anybody is running raeky's op cookie script? Anybody know's if there is any other cookie script out?
I want to use raeky's op cookie script in my botnet, but I need the up2date botnetop.tcl fixed to work with raeky's op cookie script. The botnet.op tcl on raeky's site is out of date
.
Anybody got the NEW botnetop.TCL from netbots (4.05) modified for raeky's op cookie script?
Thanks bye.
slennox
Owner
Posts: 593 Joined: Sat Sep 22, 2001 8:00 pm
Contact:
Post
by slennox » Fri Mar 01, 2002 9:05 pm
I think the changes required to the script to make it work with cookieop are minor. Find the following section in botnetop.tcl:
Code: Select all
if {$bop_osync} {
if {$numversion < 1040000} {
pushmode $chan +o $fromnick
} else {
putquick "MODE $chan +o $fromnick"
}
} else {
if {[isop $fromnick $chan]} {return 0}
pushmode $chan +o $fromnick
}
And change it to:
Code: Select all
if {$bop_osync} {
cop_op $chan $fromnick
} else {
if {[isop $fromnick $chan]} {return 0}
cop_op $chan $fromnick
}
Let me know if it works.
<font size=-1>[ This Message was edited by: slennox on 2002-03-01 18:11 ]</font>
BiLL
Halfop
Posts: 78 Joined: Wed Sep 26, 2001 8:00 pm
Location: Germany
Post
by BiLL » Fri Mar 01, 2002 11:44 pm
Yes thats it.
Everything works fine thanks
BiLL
Halfop
Posts: 78 Joined: Wed Sep 26, 2001 8:00 pm
Location: Germany
Post
by BiLL » Sat Mar 02, 2002 12:14 am
I got another trouble right now...
I got the same cookieop.tcl on every bot also the same botnetop.tcl
weired is now that my bots try to op each other, but the cookieop is INVALIDE for everyone. I dunno why, every bot has +cookieop for that chan and the SAME cookieop.tcl so the key must be the same that means the op is valide.
I dont know what to do, damn
BiLL
Halfop
Posts: 78 Joined: Wed Sep 26, 2001 8:00 pm
Location: Germany
Post
by BiLL » Sat Mar 02, 2002 12:23 am
lol how stupid!
if you enable the debug mode by using:
set cop_debug 1
and the "all display mode":
set cop_display 2
then the cookie script works right - hmm
n
nomad
Post
by nomad » Wed Nov 13, 2002 10:42 pm
Where can I find Raeky's cookieop, his site is down.
Does anyone send it to me?
Tnx in advance, n0mad.
romprod
Halfop
Posts: 49 Joined: Fri Oct 19, 2001 8:00 pm
Post
by romprod » Thu Dec 05, 2002 8:08 pm
Use ".netchanset #channel +cookieop" insted of ".chanset........" just this second relised the problem