Help with gaming ahk

Ask gaming related questions (AHK v1.1 and older)
miickzz
Posts: 1
Joined: 09 Jul 2018, 16:03

Help with gaming ahk

09 Jul 2018, 16:12

Sup guys!
i really need a help, im newbie at autohotkey.

this is my base script, i need to put an imagesearch after the controlclick, that will search for the image above and will repeat the search until find to continue.
Spoiler

the image that i need to find is located at "F:\backup\script\fish.png"
https://imgur.com/Q1XYGJE
Qysh
Posts: 143
Joined: 24 Apr 2018, 09:16

Re: Help with gaming ahk

10 Jul 2018, 09:26

miickzz wrote:Sup guys!
i really need a help, im newbie at autohotkey.

this is my base script, i need to put an imagesearch after the controlclick, that will search for the image above and will repeat the search until find to continue.
Spoiler

the image that i need to find is located at "F:\backup\script\fish.png"
https://imgur.com/Q1XYGJE
Paste this where u need it :)

Code: Select all

ImageSearch, foundX, foundY, 0, 0, %A_ScreenWidth%, %A_ScreenHeight%, F:\backup\script\fish.png
while(ErrorLevel)
	ImageSearch, foundX, foundY, 0, 0, %A_ScreenWidth%, %A_ScreenHeight%, F:\backup\script\fish.png

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 37 guests