Shoutbox

wired bots - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: wired bots (/showthread.php?tid=46991)

wired bots by super-schaf on 06-29-2005 at 11:59 AM

i have finished everything it sais here , here and here . the only thing is i dont know how to start the bot. can anyone help?

PS:its address is chatterbot12@hotmail.com ;-)


RE: wired bots by x2zen on 06-29-2005 at 12:13 PM

Wiredbots is outdated, they use the msn.pm that uses MSNP2 which MS has dropped.
You need to download the latest msn.pm which uses MSNP9/MSNP10 here
I can upgrade it to MSNP11 for you, that way your bot will be able to use Personal Messages and all that MSN Messenger 7 stuff.
then you need the SSL updates from here

To start your bot just doubleclick on the .pl file


RE: wired bots by super-schaf on 06-29-2005 at 12:21 PM

wow!thanks. i dont need a update rite now but when i click on the .pl file it comes up with notepad! i dont understand this! ;-)


RE: wired bots by x2zen on 06-29-2005 at 12:26 PM

Have you installed ActivePerl?
Trust me, you need the updates if you wanna run a bot on the MSN Network.


RE: wired bots by super-schaf on 06-29-2005 at 05:31 PM

oh ok
i ment the msnp10 ;-)


RE: wired bots by John Anderton on 06-29-2005 at 06:58 PM

I still wasnt able to make a bot .. .can someone help me with the procedure from start to end ... how do i tell the bot what to do ??


RE: wired bots by x2zen on 06-29-2005 at 07:08 PM

quote:
Originally posted by John Anderton
I still wasnt able to make a bot .. .can someone help me with the procedure from start to end ... how do i tell the bot what to do ??
You don't tell it what to do, you program it.
Like:
code:
if ($msg =~/^!John/i){
$self->sendmsg("Hi John");
}
This will make the bot respond "Hi John" when you write "!john"
$self->sendmsg is defined in the msn.pm
RE: wired bots by super-schaf on 07-11-2005 at 07:17 AM

oh i cant program very good  by the way. i think il forget that then! lol


RE: wired bots by Sypher on 07-11-2005 at 12:20 PM

I suggest you go to Bot-Depot (www.bot-depot.com), it's a community devoted to the development of bots for MSN, Y!IM and AIM ;)