Search found 6 matches

by Sashabot
13 Sep 2019, 19:57
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 571653

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

Hello anyone reading this, I was using FindText to search for a certain area, It was working great but I still had some problems with my code, I was wondering if anyone could help. The area I am trying to search is 424, 915 the way I put it in was if (ok:=FindText(424, 915, A_ScreenWidth, A_ScreenHe...
by Sashabot
14 Jul 2019, 00:20
Forum: Ask for Help (v1)
Topic: Trying to read a file and output text Topic is solved
Replies: 5
Views: 1896

Re: Trying to read a file and output text Topic is solved

I found the commands I was looking for

Code: Select all

Loop, Read, C:\Users\M\Desktop\logger.txt  ; reads through the file
{
    if InStr(A_LoopReadLine, "$Test") ; "" anything in the quotaions will be checked
        send,O ; sends o
by Sashabot
13 Jul 2019, 23:11
Forum: Ask for Help (v1)
Topic: Trying to read a file and output text Topic is solved
Replies: 5
Views: 1896

Re: Trying to read a file and output text Topic is solved

I can use this to read a file and output keyboard inputs?
by Sashabot
13 Jul 2019, 22:25
Forum: Ask for Help (v1)
Topic: Trying to read a file and output text Topic is solved
Replies: 5
Views: 1896

Re: Trying to read a file and output text Topic is solved

Yes, sir/ma'am! it's sort of a chat-bot!
I just want some replies, I already have a way of outputting text from the program,
I just need to have a script that finds certain keywords and reply to the messages!
by Sashabot
13 Jul 2019, 20:20
Forum: Ask for Help (v1)
Topic: Trying to read a file and output text Topic is solved
Replies: 5
Views: 1896

Trying to read a file and output text Topic is solved

Hello, I am trying to send keyboard outputs depending on the information in a text file, I am very new to AutoHotkey and I am unsure where this information would be I read FileAppend & file-reading loop and am unsure of how to go about this. I am pretty new to AHK but this is what I have and it just...

Go to advanced search