Search found 15 matches

by luca1974wow
Mon May 16, 2011 2:44 pm
Forum: Beginners
Topic: how can start a macro when i press Control+F8?
Replies: 2
Views: 4882

yes i try if before make my post but i don't not why but don't work
by luca1974wow
Fri May 13, 2011 3:49 pm
Forum: Beginners
Topic: how can start a macro when i press Control+F8?
Replies: 2
Views: 4882

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
by luca1974wow
Tue May 10, 2011 4:30 pm
Forum: Beginners
Topic: How cam make an action when the macro finish?
Replies: 2
Views: 4915

Thanks
by luca1974wow
Tue May 10, 2011 2:32 pm
Forum: Beginners
Topic: How cam make an action when the macro finish?
Replies: 2
Views: 4915

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?
by luca1974wow
Tue Feb 01, 2011 2:17 pm
Forum: Beginners
Topic: How can i bypass the macro when i pess uparrow key?
Replies: 2
Views: 5313

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...
by luca1974wow
Mon Jan 31, 2011 11:21 pm
Forum: Beginners
Topic: How can i bypass the macro when i pess uparrow key?
Replies: 2
Views: 5313

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...
by luca1974wow
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: 12238

thanks
by luca1974wow
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: 12238

Sorry for my english


OnEvent>Key_Down,VK119,2,MainMacro
if Press F8+CONTROL the macro work



i need macro:

Press F8+UP and the macro work
by luca1974wow
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: 12238

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...
by luca1974wow
Sun Apr 18, 2010 12:57 pm
Forum: General Discussion
Topic: How can start a macro wheen i press control F8?
Replies: 1
Views: 3364

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
by luca1974wow
Sun Dec 27, 2009 8:39 pm
Forum: Beginners
Topic: problem whit two macroscheduler
Replies: 1
Views: 3158

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...
by luca1974wow
Sun Dec 20, 2009 8:38 pm
Forum: Beginners
Topic: problem with wow
Replies: 0
Views: 3066

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...
by luca1974wow
Wed Dec 16, 2009 5:13 pm
Forum: Beginners
Topic: help variabile
Replies: 2
Views: 3397

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...
by luca1974wow
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: 4240

thanks it works
by luca1974wow
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: 4240

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
Sign up to our newsletter for free automation tips, tricks & discounts