473,387 Members | 1,290 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Auto Game Bot

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.

Mar 29 '07 #1
5 5883
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_.
Mar 29 '07 #2
Hi,
It is not 'mouse'. It is simulating Mouse Clicks (ie. single click,
double click).
Thank You,

Mar 29 '07 #3
On 29 Mar, 18:53, "Raja" <rokkamr...@gmail.comwrote:
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-lit...t.html#faq-5.9

Gavin Deane

Mar 29 '07 #4
On 29 Mar, 12:29, "Gavin Deane" <deane_ga...@hotmail.comwrote:
On 29 Mar, 18:53, "Raja" <rokkamr...@gmail.comwrote:
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-lit...t.html#faq-5.9

Gavin Deane

WRONG WRONG WRONG
mouseup and mousedown handle that.

Apr 17 '07 #5
On Tue, 17 Apr 2007 05:49:57 -0700, mt0ne wrote:
On 29 Mar, 12:29, "Gavin Deane" <deane_ga...@hotmail.comwrote:
>On 29 Mar, 18:53, "Raja" <rokkamr...@gmail.comwrote:
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-lit...t.html#faq-5.9

Gavin Deane

WRONG WRONG WRONG
mouseup and mousedown handle that.
Those are not standard C++ functions (were you thinking of a different
language?).

--
Lionel B
Apr 17 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Harold | last post by:
Hi, I have a question in SQL Server 2K, I use SQL Profile to trace, and find Stored Procedure was auto recompiled, like this row in the trace: SP:Recompile 15 1680 76 2004-02-27 16:01:11.610 ...
138
by: theodp | last post by:
--> From http://www.techdirt.com/articles/20040406/1349225.shtml Microsoft Patents Saving The Name Of A Game Contributed by Mike on Tuesday, April 6th, 2004 @ 01:49PM from the...
28
by: PerryC | last post by:
Anyone know how to auto close the parent / opener window without confirmation? I have tried: <script> opener.window.close() </script> ----I put it in the child html page, and nothing...
24
by: aam | last post by:
hi, im trying to figure out how i can program the mouse to automatically click on a button of a web page that i'm viewing.i do not have control over the page.i would also like to set up an...
1
by: fowle040 | last post by:
I underlined and bold print my files. I need to know how to make this code into a working game. The object of the game is to have two players 1- belle and 2-beast. I want them to lose and gain...
7
by: Gasten | last post by:
Hello. The last weeks I've been coding a roguelike (you know, like nethack) in python using the nCurses library. Some week ago I ran into a problem: When I made the object for messagebar-output, I...
2
by: slapsh0t11 | last post by:
So, I've been working on this Game of Life (http://www.bitstorm.org/gameoflife/) project, and all the code has been written. However, it will not run. First, I will post the error message and the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.