Cracko298 / Sharkbite-2-Farmer

Bypasses the AFK-Detection, this simple python script allows players of Sharkbite 2. (A Roblox Game) to go AFK. (Can be used to farm Teeth).
MIT License
7 stars 6 forks source link

error when pressing enter #4

Open JuniorzGTX opened 5 months ago

JuniorzGTX commented 5 months ago

Traceback (most recent call last): File "C:\Users\junio\miniconda3\Lib\site-packages\pyautogui__init.py", line 172, in wrapper return wrappedFunction(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\junio\miniconda3\Lib\site-packages\pyautogui\init.py", line 204, in locateCenterOnScreen return pyscreeze.locateCenterOnScreen(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\junio\miniconda3\Lib\site-packages\pyscreeze\init.py", line 447, in locateCenterOnScreen coords = locateOnScreen(image, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\junio\miniconda3\Lib\site-packages\pyscreeze\init.py", line 405, in locateOnScreen retVal = locate(image, screenshotIm, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\junio\miniconda3\Lib\site-packages\pyscreeze\init.py", line 383, in locate points = tuple(locateAll(needleImage, haystackImage, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\junio\miniconda3\Lib\site-packages\pyscreeze\init__.py", line 257, in _locateAll_opencv raise ImageNotFoundException('Could not locate the image (highest confidence = %.3f)' % result.max()) pyscreeze.ImageNotFoundException: Could not locate the image (highest confidence = 0.785)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\junio\Downloads\AFK-Tool\afk-tool.py", line 55, in afk0 = pyautogui.locateCenterOnScreen('_afk0.png', confidence=0.9) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\junio\miniconda3\Lib\site-packages\pyautogui__init__.py", line 174, in wrapper raise ImageNotFoundException # Raise PyAutoGUI's ImageNotFoundException. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pyautogui.ImageNotFoundException

JuniorzGTX commented 5 months ago

tried NP version, works but doesnt do anything

Cracko298 commented 5 months ago

Sorry you're having trouble with the Farmer. I looked over the produced Error, I found out it's a bug with the Confidense Level of the Script.

This basically means the max value of an image found on screen that is identical is about 78.5% in this error case.

When I get a chance, I'll update the script to change and check for these extra Lower Confidense errors.

Thank you for submitting this error, and I will get on it as soon as I possibly can. Will keep this open until resolved.