Jump to content

pkil_k

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pkil_k's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. the PixelChecksum function is fast esp on a small area only issue is if you have an animated or semi-transparent background
  2. how about this? $winChecksum = PixelChecksum(870, 530, 970, 600) Send("{ENTER}") While $winCheckSum = PixelChecksum(870, 530, 970, 600) ; wait for next panel Sleep(100) WEnd
  3. I have some game scripts which do logins/panel navigation and use Ctrl-C to check username/pwd for typos. These worked fine until a couple of days ago when they started malfunctioning.. After about an hour testing what do I find?? Send("^c") works but Send("^C") does not I'm not sure if this is due to a windows update or something else.. my scripts have worked well under win7 and win10 for several years (with the big C) Curious! pwd_typo_snippet.txt
  4. hi Folks.. i began writing AutoIt scripts about 5 years ago.. for gaming purposes mainly. then i realised just how powerful this platform is.. a couple of points maybe ppl can help clarify for me :- i was unsure whether Beep is synchronous or asych.. seems to be synchronous yeh? is there any way to make a block atomic? (critical section) i use hotkeys but i need some way to pass on keyboard events ie. not consume any suggestions? ty...
×
×
  • Create New...