Search found 6 matches

by ahk nooblie
02 Feb 2020, 04:04
Forum: Ask for Help (v1)
Topic: Help trying to make this work, stopping key spam after conditions are met.
Replies: 3
Views: 356

Re: Help trying to make this work, stopping key spam after conditions are met.

Sorry but it still sends spams of tilde if the cursor stays past the trigger, slowly though.
by ahk nooblie
02 Feb 2020, 00:11
Forum: Ask for Help (v1)
Topic: Cannot send key strokes in chrome address bar
Replies: 3
Views: 484

Re: Cannot send key strokes in chrome address bar

Send, {Blind}{Text} sometext

Doesn't work?
by ahk nooblie
02 Feb 2020, 00:06
Forum: Ask for Help (v1)
Topic: Help trying to make this work, stopping key spam after conditions are met.
Replies: 3
Views: 356

Help trying to make this work, stopping key spam after conditions are met.

Hello, new to AHK here, need help trying to figure out how to make my script do what's needed. What I need it to do is: Press key if mouse cursor passes a barrier coord (x > 960) but only once! then if the cursor moves to (x < 960) I need it to repeat the loop (separate macro making that happen), I ...
by ahk nooblie
22 Jan 2020, 21:02
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584497

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

Correct it: #MaxThreadsPerHotKey 3 #NoEnv SetDefaultMouseSpeed, 0 #Include <FindText> F2:: Toggle := !Toggle Loop { Text1:="|<>*160$58.D6k20A0001WP080k000ABU0U30000U6lmMDVltm0P9f0n8a8c1hUs34WMWU6q3UAHxXz3PM90l86869gWa34WMWD6lm8AFtVu" if (ok:=FindText(818,625,973,730, 0, 0, Text1)) CoordMode, Mouse ...
by ahk nooblie
19 Jan 2020, 13:20
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584497

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

@ahk nooblie I think you can do this: #MaxThreadsPerHotKey 3 #NoEnv SetDefaultMouseSpeed, 0 F2:: Toggle := !Toggle Loop { Text1:="|<>*160$58.D6k20A0001WP080k000ABU0U30000U6lmMDVltm0P9f0n8a8c1hUs34WMWU6q3UAHxXz3PM90l86869gWa34WMWD6lm8AFtVu" if (ok:=FindText(818,625,973,730, 0, 0, Text1)) CoordMode, ...
by ahk nooblie
19 Jan 2020, 03:50
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584497

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

Hello Feiyue, amazing script, the uses are tremendous. I have a question about your script, how would you go about adding a random coordinate to the image the script finds? Like clicking in different parts of the image every time it finds it? Sorry if my question is too basic. If anyone could pitch ...

Go to advanced search