|
| Author |
Message |
0ffrio Newbie

Joined: 14 Oct 2006 Posts: 1
 
|
Posted: Sat Oct 14, 2006 11:42 pm Post subject: Help Flash Bot / Client |
|
|
Hi im new on bot-depot, my name is 0ffrio. Im not very good in english but i will do my best. Im a flash and php coder.
This is my question (Problem :
I want to make a Flash msn bot (or client (after) ) with xmlsocket but when i try to send the ver or cvr or anything else.. nothing happen. I dont receive anything. If someone already made or see a flash bot can u tell me plz.
(Sorry for my poor english -_-) |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Sun Oct 15, 2006 9:37 am Post subject: |
|
|
I'm not a Flash coder, nor have I done any work on the MSN Protocol, so I can't really give you any specific answer. However, it is clear that you are not sending the correct data to the MSN servers. Make sure you have used a packet-sniffing tool such as Etherreal to find the exact data that is sent and try to emulate it . _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
noir118 The Architect

Joined: 31 Oct 2003 Posts: 152
    votes: 4
|
|
| Back to top |
|
 |
mattaustin Sentinel

Joined: 19 Jul 2004 Posts: 556 Location: Los Angeles, CA
  votes: 1
|
Posted: Mon Oct 16, 2006 3:50 am Post subject: |
|
|
I talked to him online.. and the problem isnt what he is sending.. its that Flash only accepts socket messages that end in a null character (\0) because this is not sent by the msn server.. then only way to get this to work is to have a proxy server append the null char to all incoming socket messages.
SO in short.. flash makes the connection......sends the current info .... msn server replies.... flash ignores it  _________________ [ matt ] |
|
| Back to top |
|
 |
|