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

Pages: (3): « First « 1 2 [ 3 ] Last »
[Request] Bot?
Author: Message:
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: [Request] Bot?
quote:
Originally posted by h-t
Is it possible to make a bot using the scripts? I've tried some things but it didn't work.. Maybe can someone help me if it is possible..
When I fully understand the gui, I'm going to be making A full bot script, where all you have to do is add stuff to the window, and the script will do the rest;) Stay tuned!

(I'm going to start working on this script tommorow and I hope it'll be done by next week or the week after:))

This post was edited on 06-26-2006 at 06:20 PM by Lou.
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
06-26-2006 06:01 PM
Profile PM Web Find Quote Report
can16358p
Junior Member
**

WLM + MP!L User

Posts: 58
34 / Male / –
Joined: Oct 2005
Status: Away
RE: [Request] Bot?
I'm developing a bot, and yes, I see that we can really develop bots with scripting. My bot has a super slang-talking (Turkish) engine :)
[Image: anathema.gif][Image: hax0r.png]
06-26-2006 06:32 PM
Profile E-Mail PM Find Quote Report
can16358p
Junior Member
**

WLM + MP!L User

Posts: 58
34 / Male / –
Joined: Oct 2005
Status: Away
RE: RE: [Request] Bot?
quote:
Originally posted by novolo
Instead of doing the msg.match thing like in here..
code:
if(msg.match(/thanks|thnx|thank u/)){
ChatWnd.SendMessage("No problem, " + User + "! ");
}

isn't there a way like:  msg.contains    or something like that?

because if we use msg.match,  me message recieved has to be exactly like that,  instead is it contains certain words we can gues what he's talkiing about and return something close...

any ideas?


use
if(msg.indexOf(stringToSearch)!=-1)...
[Image: anathema.gif][Image: hax0r.png]
06-26-2006 06:34 PM
Profile E-Mail PM Find Quote Report
can16358p
Junior Member
**

WLM + MP!L User

Posts: 58
34 / Male / –
Joined: Oct 2005
Status: Away
RE: RE: [Request] Bot?
quote:
Originally posted by Mr. G
ah! c'mon anyone plz finish ur bot soon I beg u :'(

Mr. G


Don't expect a super intelligent bot, or something like SmarterChild, from anyone, at least soon.

Building up bots require a lot of time.
I mean the Artificial Intelligence is really hard to develop.
[Image: anathema.gif][Image: hax0r.png]
06-26-2006 06:41 PM
Profile E-Mail PM Find Quote Report
JonnyT
Junior Member
**


Posts: 28
Joined: Jun 2006
RE: RE: RE: [Request] Bot?
quote:
Originally posted by segosa

Anyway, I would even suggesdt making a txt file or something in the format

word1:word2:word3:wordN|reply

and parsing that, seeing if any of the words are in the msg and then replying with reply. (In fact that's the format I used for an autoresponder in mIRC script.)


how would we do somthing like that in javascript? i mean the read writeto the file and parsing it?

Thanks J
06-26-2006 06:45 PM
Profile E-Mail PM Find Quote Report
Pages: (3): « First « 1 2 [ 3 ] 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