Tag

Game Automation

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Nov 27, 2024 · Game Development

Creating a King of Glory Gold‑Farming Script Using Python and ADB

This guide explains how to build a Python‑based ADB script that automates taps at specific screen coordinates to repeatedly farm gold in the mobile game King of Glory, covering environment setup, common ADB errors, coordinate extraction, full source code, and packaging as an executable.

ADBGame AutomationKing of Glory
0 likes · 6 min read
Creating a King of Glory Gold‑Farming Script Using Python and ADB
Python Programming Learning Circle
Python Programming Learning Circle
Aug 24, 2024 · Game Development

Python-Based Non-Intrusive Recoil Compensation for PUBG Using Image Recognition

This article explains how to create a Python script that automatically compensates weapon recoil in PUBG by capturing the screen, recognizing equipment with OpenCV and SSIM, and moving the mouse via pynput and pydirectinput without modifying the game memory.

Game AutomationImage RecognitionPUBG
0 likes · 10 min read
Python-Based Non-Intrusive Recoil Compensation for PUBG Using Image Recognition
Python Programming Learning Circle
Python Programming Learning Circle
Aug 29, 2023 · Game Development

Python Game Assistant Script for 4399 Pet Matching Classic 2

This tutorial explains how to build a Python script that captures the 4399 mini‑game window, splits the screenshot into icons, uses image hashing to identify matches, applies a path‑finding algorithm to locate connectable pairs, and simulates mouse clicks to automatically clear the game board.

AlgorithmGame AutomationMouse Simulation
0 likes · 19 min read
Python Game Assistant Script for 4399 Pet Matching Classic 2
Python Programming Learning Circle
Python Programming Learning Circle
Jun 6, 2023 · Game Development

Python‑Based Recoil Compensation for PUBG Using Image Recognition and Mouse Automation

This article explains how to build a Python tool that automatically compensates weapon recoil in PUBG by capturing the screen, recognizing equipment with OpenCV and SSIM, and moving the mouse via pynput, pyautogui, and pydirectinput based on weapon data and user input.

Game AutomationImage RecognitionRecoil Compensation
0 likes · 11 min read
Python‑Based Recoil Compensation for PUBG Using Image Recognition and Mouse Automation
Python Programming Learning Circle
Python Programming Learning Circle
Oct 19, 2021 · Game Development

Python Script for Automating the 4399 Mini‑Game “Pet Link Classic 2” Using Win32 GUI, PIL, Numpy, and PyMouse

This tutorial explains how to build a Python automation script for the 4399 mini‑game “Pet Link Classic 2”, covering environment setup, window handling, screenshot processing, image comparison with Hamming distance, path‑finding algorithms, and mouse‑click simulation to clear matching icons.

AlgorithmGame AutomationPyMouse
0 likes · 16 min read
Python Script for Automating the 4399 Mini‑Game “Pet Link Classic 2” Using Win32 GUI, PIL, Numpy, and PyMouse