What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] imitate msg

[Request] imitate msg
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Request] imitate msg
quote:
Originally posted by Huhu_Manix
I think this following code will help you :

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
if(Message.substring(0, 4)=="!do ") ChatWnd.SendMessage(Message.substring(4));
}

And together with that you make it EXTREMELY INSECURE and a big safety hazzard for your own computer as anyone can simply do anything they want now with the account this script is running on. Including removing files and yes even screwing up your whole PC.

phuzz,

At least a few checks should be done before allowing the command to be passed. The most important check being the use of Origin to check on your email address. Also include a password scheme so only you can envoke the commands. And check if the messages aren't send from a multi-person convo...

There are a few remote controlling scripts on the forums already (which include the needed safety measurements), check those out instead, they are exactly what you need. Search forums with keyword remote:

eg:
[Release] RemoteAccess, Password protected
[Release] RemoteController
[beta] PlusRemote

This post was edited on 10-21-2006 at 08:55 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-21-2006 08:27 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] imitate msg - by phuzz on 10-21-2006 at 07:31 PM
RE: [Request] imitate msg - by Huhu_Manix on 10-21-2006 at 08:14 PM
RE: [Request] imitate msg - by CookieRevised on 10-21-2006 at 08:27 PM
RE: [Request] imitate msg - by Huhu_Manix on 10-21-2006 at 10:48 PM
RE: [Request] imitate msg - by phuzz on 10-22-2006 at 01:10 AM
RE: [Request] imitate msg - by CookieRevised on 10-22-2006 at 01:28 AM
RE: RE: [Request] imitate msg - by phuzz on 10-22-2006 at 01:34 AM
RE: [Request] imitate msg - by Plan-1130 on 10-22-2006 at 01:52 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On