mirror of
https://github.com/Sneed-Group/RobloxPotatoes
synced 2024-12-23 11:32:23 -06:00
Update aimbot.py
This commit is contained in:
parent
aac75ba7ce
commit
3aff7d82a9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue