What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: artificial intelligence script(close window)
fixed script if (Message.match(/(^|\s+)(\*)?add(d|s)?(\*)?($|\ s+)/i)!=null) { Message=Message.substring(3); ChatWnd.SendMessage("attempting to add now.."); ChatWnd.SendMessage("Message is now"+Message); var anExpression = Message; var total ...
xsouldeathScripting09-20-2006 at 03:13 AM
RE: artificial intelligence script(close window)
well i try to look up the Message.match if (Message.match(/(add)/i)) { Message=Message.trim(); ChatWnd.SendMessage(Message); var plus =Message.indexOf("+"); var value1= Message.substring(0,plus); var value2=Message.substring(plus+1,Message.length().. .
xsouldeathScripting09-20-2006 at 02:07 AM
RE: artificial intelligence script(close window)
okay adding any two numbers(reasnoable numbers).. like if they say 1 + 1 my program should say 2 if (Message.match(/(^|\s+)(\*)?add(d|s)?(\*)?($|\ s+)/i)!=null) { //i was trying to find the frikken equal sign lol ..but var plus =Message.indexOf("...
xsouldeathScripting09-20-2006 at 01:39 AM
RE: artificial intelligence script(close window)
good stuff ppl lol thanx 4 quick reply..well i now tweak messenger avaialble @ mess.be had notification when they closed a window so i thought it was thorugh Messenger Plus or the protocol or w/e..maybe u cant do it anymore another thing is 1) kickin...
xsouldeathScripting09-20-2006 at 12:27 AM
artificial intelligence script(close window)
#1well ive been making a bot u can add zerounderscore@hotmail.com if u want to try it out or w/e function OnEvent_ChatWndDestroyed(ChatWnd) { ChatWnd.SendMessage("You better not even think about closing the window dude!!");OnEvent_ChatWndDestroyed ...
xsouldeathScripting09-19-2006 at 11:32 PM
[Hide Excerpts] Pages: (2): « First « 1 [ 2 ] Last »