![]() [Request] Webcam Command - 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: [Request] Webcam Command (/showthread.php?tid=73491) [Request] Webcam Command by Kinzzz on 04-10-2007 at 07:52 PM
Can someone make a script that makes it possible when someone comes online, it automaticly sends out a request to start "my" webcam(so not a videochat, but only webcam). But it must be possible to select the people who recive this invitation. RE: [Request] Webcam Command by Ashylay on 04-12-2007 at 10:39 AM
I dont know wether this is possible because I dont know wether there is a command in Messenger Scripts to just send your webcam. Ill have a look see if there is something like Messenger.ViewCam RE: [Request] Webcam Command by Matti on 04-12-2007 at 07:00 PM
Unfortunately, this is not possible with Plus! Scripts. Instead if someone discovers a secret message which can be sent to a chat window to activate a webcam chat, this can't be done. And also, it would be a huge risk if third party programs could take control of your webcam. RE: [Request] Webcam Command by felipEx on 04-12-2007 at 07:48 PM
you can try with MSN Webcam Recorder RE: [Request] Webcam Command by Eljay on 04-12-2007 at 08:13 PM
It is possible to send your own webcam by sending a certain window message to the chat window. code: RE: [Request] Webcam Command by Matti on 04-15-2007 at 09:59 AM
How do you find out those commands, Eljay? RE: [Request] Webcam Command by win_crook on 04-15-2007 at 03:36 PM
I'll do it! RE: [Request] Webcam Command by Kinzzz on 04-15-2007 at 03:46 PM
Thanks!! RE: [Request] Webcam Command by win_crook on 04-15-2007 at 04:07 PM
Alright... install this script and to start your webcam simply use the command /Cam RE: RE: [Request] Webcam Command by deAd on 04-15-2007 at 04:11 PM
quote:Resource hacker. Find the menu resource and then put the specific menu item's ID in the message. ![]() RE: [Request] Webcam Command by Kinzzz on 04-15-2007 at 04:18 PM
Thanks win_crook!!! RE: [Request] Webcam Command by win_crook on 04-15-2007 at 04:21 PM Right... I just need to make this clear, you want a list of contacts which can be either enabled or disabled. The ones that are enabled get sent an invitation to view your webcam as soon as they sign in. Is this what you want? RE: [Request] Webcam Command by Kinzzz on 04-15-2007 at 04:25 PM
yes RE: [Request] Webcam Command by win_crook on 04-15-2007 at 04:27 PM I'm nowhere near as experienced as some of the script developers on here, but I certainly think so... I'll keep you updated with results over the next couple of days. RE: [Request] Webcam Command by Kinzzz on 04-15-2007 at 04:28 PM
ok! RE: [Request] Webcam Command by win_crook on 04-15-2007 at 04:36 PM
Right... after doing some research the best way that I can see this being done is to make a group of contacts (e.g Webcam Contacts) and put all the contacts that you want to automatically send webcam requests into that group. RE: [Request] Webcam Command by Kinzzz on 04-15-2007 at 04:38 PM
No that's ok! RE: [Request] Webcam Command by Matti on 04-15-2007 at 05:10 PM
quote:Is it really THAT easy?! ![]() ![]() RE: [Request] Webcam Command by win_crook on 04-15-2007 at 07:39 PM
Okay... I've hacked this together very quickly and haven't tested it at all really because I don't want to upset my contacts with webcam requests. RE: [Request] Webcam Command by Kinzzz on 04-15-2007 at 08:03 PM
the concept is great RE: [Request] Webcam Command by win_crook on 04-15-2007 at 08:08 PM Hmm... I thought something like this might happen... I'll try and fix it tomorrow but for now the /Cam command is still in place. RE: [Request] Webcam Command by Kinzzz on 04-15-2007 at 08:15 PM
No problem! RE: [Request] Webcam Command by win_crook on 04-16-2007 at 02:38 PM
Okay... I have added a timer that waits 5 seconds before trying to send the webcam request. RE: [Request] Webcam Command by Kinzzz on 04-16-2007 at 04:37 PM
hahaha RE: [Request] Webcam Command by win_crook on 04-16-2007 at 04:57 PM Okay... I've sent you a private message containing my email address should you need any other support or updates after this thread becomes old. RE: RE: [Request] Webcam Command by CookieRevised on 04-16-2007 at 07:05 PM
quote:Scripts do not have access to groups in the contactlist. It would never have worked. PS: don't attach new version in every post. If you update the script, edit one of your posts and attach the new version. It is majorly confusing for people to check and see which version to download or which version they have. If you have 1 post which always have the latest version that would be way easier. And if you have an update make a new post and link to the pos/attachment where the script is ![]() ![]() PS: The scripts renders errors in reading the file with emails. Check your debugging window. Tip: try not to save emails as plain text, but rather handle and save them by their MSNID hash. See CookieRevised's reply to MSN ID calculator... This because of privacy and security reasons. ![]() RE: RE: [Request] Webcam Command by vikke on 04-16-2007 at 07:18 PM
quote:You can also use Spy++/Winspector to see WM_COMMAND messages posted, from there you can find commands not found in menus. ![]() RE: [Request] Webcam Command by win_crook on 04-17-2007 at 06:05 PM
Thanks a lot for that post CookieRevised |