What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [release] WLM Tourettes

Pages: (2): « First [ 1 ] 2 » Last »
[release] WLM Tourettes
Author: Message:
skyserpent
Junior Member
**

Bacon

Posts: 96
32 / Male / –
Joined: Aug 2006
O.P. [release] WLM Tourettes
Name: WLM Tourettes
Latest Version: 0.7
Description: Give your Windows Live Messenger Tourettes

WARNING!
Contains strong language!

Instructions:
> To start the script send start! while in a conversation window
> To stop the script (as it does get quite annoying after you have has your laughs) send stop! while in a conversation window.

Tourettes Is... *CLICK*

Any bugs post them here or PM me

.plsc File Attachment: WLM Tourettes 0.7.plsc (1.36 KB)
This file has been downloaded 379 time(s).

This post was edited on 09-17-2006 at 05:17 AM by skyserpent.
09-17-2006 03:37 AM
Profile E-Mail PM Web Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: [release] WLM Tourettes
how do you use it??

i know but others dont so please explain
09-17-2006 03:39 AM
Profile PM Find Quote Report
Chancer
Senior Member
****

Avatar

Posts: 648
Reputation: 7
34 / Male / Flag
Joined: May 2005
Status: Away
RE: [release] WLM Tourettes
what's a 'tourette'??
09-17-2006 03:39 AM
Profile E-Mail PM Find Quote Report
DarkMe
Full Member
***

Avatar
Thx ins4ne for my av :p

Posts: 471
Reputation: 20
31 / Male / –
Joined: Jun 2006
RE: [release] WLM Tourettes
quote:
Originally posted by Chancer
what's a 'tourette'??
* DarkMe wonders it
[Image: darkme.png]
09-17-2006 03:43 AM
Profile E-Mail PM Web Find Quote Report
Chancer
Senior Member
****

Avatar

Posts: 648
Reputation: 7
34 / Male / Flag
Joined: May 2005
Status: Away
RE: [release] WLM Tourettes
Wiki says...

is this??
09-17-2006 03:47 AM
Profile E-Mail PM Find Quote Report
DarkMe
Full Member
***

Avatar
Thx ins4ne for my av :p

Posts: 471
Reputation: 20
31 / Male / –
Joined: Jun 2006
RE: [release] WLM Tourettes
code:
var started = 0;
function OnEvent_ChatWndSendMessage(ChatWnd,Message)
{
  var RandomWordList = new Array("****", "****", "****", "****", "****", "***", "***", "*****", "***");
  var pie = (RandomWordList[Math.floor(Math.random() * RandomWordList.length)]);
  if(Message.charAt(0)!="/")
  {
    if(started==1)
    {
      if(Message=='stop!')
      {
        started=0;
        return '';
      }
      else
      {
        return Message+" *cough* "+pie;
      }
    }
    else if(started==0)
    {
      if(Message=='start!')
      {
        started=1;
        return '';
      }
    }
  }
  else
  {
    return Message;
  }
}
i think that says all
start! for activating it and stop! to disable it

This post was edited on 09-17-2006 at 03:51 AM by DarkMe.
[Image: darkme.png]
09-17-2006 03:50 AM
Profile E-Mail PM Web Find Quote Report
Chancer
Senior Member
****

Avatar

Posts: 648
Reputation: 7
34 / Male / Flag
Joined: May 2005
Status: Away
RE: [release] WLM Tourettes
ooookay =]
09-17-2006 03:52 AM
Profile E-Mail PM Find Quote Report
skyserpent
Junior Member
**

Bacon

Posts: 96
32 / Male / –
Joined: Aug 2006
O.P. RE: RE: [release] WLM Tourettes
quote:
Originally posted by Jay_Jay
how do you use it??


good idea - instructions added. i didnt do too bad seen as its my first script to be put on here
09-17-2006 05:16 AM
Profile E-Mail PM Web Find Quote Report
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: [release] WLM Tourettes
lol. Funny script. It's so funny how in Deuce Bigalow: Male Gigolo the girl has tourettes syndrome & full-on swears at people at random intervals. :P
10-04-2006 07:46 AM
Profile PM Find Quote Report
AberNStein
Full Member
***


Posts: 132
Reputation: 2
Joined: Jul 2006
RE: [release] WLM Tourettes
this is actually coprolalia, not tourettes
fewer than 15% of people with tourrettes have coprolalia
http://en.wikipedia.org/wiki/Coprolalia
http://en.wikipedia.org/wiki/Clinomorphism
[Image: gybouserbar6hc.gif]
10-04-2006 09:59 PM
Profile 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