first one i want to do is selecting a value on an html page then copy it and do an action that reads the clipboard and if the value in the clipboard is less than 54 i want to click at an y coordinate thats in the same y coordinate as the copied value
what gets followed by the results what affect my next action
which you can see when i run a macro
and if its higher i want to set the y coordinates 59 lower
and check again for an value lower then 54
, this is my first script and english isnt my home language so if im looking like a noob you know why:P
this is it so far:
Code: Select all
MouseMove>462,211
LDown
MouseMove>499,211
LUp
Press CTRL
Send>c
Release CTRL
GetClipBoard>data
If>data=<54>
mousemove>755,211
LClick
Macro>C:\Users\kenny's mod\Pictures\macro mafia echt\between base.scp
WaitScreenImage>C:\Users\kenny's mod\Pictures\macro mafia echt\wonwhacked.bmp,10
mousemove>282,972
LCLICK
mousemove>755,211
GetCursorPos>,YY
let>YY=YY+59
MouseMove>462,YY
LDown
MouseMove>499,YY
LUp
GetCursorPos>,YY
let>YY=YY+59
MouseMove>462,YY
LDown
MouseMove>499,YY
LUp
GetCursorPos>,YY
let>YY=YY+59
MouseMove>462,YY
LDown
MouseMove>499,YY
LUp
GetCursorPos>,YY
let>YY=YY+59
