Search found 9 matches

by pedroabs
16 Apr 2019, 08:05
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570236

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

:D I'm sorry, I'm from China, so I can't go to www.youtube.com or https youtu.be Broken Link for safety ups. @feiyue, thanks for answering and again for all your great work on this script.(now inserted it as gif without audio now). Full screen can be found and window range can not be found, indicat...
by pedroabs
16 Apr 2019, 07:53
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570236

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

Hi feiyue, I am new to autohotkey and I found out about your script a month ago. I have been working on my games in Bluestack, but I have 1 issue. I am unable to pass the parameter of EmulatorArea variable to the function. It gives me this error. I have tried with and without percentage sign. Pleas...
by pedroabs
14 Feb 2019, 12:44
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570236

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

Hi feiyue, Sorry for an out of topic comment here but this is regarding another awesome script that you have written called AHK Encryptor v2.7. I cannot comment on the thread because the site throws a "You are not authorised to read this forum." error. I was able to view it if I am not logged in to ...
by pedroabs
29 Jan 2019, 06:50
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570236

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

To: All Re: Suggestion regarding MouseTip(). What I have done is declared a global variable X and Y in my script. global X:="" global Y:="" Then in MouseTip() {, I just removed the first 2 lines which gets the mouse coordinate. X and Y will be the coordinate of the image found less 10 on X and Y. So...
by pedroabs
22 Oct 2018, 05:24
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570236

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

I have been working with this script for a couple weeks now and came to stump that I can't figure it out. I am using the following OCR function. FindTextOCR(nX, nY, nW, nH, err1, err0, Text, Interval=20) { OCR:="", RightX:=nX+nW-1 While (ok:=FindText(nX, nY, nW, nH, err1, err0, Text)) { ; For multi...
by pedroabs
20 Jul 2018, 22:04
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570236

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

Hi feiyue, Is this possible with your function? 1st Step: convert a 4x4 area in a screen into a text screen and stores it in a variable 2nd Step: checks that area for the captured picture and returns yes or no My intention is to check in a regular interval if an area (an image in a game) has changed...
by pedroabs
14 Feb 2018, 03:28
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570236

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

I am new to coding but I think this should be the code that you need. t1:=A_TickCount Text:="|<Up Arrow>*70$11.yTsTUS0M0004MMllrXz7yDwT" if (ok:=FindText(1099, 559, 150000, 150000, 0, 0, Text)) { CoordMode, Mouse X:=ok.1.1, Y:=ok.1.2, W:=ok.1.3, H:=ok.1.4, Comment:=ok.1.5, X+=W//2, Y+=H//2 ; Click, ...
by pedroabs
05 Oct 2017, 01:31
Forum: Gaming Help (v1)
Topic: Help Needed for
Replies: 2
Views: 828

Re: Help Needed for

Thank you very much for the help. I will update the script when I am home later. :)
by pedroabs
04 Oct 2017, 23:29
Forum: Gaming Help (v1)
Topic: Help Needed for
Replies: 2
Views: 828

Help Needed for

Good day everyone! I am new to using AHK and I’m a noob in coding. I just followed the documentations in making a code that I plan to use in a game but I am stuck in a function that is part of the code. There is a text box in the game used to filter the contents. My code looks like this: filter(x) {...

Go to advanced search