Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 486 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 486 Bytes

Aimbooster Autoclicker

This project is an autoclicker for Aimbooster.com.

Aimbooster Image

You can easily edit the values in this line and the loop to make it work with your window size

img = pyautogui.screenshot(region=(574,443,748,524))
  • This code can be used for other 2D aiming sites by simpy changing the window size and RGB values.