From 8eb0a5aeb0114d1b90058336dedae42a34c2bc4c Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Sat, 22 Aug 2020 20:25:13 +0300 Subject: [PATCH] Update AlbionFisher.py --- AlbionFisher.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/AlbionFisher.py b/AlbionFisher.py index 9fadd2c..f0a937e 100644 --- a/AlbionFisher.py +++ b/AlbionFisher.py @@ -14,19 +14,15 @@ x,y = 523,445 #This is where you want to throw your float meanvalue = 4.8 #You need to know the optimal mean value to actually make it work -def zakid(): - pg.moveTo(x , y, duration = 0.5) - pg.mouseDown() - time.sleep(1) - pg.mouseUp() - - x = int() while True: arrayEND = False time.sleep(3.5) - zakid() + pg.moveTo(x , y, duration = 0.5) + pg.mouseDown() + time.sleep(1) + pg.mouseUp() time.sleep(1.5) print('zakinul') time.sleep(0.5)