Search found 15 matches
- Mon May 16, 2011 2:44 pm
- Forum: Beginners
- Topic: how can start a macro when i press Control+F8?
- Replies: 2
- Views: 5201
- Fri May 13, 2011 3:49 pm
- Forum: Beginners
- Topic: how can start a macro when i press Control+F8?
- Replies: 2
- Views: 5201
how can start a macro when i press Control+F8?
OnEvent>Key_Down,VK119,0,MainMacro
SRT>MainMacro
send>a
Wait>0.1
END>MainMacro
Label>IdleLoop
Wait>0.01
Goto>IdleLoop
whit that macro i can send XXX when i press F8
i want send XXX when i pres Control+F8
thanks for help
SRT>MainMacro
send>a
Wait>0.1
END>MainMacro
Label>IdleLoop
Wait>0.01
Goto>IdleLoop
whit that macro i can send XXX when i press F8
i want send XXX when i pres Control+F8
thanks for help
- Tue May 10, 2011 4:30 pm
- Forum: Beginners
- Topic: How cam make an action when the macro finish?
- Replies: 2
- Views: 5250
- Tue May 10, 2011 2:32 pm
- Forum: Beginners
- Topic: How cam make an action when the macro finish?
- Replies: 2
- Views: 5250
How cam make an action when the macro finish?
OnEvent>Key_Down,VK119,0,MainMacro
SRT>MainMacro
send>XXX
END>MainMacro
Label>IdleLoop
Wait>0.01
Goto>IdleLoop
Whit this macro when i press F8 the computer send XXX
i need when i stop press F8 the computer move the mouse at
MouseMove>220,30
Can anyone help me please?
SRT>MainMacro
send>XXX
END>MainMacro
Label>IdleLoop
Wait>0.01
Goto>IdleLoop
Whit this macro when i press F8 the computer send XXX
i need when i stop press F8 the computer move the mouse at
MouseMove>220,30
Can anyone help me please?
- Tue Feb 01, 2011 2:17 pm
- Forum: Beginners
- Topic: How can i bypass the macro when i pess uparrow key?
- Replies: 2
- Views: 5724
i'm sorry for the post, but when i push submin the program change my word i try to rewrite my post this is my macro -------------------------------------------- OnEvent>Key_Down,VK118,0,MainMacro SRT>MainMacro GetPixelColor>1370,0,BLACK If>BLACK=0 send>A endif END>MainMacro Label>IdleLoop Wait>0.1 G...
- Mon Jan 31, 2011 11:21 pm
- Forum: Beginners
- Topic: How can i bypass the macro when i pess uparrow key?
- Replies: 2
- Views: 5724
How can i bypass the macro when i pess uparrow key?
this is my macro -------------------------------------------- .OnEvent>Key_Down,VK118,0,MainMacro .SRT>MainMacro .GetPixelColor>1370,0,BLACK .If>BLACKA .endif .END>MainMacro .Label>IdleLoop .Wait>0.1 .Goto>IdleLoop --------------------------------------------- i want don't send key A when i press up...
- Sat Nov 13, 2010 7:43 am
- Forum: Technical / Scripting
- Topic: I need a macro that starts when I press the F8 key and up
- Replies: 10
- Views: 13104
- Thu Nov 11, 2010 8:54 pm
- Forum: Technical / Scripting
- Topic: I need a macro that starts when I press the F8 key and up
- Replies: 10
- Views: 13104
- Thu Nov 11, 2010 3:07 pm
- Forum: Technical / Scripting
- Topic: I need a macro that starts when I press the F8 key and up
- Replies: 10
- Views: 13104
I need a macro that starts when I press the F8 key and up
OnEvent>Key_Down,VK119,0,MainMacro SRT>MainMacro send>a END>MainMacro Label>IdleLoop Wait>0.01 Goto>IdleLoop That macro is good but work only if i press F8 I need a macro that starts when I press the F8 key and button and up key (example the macro work when i press control F8) Anyone can help me? p...
- Sun Apr 18, 2010 12:57 pm
- Forum: General Discussion
- Topic: How can start a macro wheen i press control F8?
- Replies: 1
- Views: 3579
How can start a macro wheen i press control F8?
Whit this macro i can press XXXXX wheen i press F8 but i ned press XXXXX when i press control F8?
OnEvent>Key_Down,VK119,0,MainMacro (VK119 corrisponde al tasto F8)
SRT>MainMacro
send>XXXXX
Wait>0.1
END>MainMacro
Label>IdleLoop
Wait>0.01
Goto>IdleLoop
Help me please
OnEvent>Key_Down,VK119,0,MainMacro (VK119 corrisponde al tasto F8)
SRT>MainMacro
send>XXXXX
Wait>0.1
END>MainMacro
Label>IdleLoop
Wait>0.01
Goto>IdleLoop
Help me please
- Sun Dec 27, 2009 8:39 pm
- Forum: Beginners
- Topic: problem whit two macroscheduler
- Replies: 1
- Views: 3479
problem whit two macroscheduler
I use prgram A i want all keys (F1-F12) for make 12 macros but when i use program B i want keys (F1-F12) make a 12 different macros i try to copy Macroscheduler box and cange name but dont work example: Box macroscheduler1 (whit macro for program A) Box macroscheduler2 (whit macro for program B) but...
- Sun Dec 20, 2009 8:38 pm
- Forum: Beginners
- Topic: problem with wow
- Replies: 0
- Views: 3261
problem with wow
I play in world of warcraft and use macroscheduler whit this macro OnEvent>Key_Down,VK118,0,MainMacro SRT>MainMacro GetPixelColor>1420,1,SHADOWPAIN If>SHADOWPAIN0 endif GetPixelColor>695,650,DISPEL If>DISPEL1 endif GetPixelColor>1310,1,INNERFIRE If>INNERFIREa endif Send>' Wait>0.1 END>MainMacro Labe...
- Wed Dec 16, 2009 5:13 pm
- Forum: Beginners
- Topic: help variabile
- Replies: 2
- Views: 3603
help variabile
This is my macro and it work fine GetPixelColor>1420,1,VARIABILE If>VARIABILE=0 Send>the color is black endif ------------------------------------ but i want that macro work GetPixelColor>1420,1,VARIABILE If>VARIABILE=0 or 1000 or 5000 Send>the color is black or green or yellow endif i write or beca...
- Sun Dec 13, 2009 10:37 am
- Forum: Beginners
- Topic: how can start macro when press key and stop when don't press
- Replies: 2
- Views: 4634
- Sat Dec 12, 2009 11:34 pm
- Forum: Beginners
- Topic: how can start macro when press key and stop when don't press
- Replies: 2
- Views: 4634
how can start macro when press key and stop when don't press
How can i start macro when i press a key and stop macro when i finish press that key
example
when i click F8 the mascto strat
Label>startmacro
send>a
Goto>startmacro
when i stop press key F8 i want che macro stop
Help me please and sorry for my english
example
when i click F8 the mascto strat
Label>startmacro
send>a
Goto>startmacro
when i stop press key F8 i want che macro stop
Help me please and sorry for my english