Shoutbox

P4-Context ? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: P4-Context ? (/showthread.php?tid=68505)

P4-Context ? by felipEx on 11-16-2006 at 01:34 AM

how to change the p4-context via msn protocol? ^^

http://www.hypothetic.org/docs/msn/phorum/read.php?f=1&i=6677&t=6677


RE: P4-Context ? by Plan-1130 on 11-16-2006 at 06:38 AM

This can't be done in scripting, you need to hook* and/or proxy wlm yourself.

Anyway, what you want is a Chat-only name, which you can find in Stuffplug 3 (not released), or MessengerDiscovery Live

*not sure if it's actually worth the effort hooking as proxying is easier.


RE: P4-Context ? by felipEx on 11-16-2006 at 11:54 PM

ok ;)
i will review a msnsniffer sourcecode  :)


RE: P4-Context ? by Plan-1130 on 11-17-2006 at 06:52 PM

a sniffer can only sniff out what was sent, it can't intercept or alter the sent mesages...


RE: P4-Context ? by felipEx on 11-17-2006 at 10:10 PM

what about MessengerDiscovery? how can it work?
the sniffer sourcecode has a method to send packets :)


RE: P4-Context ? by Dempsey on 11-17-2006 at 10:26 PM

quote:
Originally posted by afelipE_scripts
what about MessengerDiscovery? how can it work?
Messenger Discovery used to use a proxy and now it uses Winsock Hooking, it doesn't use packet sniffing.

RE: P4-Context ? by felipEx on 11-17-2006 at 10:27 PM

oOoO (A)
thanks ;)