Jump to content

rebelblaze

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by rebelblaze

  1. wonder if this would work better HotKeySet("{^!x}", "Terminate") i think this would be ctrl+alt+x? $counter=1 While $counter<=50 MouseClick("Right",674,422) sleep(5000) MouseClick("Right",673,447) sleep(5000) MouseClick("Right",675,339) sleep(180000) $counter=$counter+1 WEnd Func Terminate() Exit 0 EndFunc
  2. trying to automate office doc for wifes project HotKeySet("{^!x}", "Terminate") i think this would be ctrl+alt+x? While 1 MouseClick("Right",674,422) sleep(5000) MouseClick("Right",673,447) sleep(5000) MouseClick("Right",675,339) sleep(180000) WEnd Func Terminate() Exit 0 EndFunc come up with this but wonderign how i would do the clicks 30 to 50 time if i could figure out how to do that part or if i need to seperate code intosections a section for each mouseclick with set number uge confused
  3. hello autoit peeps im trying to code a script that will do right mouse clicks on one of my apps i need it to do 3 right mouse clicks in different positions with a delay inbetween each click then sleep or wait 3 mins and repeat from 30 to 50 times depending on settings thks
×
×
  • Create New...