Jump to content

TheKromz

Members
  • Posts

    7
  • Joined

  • Last visited

TheKromz's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. i read the help file but i didn't understand it i'm just starting out with this stuff can someone send me a good tutorial for me to read through so i can get a basic understanding.
  2. I need some help with pixel search and TimerInit here's what i got so far: TimerInit () while ( false ) $pixel = PixelSearch(0, 0, 1358, 727, 0x8B4847) if IsArray($pixel) = True Then MouseMove ($pixel [0], $pixel [1], 1) EndIf WEnd TimerDiff ( 5000 ) its supposed to keep searching for 5 seconds or in-till it finds the pixel i'm not sure how to use TimerInit though i don't think i'm using it right i searched through the help file and these forums but i didn't find anything that could help me.I also need help with screen capture here's what i have: #include <ScreenCapture.au3> _ScreenCapture_Capture(@MyDocumentsDir & "Image.jpg", 171, 256, 950, 712) i need it to name the file differently each time my script loops so add a number after it or something but i don't know how. and is there something that can search for a picture on the screen like pixel search but for an image?
  3. i,m not allowed to use the private messaging system.(this is last post i can make till tomorrow so help would be appreciated thanks)
  4. i never received the one gotemp sent.
  5. i don't understand how to use TimerInit could someone give a brief explanation please i'm pretty new to this stuff.
  6. but doesn't that go infinite in-till expression is false how can i make it stop after 5 seconds and till expression is true?
  7. how can i make pixel search, keep searching for 5 seconds / intill it finds the pixel?
×
×
  • Create New...