Use this tag for questions about automation of games, i.e. cheat bots for games.
Questions tagged [game-automation]
18 questions
0
votes
1 answer
I want to make an autocliker app for both android and ios, but it can also take screenshots and recognize a specific image in the screen
I am a cs student but i dont have eny experience with mobile apps. I want to make an autocliker app for a specific game that can also take a screenoshot and recognize the location of a specific image in the screen, but i dont have any idea where to…

ddd ddd
- 9
- 2
0
votes
1 answer
OpenCV: An Array of images: How can I identify which image has been found?
I'm learning OpenCV & Python by writing a bot for a 2d spaceship game.
The basic principle is there are certain targets my spaceship can defeat and certain spaceships it cannot defeat. One target is displayed on the screen at a time and you click…

Stevphen
- 205
- 1
- 8
0
votes
1 answer
win32gui - Unable to SendMessage unless window is focused
Hi I'm trying to create a simple script that types the letter A into a window.
In this case, the window is Old School Runescape. Yes it is a game.
Here's the little code I use.
import win32gui, win32ui, win32con, win32api
import time
if __name__ ==…

SunAwtCanvas
- 1,261
- 1
- 13
- 38