Jump to content


Photo

Text recognition


  • Please log in to reply
1 reply to this topic

#1 krx00

krx00
  • Members
  • 2 posts

Posted 08 August 2012 - 10:10 AM

First, I don't know almost anything about programming.

My problem is about one browser game. There you need to recruit members by sending them message. We had auto-recruit script, but Mods banned it, and now we have to do it all manually. Our leader made a system to symplify that, then I found this great software (AHK). I recorded my keyboard/mouse movements and add a loop in script, and AHK is recruiting fast and fine.

But I am allowed to send only message to members from specific regions (areas). Mods have already warned me.
Anyway, every member have at same place his current region name. I need to set up AHK to somehow recognize that word/words. I was thinking about it, and maybe solution is something like this: I can copy region name somewhere and do if/else "thing", so that sends only to specific regions, but where to paste it? Can AHK recognize/read text?

I hope that you understand what I am trying to say, it is complicated. Is there any soultion to this?

#2 krx00

krx00
  • Members
  • 2 posts

Posted 08 August 2012 - 10:24 AM

NameLess-exe helped me at chat. Solution could maybe using this or this to read region name, and this to see if AHK is allowed to send message to that region.

I will try this, then I will report you back.