|
| Author |
Message |
DarkNL Newbie

Joined: 03 Jan 2005 Posts: 12
  
|
Posted: Tue Jan 04, 2005 5:33 pm Post subject: |
|
|
Hi Bot op debot :huh: I need a Visual Basic MSN Bot you know..
with the commands /menu or !menu
i need that becuase a perl needs to be opening a port...
WFG Dark |
|
| Back to top |
|
 |
farkie God Like

Joined: 15 Nov 2003 Posts: 673
   
|
Posted: Tue Jan 04, 2005 5:36 pm Post subject: |
|
|
| try looking in the downloads section? |
|
| Back to top |
|
 |
DarkNL Newbie

Joined: 03 Jan 2005 Posts: 12
  
|
Posted: Tue Jan 04, 2005 5:42 pm Post subject: |
|
|
| No , No VB Bots There |
|
| Back to top |
|
 |
mattaustin Sentinel

Joined: 19 Jul 2004 Posts: 556 Location: Los Angeles, CA
  votes: 1
|
Posted: Tue Jan 04, 2005 5:43 pm Post subject: |
|
|
accually you dont need to open a prot to run a perl bot, but the temple you were trying to run does. Try another perl template, or look at the echo bot distributed with the msn.pm. _________________ [ matt ] |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Tue Jan 04, 2005 5:44 pm Post subject: |
|
|
Perl is much easier, i suggest you try it... You will get much more help and support as we are much more familiar with it here... |
|
| Back to top |
|
 |
farkie God Like

Joined: 15 Nov 2003 Posts: 673
   
|
Posted: Tue Jan 04, 2005 5:46 pm Post subject: |
|
|
| yes dazzy.. but ive heard VB is simpler... heard its plain english lol.. looks hard to me though :blink: |
|
| Back to top |
|
 |
DarkNL Newbie

Joined: 03 Jan 2005 Posts: 12
  
|
Posted: Tue Jan 04, 2005 5:52 pm Post subject: |
|
|
ok lets try , i have use te config that works and i clicked on "bot.pl" it says: That my e-mail or password are wrong , but it isnt wrong.
i dont understand it ... |
|
| Back to top |
|
 |
dan0211 Not Yet a God

Joined: 23 Dec 2003 Posts: 395
    
|
Posted: Tue Jan 04, 2005 6:01 pm Post subject: |
|
|
| Does the address you are trying to sign the bot into have a .NET passport? |
|
| Back to top |
|
 |
DarkNL Newbie

Joined: 03 Jan 2005 Posts: 12
  
|
Posted: Tue Jan 04, 2005 6:02 pm Post subject: |
|
|
| Yes |
|
| Back to top |
|
 |
farkie God Like

Joined: 15 Nov 2003 Posts: 673
   
|
Posted: Tue Jan 04, 2005 6:04 pm Post subject: |
|
|
| well code the error as it is excatly for us to see.. we cant really help you without looking at the error... |
|
| Back to top |
|
 |
DarkNL Newbie

Joined: 03 Jan 2005 Posts: 12
  
|
Posted: Tue Jan 04, 2005 6:20 pm Post subject: |
|
|
Ok
character in "c" format wrapped in pack at lib/MSN.pm line 1706 character in "c" format wrapped in pack at lib/MSN.pm line 1706 character in "c" format wrapped in pack at lib/MSN.pm line 1706
SERVER RETURNED ERROR: Type your e-mail address and password correctly If you havevent registered with .NET Passport , click the get a .NET Passport link at lib/MSN.om line 1707. |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Tue Jan 04, 2005 7:51 pm Post subject: |
|
|
See if you can sign in using MSN Messenger (or Windows Messenger) with the bot's e-mail and password to make sure it is even capable of signing in. If you get the same error about the passport or whatever, go to passport.net and try registering it. If it tells you it already has been registered, it probably is just that you entered the wrong password.
In that case, you could have passport.net e-mail you (to that address) how to change your password.
Also, if you're using Perl code to edit the e-mail address, make sure that the variable is in apostrophes. If it's in quotes, make sure to escape the @. Examples:
| Code: | | # Apostrophes.<br />my $handle = 'name@domain.com';<br /><br /># Quotes.<br />my $handle = "name\@domain.com"; |
_________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
farkie God Like

Joined: 15 Nov 2003 Posts: 673
   
|
Posted: Tue Jan 04, 2005 9:55 pm Post subject: |
|
|
It was SSL.. i helped him on MSN  |
|
| Back to top |
|
 |
eric256 The Keymaker

Joined: 03 May 2006 Posts: 2292 Location: Colorado
     
|
|
| Back to top |
|
 |
yowhat2002 Newbie

Joined: 31 Jan 2004 Posts: 36
   
|
Posted: Tue Jan 04, 2005 10:58 pm Post subject: |
|
|
Hey, all of this post is my opinion, so be gentle guys and gals...
VB is much easier than perl, and yes it is in plain english. Its not as fussy as perl either and if you cock up your code vb tells you whats wrong and highlights the code that needs changing. VB may not be cross platform, but lets face it, most people here are only doing this out of hobby, they dont have a dedicated linux server to host their bot on. Most people are running their off their home pc's with windows, so "eww vb is not cross platform" isnt really much good in this case is it. People who have never even touched VB are arguing for perl based on other peoples opinions and not their own, mabe if they took the time to learn VB theyd like it ya know? and yes i know VB bots may use more memory than perl bots, but like i said earlier, these are hobby bots, you dont seriously expect them to get so big your pc will explode do you?! i can understand with large bots like Bot2k3, 7000 users on a VB bot would drain a hell of alot of memory, thats why its in perl on its on dedicated server, but Bot2k3 has kinda outgrown the hobby stage. Anyway, sorry if i went very off topic there.
/Charles |
|
| Back to top |
|
 |
|