Search found 5 matches
- Tue Nov 10, 2020 10:13 am
- Forum: Technical / Scripting
- Topic: MACRO record
- Replies: 5
- Views: 3373
Re: MACRO record
//Set IGNORESPACES to 1 to force script interpreter to ignore spaces. //If using IGNORESPACES quote strings in {" ... "} //Let>IGNORESPACES=1 //Find and Left Click Center of FindImagePos>%BMP_DIR%\image_1.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF If>NumFound>0 MouseMove>XArr_0,YArr_0 LDown MouseMov...
- Tue Nov 10, 2020 10:02 am
- Forum: Technical / Scripting
- Topic: MACRO record
- Replies: 5
- Views: 3373
Re: MACRO record
Could you provide a screenshot and explain what you're trying to click on please? it clicks on that first field starting from butterfly position and from there it always straight mouse hold down to left then right then again left then again right depends on how many fields so i wanna record macro w...
- Tue Nov 10, 2020 12:08 am
- Forum: Technical / Scripting
- Topic: MACRO record
- Replies: 5
- Views: 3373
MACRO record
first i use image recognition then it has to start macro of exact same mouse movements on where it clicks on that image spot .
but macro schedular inbuilt one works on x and y postions .
like you see pre recorded macros in game for guns shooting to reduce recoil
i need that type of macro .
but macro schedular inbuilt one works on x and y postions .
like you see pre recorded macros in game for guns shooting to reduce recoil
i need that type of macro .
- Wed Jun 17, 2020 4:28 am
- Forum: Technical / Scripting
- Topic: Macro mouse
- Replies: 1
- Views: 3707
Macro mouse
so i am creating a macro when i create macro using this software macro runs too slow example, this one runs too fast missing targets, it direclty jumps to cords MouseMove>536,376 wait>0.11 MouseMove>566,391 wait>0.12 MouseMove>612,411 wait>0.11 MouseMove>637,438 wait>0.13 MouseMove>678,451 wait>0.11...
- Sun Jun 14, 2020 4:09 pm
- Forum: Technical / Scripting
- Topic: How to repeat this code until there is no more same image
- Replies: 1
- Views: 2622
How to repeat this code until there is no more same image
//Wait for
WaitScreenImage>%BMP_DIR%\image_2.bmp,0.6,CCOEFF
//Find and Left Click Center of
FindImagePos>%BMP_DIR%\image_2.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF
If>NumFound>0
MouseMove>XArr_0,YArr_0
LClick
Endif
i want to repeat till there is no more same FIndimage POs
WaitScreenImage>%BMP_DIR%\image_2.bmp,0.6,CCOEFF
//Find and Left Click Center of
FindImagePos>%BMP_DIR%\image_2.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF
If>NumFound>0
MouseMove>XArr_0,YArr_0
LClick
Endif
i want to repeat till there is no more same FIndimage POs