Bitcoin Forum

Economy => Services => Topic started by: RavinTavin on May 21, 2013, 08:24:50 PM



Title: In need of Bot built on Myfreecams.com
Post by: RavinTavin on May 21, 2013, 08:24:50 PM
I am looking for a programmer who can build a simple to use Bot that will run off MFC and recognize tip amounts. Basically I want to have it set up to where it can play several different games

For example:

Guess the # 1-100. With this game the bot would see all the tips that are posted in public chat and then keep up with them. So each tip it would say "Sorry 1, 16, 17, 66 are not correct" (you understand the drift) a user can type !numbers and it would display the list of #'s as well.

There are several other things that I will want the bot to do as well. I can pay BTC, PM if you have any interest!

Thanks,
Ravin


Title: Re: In need of Bot built on Myfreecams.com
Post by: gweedo on May 21, 2013, 08:29:33 PM
This can't be done for a couple of reasons I just looked into it. One MFC doesn't have an API. Second the chat is using flash, and that can't be controlled with javascript or any outside program. So anyone claiming to do this would be lying.


Title: Re: In need of Bot built on Myfreecams.com
Post by: RavinTavin on May 21, 2013, 08:49:59 PM
This can't be done for a couple of reasons I just looked into it. One MFC doesn't have an API. Second the chat is using flash, and that can't be controlled with javascript or any outside program. So anyone claiming to do this would be lying.

Damn that is a heart breaker.  I could have sworn I saw a girl who had one running. It was a normal Premium member, but that you Gweedo!


Title: Re: In need of Bot built on Myfreecams.com
Post by: Craynon on May 21, 2013, 11:10:14 PM
I saw a bot for an MMO once that said it used text recognition to assess what the game was doing and respond to it.

I'm not saying it would be easy, but couldn't you do this?


Title: Re: In need of Bot built on Myfreecams.com
Post by: Ditto on May 22, 2013, 05:09:21 AM
I saw a bot for an MMO once that said it used text recognition to assess what the game was doing and respond to it.

I'm not saying it would be easy, but couldn't you do this?
This is possible. http://wizzup.org/simba is a screen-scraping MMO bot I've used before, and it can be programmed to work with any application.


Title: Re: In need of Bot built on Myfreecams.com
Post by: bitspill on June 01, 2013, 05:06:33 AM
This can't be done for a couple of reasons I just looked into it. One MFC doesn't have an API. Second the chat is using flash, and that can't be controlled with javascript or any outside program. So anyone claiming to do this would be lying.
It is most certainly possible... (I'm not lying (https://mega.co.nz/#!2J5RVQIC!OZ_WOSA2pr0Hx1_ormvriEJ_ldsQZ7ivKFpIToQ_UIY) ;))

The chat is handled via flash yes, but it is inserted into the html dom and you can extract the information from that via a variety of methods.

At the link above is a screen recording of my test program extracting the chats via C#