Browse Source

alpa 0.1.1

Neccor 4 years ago
parent
commit
52290fa604
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      main.py

+ 0
- 5
main.py View File

@@ -19,11 +19,6 @@ def findt(image):
19 19
 while True:
20 20
 	# Start
21 21
 
22
-	# True Test
23
-	TT = find("assistduel.png")
24
-	pyautogui.click((TT[0], TT[1]))
25
-	time.sleep(3)
26
-
27 22
 	# Assist Duel
28 23
 	Assist = find("assistduel.png")
29 24
 	pyautogui.click((Assist[0], Assist[1]))

Loading…
Cancel
Save