Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cant make it work #1

Open
xNylx opened this issue Dec 3, 2023 · 0 comments
Open

I cant make it work #1

xNylx opened this issue Dec 3, 2023 · 0 comments

Comments

@xNylx
Copy link

xNylx commented Dec 3, 2023

Hello, I have been using the FastFind.AU3 quite successfully before but I just cant make it to work in AHK.

#Include FastFind.ahk
Res := FF.FFNearestPixel(585, 459, 0xFFFFFF, True, 100, 190, 1080, 750)
MouseMove, Res[0], Res[1]

This is in Autoit and it does work.

#include "FastFind.au3"
$ResX = FFNearestPixel(585, 459, 0xFFFFFF, True, 100, 190, 1080, 750)
MouseMove($ResX[0],$ResX[1])

I have tried this command and it always returns 0. Can you guide me on making this work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant