Search found 4 matches
- Wed Oct 31, 2018 8:15 pm
- Forum: Beginners
- Topic: If WaitScreenImage/FindImagePos, run extra lines
- Replies: 2
- Views: 3375
Re: If WaitScreenImage/FindImagePos, run extra lines
Horrible explanation, I admit. This is what I want to do if anyone can help me out. Script starts with finding a part of a picture and clicking that part. Next picture pops up and i need to click a spesific part of this picture as well. Then after a series of pictures that i need to click on, every ...
- Mon Oct 29, 2018 11:06 pm
- Forum: Beginners
- Topic: If WaitScreenImage/FindImagePos, run extra lines
- Replies: 2
- Views: 3375
If WaitScreenImage/FindImagePos, run extra lines
This is my script and after 10-15 loops another picture appears that you need to refill energy and click some other buttons. How can I insert something else with "If picture Then code", Else jump over code and continue. The random click code is to prevent bot-detection and works as intended. Messy b...
- Tue Oct 09, 2018 8:44 pm
- Forum: Beginners
- Topic: Adding random number to mouse click
- Replies: 2
- Views: 4888
Re: Adding random number to mouse click
Thank you so much for this. I went another route with it, and instead of clicking different places i just moved the whole window before each script cycle. Even then the random wasn't random enough so i run the script 2 times and made a set change between then. Messy, but here is my final script whic...
- Fri Oct 05, 2018 9:06 pm
- Forum: Beginners
- Topic: Adding random number to mouse click
- Replies: 2
- Views: 4888
Adding random number to mouse click
Hi, I see this question some other places but cant seem to get it to work. I have recorded a macro and want to add a random number to the "MouseMove" coordinates. This is part of my script: //Recorded Events CapsOff MouseMove>360,673 Wait>2.912 LClick Wait>1.265 MouseMove>443,729 Wait>0.916 LClick W...