What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Auto send winks/nudges?

Pages: (2): « First [ 1 ] 2 » Last »
[Request] Auto send winks/nudges?
Author: Message:
KaaY-JaaY
New Member
*


Posts: 7
– / Male / –
Joined: Sep 2006
O.P. [Request] Auto send winks/nudges?
i dont know if its possible to make a Script, like AutoReply, which Actuly Send's Nudges & spessific Customized Winks by it self, when Certain Fraises or Words are beeing Sent to you in a Conversation?

----------
Personaly i have no clue Were to start in any Scripting, but i have Read the Forum's & i notice alot of good Scripter's.
so im wondering if is it possible to Make something like this?
or Maybe this is a Bad idea All toghetter?
----------

!send Nudge
!send Winks "<name of wink> or sometihng like that?

09-23-2006 08:14 PM
Profile E-Mail PM Find Quote Report
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: [Request] Auto send winks/nudges?
You can just do /nudge to send a nudge. As for winks I'm unsure because I don't have MsgPlus installed right now. So you could use Answering Machine Plus to detect the phrase or word and reply with /nudge
09-23-2006 08:17 PM
Profile E-Mail PM Web Find Quote Report
KaaY-JaaY
New Member
*


Posts: 7
– / Male / –
Joined: Sep 2006
O.P. RE: [Request] Auto send winks/nudges?
Yeah i was thinkin the Same thing about the Nudge..

& even tryed having that as an Answer, but fore some reason it
Crashed my msn :S

but the Nudge is Easy enough i guess.. (/nudge)

its the Winks im more Qurrius about.8-|



thx's fore a Quick Reply =)

----------------
is there som1 that knows if this can be done?

im sure lots of u Have "spleak" on your list... its a Bot, and "she" has the Ability to send Winks, -when- u Send  some kind of a "tekst msg"




This post was edited on 09-23-2006 at 08:58 PM by KaaY-JaaY.
09-23-2006 08:20 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: [Request] Auto send winks/nudges?
quote:
Originally posted by KaaY-JaaY
Yeah i was thinkin the Same thing about the Nudge..

& even tryed having that as an Answer, but fore some reason it
Crashed my msn :S

but the Nudge is Easy enough i guess.. (/nudge)

its the Winks im more Qurrius about.8-|
Use /wink to open the wink dialog...

;)

What other programs do (note: they are other programs and mostly messenger clients on their own; as such they can do a lot more) is sending the wink directly via the protocol. This isn't so easy to do with Plus! (let alone scripting).

This post was edited on 09-23-2006 at 11:57 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-23-2006 11:54 PM
Profile PM Find Quote Report
KaaY-JaaY
New Member
*


Posts: 7
– / Male / –
Joined: Sep 2006
O.P. RE: RE: RE: [Request] Auto send winks/nudges?
quote:
Originally posted by CookieRevised

What other programs do (note: they are other programs and mostly messenger clients on their own; as such they can do a lot more) is sending the wink directly via the protocol. This isn't so easy to do with Plus! (let alone scripting.)


Well Thank's fore the Reply =)

i figured it whouldent be Easy, but Not impossible, but in anyCase. it was just a Question in which i have gotten an Answer to :)

so thanks. (Y)
09-24-2006 04:07 AM
Profile E-Mail PM Find Quote Report
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
RE: [Request] Auto send winks/nudges?
well i was bord and coded up a basic nudge one, needs a nice GUI to add words to though, something like the filesender GUI would be nice.

code:
var autoSendNudge = false;
var words = new Array;
words = ("hello", "hi", "hey");

function OnEvent_ChatWndReceiveMessage(wnd, user, message, kind)
{
    if(autoSendNudge == true)
    {
        for(var i = 0; i < words.length; i++)
        {
            if(message.match(words[i]) != null)
            {
                wnd.SendMessage("/nudge");
                break;
            }
        }
        // Check for command
        if(message.charAt(0) == "!")
        {       
            var command;
            if(message.indexOf(" ") == -1)
            {
                command = message.substring(1, message.length);//.trim();
            }
   
            Debug.Trace("Command: "+command);
       
            switch(command)
            {
                case "nudge":               
                    var message;
                    message = "/nudge";
                    wnd.SendMessage(message);
                    message = '';
                break;           
            }
        }
    }
    return message;
}
09-24-2006 07:16 PM
Profile E-Mail PM Find Quote Report
xsouldeath
Junior Member
**


Posts: 30
Joined: Sep 2006
RE: [Request] Auto send winks/nudges?
did u doods even try that
from the pros of this site
i heard /nudge doesnt work and u have to use some crazy packets stuff
09-26-2006 12:38 AM
Profile E-Mail PM Find Quote Report
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: [Request] Auto send winks/nudges?
Why wouldn't it work? I think your talking about detecting receiving nudges. You can send /nudge just fine, but you can't detect a nudge with /nudge.
09-26-2006 12:44 AM
Profile E-Mail PM Web Find Quote Report
xsouldeath
Junior Member
**


Posts: 30
Joined: Sep 2006
RE: [Request] Auto send winks/nudges?
ahhh i see thanks... muhahaha :P lol
if (Message=="your bot sucks")
while (1=1 &&Message!="have mercy")
{
ChatWnd.SendMessage("/nudge");
}

lol
well i guess nudgeback is more complex ..mmm
but oh well i guess if someone nudges me i could have a self invoked command that sends them nudges
in any case with windows live messenger
someone was sending me like 100 nudges
and i tried using nudg0r or some unlimited nudgemania utility and both didnt work

then i installed some windows live messenger patch that i miraculously found on google and then unlimited nudges worked...
lol well to anyone in the hole that i was while the apatch.tk site was down..
You can use A-Patch. It has a feature to do unlimited nudges.
http://apatch.tk
Mirror 1: http://rapidshare.de/files/34460266/A-Patch130rc1b49_WLM.zip.html
Mirror 2: http://up-file.com/download/de3453568502/A-Patch130rc1b49-WLM.zip.html





This post was edited on 09-26-2006 at 12:58 AM by xsouldeath.
09-26-2006 12:49 AM
Profile E-Mail PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: [Request] Auto send winks/nudges?
Or you could use cookie's script to get unlimited nudges
Here is the link
09-26-2006 06:13 AM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


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