Mar 16, 2007 16:10 Passwords
There is now a new way to get passwords

All this is below is a simple script that gets the passwords from harlbot, kind of like WBr. but now instead of typeing "potd" you can right click, and click passwords, press the button, and you got the passwords.

requirments
mIRC

mIRC download = http://www.efnet.org/clients/win32/mirc/mirc621.exe

To install
1) When you are in irc, press (alt + r)
2) Go to top of window. File -> New
3) Copy and paist whats below into that blank window, and click ok

[code:1:356305798d]
menu channel,status {
Passwords:dialog -m passwords passwords
}

dialog Passwords {

title "Passwords"
size 300 200 120 140
option dbu

combo 1, 10 30 100 75, sort
box "Passwords", 2, 5 2 110 135

text "You must be on #winbolo", 5, 30 101 75 7
text "for this to work!", 6, 40 109 75 7
text "3-5 second Delay", 4, 72 15 75 7
button "Passwords", 3, 10 10 60 20

}

on *:dialog:Passwords:sclick:*:{
if ($did == 3) { msg harlbot passwords please | did -ra passwords 1 }
}

on *:text:*:?: {
if $Nick == harlbot {
set %line $1-
if (%line == Here are the passwords) goto one
did -a passwords 1 %line
:one
close -m Harlbot
}
}
[/code:1:356305798d]

note to bot owners and ops: I have made sure that people that are banned do not get the passwords. In order to get the passwords, you will see that in this script, when you click the button "passwords", it sends a message to Harlbot. harlbot then checks if the person is on #winbolo. If s/he is, then it sends the passwords. Otherwise, they get a message in there status window instructing that inorder to use this function, you need to be on #winbolo. Heres that script on my bot

[code:1:356305798d]
on *:Text:passwords please:*:{
if $nick ison #winbolo { /play $nick passwords.txt }
if $nick !ison #winbolo { notice $nick Sorry, you need to be on channel #winbolo. This is to prevent people from finding out passwords after they are banned. :) }
}
[/code:1:356305798d]

if however owns WBr would like to use the script, then i can change the scripts, and send it to whomever

also is ANY op or bot owner doesn't like this and feels this will make passwords less secure, then i will take the script down