Jump to content

[Request]MSN Messenger Monitor


Goblin
 Share

Recommended Posts

Hey, I start to make a packet sniffer for MSN Messenger but i don't know why it doesn't work !

$ip = "64.4.37.70"

TCPStartup()

$packet = TCPConnect($ip, 1863)

While 1
    
    TCPAccept($packet)
    $rec = TCPRecv($packet,1000000)
    if $rec <> "" Then
        FileWriteLine("Packet.txt",$rec)
    EndIf
WEnd

Func onAutoitExit()
TCPShutdown()
EndFunc

EndFunc

Need advice, Thanks !

Link to comment
Share on other sites

  • Developers

Hey, I start to make a packet sniffer for MSN Messenger but i don't know why it doesn't work !

$ip = "64.4.37.70"

TCPStartup()

$packet = TCPConnect($ip, 1863)

While 1
    
    TCPAccept($packet)
    $rec = TCPRecv($packet,1000000)
    if $rec <> "" Then
        FileWriteLine("Packet.txt",$rec)
    EndIf
WEnd

Func onAutoitExit()
TCPShutdown()
EndFunc

EndFunc

Need advice, Thanks !

This is not a packet sniffer... what is it you want to accomplish here?

Hi,

you have some udf for tcp like create server,send message or files :)

Sure... do you have fries with that? Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

So, What i should do ?

You forgot to answer my question.... What is your goal for this script?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Well its not going to work like that and I doubt any good intentions here so don't expect to much help from me.

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org

Link to comment
Share on other sites

Links doesn't work !

Yes they do, but you have to copy the link and then paste it in your browser (I don't know why that happen but it works for me in Opera & Chrome)
Link to comment
Share on other sites

I actually didn't take a look at all the funcs in the udfs so i suggested them just in case

Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org

Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...