Search found 8 matches

by dice4321
15 Mar 2019, 19:41
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 109836

Re: FindClick() - ImageSearch, Clicking, & More [Newest Version]

I just updated the function so that if you declare a relative window with the "r" option, it'll skip the whole WinGet, List and just use that window. So that should solve your problem - just download the updated code from github. Holy, thanks for the quick reply, alternate solution, and update to y...
by dice4321
15 Mar 2019, 06:06
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 109836

Re: FindClick() - ImageSearch, Clicking, & More [Newest Version]

Hey berban, I've run into this problem. The FindClick function is able to find the image, but does a control send to the wrong ahk_id. It seems to only happen almost all the android emulators I've tried. The line I used: FindClick(A_ScriptDir "\pics\combat", "dx rGirl mc o50 Count1 n1 w30000,50") im...
by dice4321
30 May 2018, 01:28
Forum: Ask for Help (v1)
Topic: Using menu gui as a counter
Replies: 3
Views: 716

Re: Using menu gui as a counter

Thanks wolf, it stopped crashing but now its just stuck at 6, getting closer to the solution!
by dice4321
29 May 2018, 19:25
Forum: Ask for Help (v1)
Topic: Using menu gui as a counter
Replies: 3
Views: 716

Using menu gui as a counter

I'm trying to use the menu GUI as a counter, I want it to count up to 6 and reset back to zero, but everytime it counts up to 6 and restarts to 0 it crashes RetirementCounter := Mod(Sortiecount, 6) ti := RetirementCounter+1 Menu, Main, Rename, %RetirementCounter%, %ti% RetirementCounter += 1 SortieC...
by dice4321
28 May 2018, 19:16
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 109836

Re: FindClick() - ImageSearch, Clicking, & More [Newest Version]

The function has worked like magic so far thanks berban!

I have a question tho. I have the r option on, but for the function to work, it seems to be, the window always has to be on top else the function wont find the image, is there a way to find the image in a window behind other windows?
by dice4321
17 Dec 2016, 03:21
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 109836

Re: FindClick() - ImageSearch, Clicking, & More [Newest Version]

Is it possible to find the image, and have the function click a random spot on the image?
by dice4321
22 May 2016, 19:50
Forum: Ask for Help (v1)
Topic: Compiling images into exe?
Replies: 4
Views: 2739

Re: Compiling images into exe?

FileInstall, G:\KVC\New folder\Captures\capture(1).png, capture(1).png ; put in auto-execute section at top of script ; change the imagesearch commands like this: ImageSearch, FoundX, FoundY, 0, 0, 1920, 1080, *95 capture(1).png Obviously do the same thing for each image wow this is definitely some...
by dice4321
21 May 2016, 21:51
Forum: Ask for Help (v1)
Topic: Compiling images into exe?
Replies: 4
Views: 2739

Compiling images into exe?

I have this code and I want to share it with my friend, the only problem is when I compile the code, it doesn't compile the images as well, I heard FileInstall would help, but I have no idea how to use it, if someone could show me an example of say, how FileInstall would be used on ImageSearch, Foun...

Go to advanced search