Update aimbot.py

This commit is contained in:
NodeMixaholic 2023-01-21 13:51:20 -06:00 committed by GitHub
parent aac75ba7ce
commit 3aff7d82a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ import win32api, win32con, win32gui
import cv2 import cv2
import math import math
import time import time
import os
dirname = os.path.dirname(__file__) dirname = os.path.dirname(__file__)
detector = tf.saved_model.load(dirname) detector = tf.saved_model.load(dirname)