Auto Game Bot

R

Raja

Hi,
I want to write an Bot which could play games in a site
automatically. the site is www.pogo.com. I would like to write a C++
Bot which will play game of Bingo ie. detect pieces and simulate mouse
clicks automatically.

Can you please tell me how to proceed in achieving this ? Do I need to
login into the site ? If yes, how to do it ? What lib supports such a
feature in C++ ?


Thank You,
Raja.
 
G

Gernot Frisch

I want to write an Bot which could play games in a site
automatically. I would like to write a C++
Bot which will play game of Bingo ie. detect pieces and simulate
mouse
clicks automatically.

There is no "mouse" in C++, so you'd better ask in a group related to
your operating system. This is about C++ _language_.
 
R

Raja

Hi,
It is not 'mouse'. It is simulating Mouse Clicks (ie. single click,
double click).
Thank You,
 
G

Gavin Deane

Hi,
It is not 'mouse'. It is simulating Mouse Clicks (ie. single click,
double click).

You missed the point. C++ has no concept of a mouse. It is not
possible to respond to actual mouse clicks in C++ and it is not
possible to simulate mouse clicks in C++. Any program that does such
things is using extensions specific to the operating system. That is
why you need to ask in an OS-specific group. Some suggestions in the
FAQ:

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

Gavin Deane
 
M

mt0ne

You missed the point. C++ has no concept of a mouse. It is not
possible to respond to actual mouse clicks in C++ and it is not
possible to simulate mouse clicks in C++. Any program that does such
things is using extensions specific to the operating system. That is
why you need to ask in an OS-specific group. Some suggestions in the
FAQ:

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

Gavin Deane


WRONG WRONG WRONG
mouseup and mousedown handle that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top