Skip to content

Commit 527c581

Browse files
Update CSGO_object_detection.py
added pyautogui settings
1 parent e9473d8 commit 527c581

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

10_part aim bot with multiprocessing/CSGO_object_detection.py

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
from io import StringIO
1717
import pyautogui
1818

19+
# pyautogui settings
20+
pyautogui.MINIMUM_DURATION = 0
21+
pyautogui.MINIMUM_SLEEP = 0
22+
pyautogui.PAUSE = 0
1923

2024
# title of our window
2125
title = "FPS benchmark"

0 commit comments

Comments
 (0)