Search found 7 matches

by AHKharry
22 May 2022, 14:21
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 583206

Re: FindText - Capture screen image into text and then find it Topic is solved

Would there be an easy way to change this from a standard Click to a ControlClick?

Code: Select all

If ok:=FindText(outX, outY,574,1092,1107,1387,,,Text)
		{
		CoordMode, Mouse
		X:=ok.1, Y:=ok.2, W:=ok.3, H:=ok.4, Comment:=ok.5
		Click, %outX% %outY%
        }
    }
by AHKharry
21 May 2022, 06:56
Forum: Gaming Help (v1)
Topic: Improving the speed of my FindText toggle Topic is solved
Replies: 3
Views: 579

Re: Improving the speed of my FindText toggle Topic is solved

@Descolada thanks for this! I've updated my FindText version and this is so much better! I'll dig into these new settings to see if I can improve speed further. Much appreciated.
by AHKharry
20 May 2022, 16:12
Forum: Gaming Help (v1)
Topic: Improving the speed of my FindText toggle Topic is solved
Replies: 3
Views: 579

Improving the speed of my FindText toggle Topic is solved

Hello, I have created a script that can toggle a search for something on the screen. I achieved this using FindText: https://www.autohotkey.com/boards/viewtopic.php?t=17834 . When toggled, my script searches for different 'FindText' items and clicks them if any appear. My initial hope for this was t...
by AHKharry
15 May 2022, 09:45
Forum: Ask for Help (v1)
Topic: Reading the next line of a .txt file Topic is solved
Replies: 5
Views: 720

Re: Reading the next line of a .txt file Topic is solved

@mikeyww

Thanks a lot, Mikey! I have spent some time tinkering with the second suggestion and it now works! I'm going to spend some more time trying to understand exactly what is happening here so that I know for next time. Much appreciated!
by AHKharry
15 May 2022, 08:30
Forum: Ask for Help (v1)
Topic: Reading the next line of a .txt file Topic is solved
Replies: 5
Views: 720

Re: Reading the next line of a .txt file Topic is solved

Welcome to this AutoHotkey forum! You seem to have an idea that sending the clipboard text will change the clipboard. This would be false. You set the clipboard and then did not change it. The clipboard would change with the next iteration of the loop, not the current one. Hi, thank you! I've been ...
by AHKharry
15 May 2022, 07:59
Forum: Ask for Help (v1)
Topic: Reading the next line of a .txt file Topic is solved
Replies: 5
Views: 720

Reading the next line of a .txt file Topic is solved

Hey there, I've been trying to create a script that can login to a website using multiple accounts. I am having an issue with getting Clipboard := A_LoopReadline to read the next line of the file. Currently, it copies the first line but does not then copy the next line of the .txt file after it has ...

Go to advanced search