Jump to content

Root_

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Root_

  1. I need help designing a GUI that looks like this. Is this possible with AutoIT? I feel like most of the GUIs I see are kind of cheesy and bland. I am willing to pay for someone to make this, or if you would like to show me the ropes on something like this I would appreciate that also.
  2. Sorry, i've never really had to ask or pay for help. Basically I am trying to create a program to click on items in a game. The items are in an inventory with a static background, but the background changes between windowed and full screen mode, and when you're in the banking system. My idea is to get the _imagesearch library to recognize transparency, and just make the entire background of each image transparent so only the item is shown -- then it wouldn't matter if it was full screen, windows, or in the banking system -- it would just click the image seen. Currently, the image search library i'm using claims to support transparency but every time I try to use it, it doesn't to work. I need help getting the transparency function/parameter to work.
  3. How many hours would something like this take you Jos?
  4. If you can get this to work, and it fixes my image clicking, id be willing to pay a set price of $100. Mainly because i'm sure it is something stupid that I am doing. If you have to completely redesign and customize the library, then we can talk about something a little more. But I don't make much money. Unless you'd be willing to wait until my project kicks off and starts making money, then I may be able to pay you more.
  5. I have combed through the library and it says that having a transparent image is possible. I have tried every possible method I could think of but nothing I use seems to make it work. from the looks of it, i should be able to use the one of the codes below if _ImageSearchArea(image.PNG,1,$varLX-50,$varLY,$varRX,$varRY,$tmpX,$tmpY,20,1) = 1 Then if _ImageSearchArea(image.PNG,1,$varLX-50,$varLY,$varRX,$varRY,$tmpX,$tmpY,20,#FFFFFF) = 1 Then however, the program fails to find it everytime. am I passing the transparency variable in the wrong section of my function? I would gladly pay for someone who can get my transparent images to work. with transparency. No shortcuts.
  6. I know this is an extreme gravedig. But I am working on a project and trying to get some OCR for numbers only -- something like this that I can customize to my own liking/text. I tried using tesseract and it kept messing up changing digits to random characters. From what it looks like in this script i am to specify the text color on line 24, which happens to be green (4dc92b) then count the green pixels of each column from top to bottom -- here is an image of what I envision I am supposed to do, please correct me if im wrong. The numbers in the picture represent each vertical pixel. meaning that my if statement to catch that number should look like the code below, right? If $row[$xwidth] = 5 And $row[$xwidth+1] = 3 And $row[$xwidth+2] = 3 And $row[$xwidth+3] = 3 And $row[$xwidth+4] = 5 Then $result &= "8" EndIf I am willing to pay a few bucks to anyone that can get this text to recognize for me using this lightweight OCR.
×
×
  • Create New...