| Author |
Message |
Topic: pR6oblem with shift macRo |
Rizzit
Replies: 4
Views: 85
|
Forum: Ask for Help Posted: Sat Jan 07, 2012 6:01 am Subject: pR6oblem with shift macRo |
| comon ppl... pplz |
Topic: pR6oblem with shift macRo |
Rizzit
Replies: 4
Views: 85
|
Forum: Ask for Help Posted: Fri Jan 06, 2012 11:31 pm Subject: pR6oblem with shift macRo |
| anyone? |
Topic: pR6oblem with shift macRo |
Rizzit
Replies: 4
Views: 85
|
Forum: Ask for Help Posted: Fri Jan 06, 2012 11:03 pm Subject: pR6oblem with shift macRo |
hello all
$z:: ;
Send {z}
Send {e}
return
/// This one woRks gReat
$SHIFT+R:: ;
Send {SHIFT+R}
Send {6}
return
This one doesnt i just want to tell AHK that when i hold SHIFT AND pR ... |
Topic: Send Report via AHK |
Rizzit
Replies: 2
Views: 218
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 8:22 am Subject: Send Report via AHK |
| Hello is it possible to send a report via Mail if an Image is Red insteed of Green? |
Topic: Help with Break command |
Rizzit
Replies: 16
Views: 1273
|
Forum: Ask for Help Posted: Thu Nov 05, 2009 2:05 pm Subject: Help with Break command |
ah ok the state (pause) is what u relate those actions at.
Can every word be used as a state or is pause a special condition? =) |
Topic: Help with Break command |
Rizzit
Replies: 16
Views: 1273
|
Forum: Ask for Help Posted: Thu Nov 05, 2009 11:09 am Subject: Help with Break command |
Loop
{
Click 855, 955 ; Site 2
Sleep, 10000
SleepKey(pause)
Click 825, 955 ; Site 1
Sleep, 10000
SleepKey(pause)
}
Return
~p::pause := !pa ... |
Topic: Help with Break command |
Rizzit
Replies: 16
Views: 1273
|
Forum: Ask for Help Posted: Thu Nov 05, 2009 10:51 am Subject: Help with Break command |
ah cool Thank You man
[/list] |
Topic: Help with Break command |
Rizzit
Replies: 16
Views: 1273
|
Forum: Ask for Help Posted: Thu Nov 05, 2009 7:25 am Subject: Help with Break command |
Thank you man works perfectly fine
To improve myself I would really like to understand this part of the code
SleepKey(ByRef pause){
While % (pause){
... |
Topic: Help with Break command |
Rizzit
Replies: 16
Views: 1273
|
Forum: Ask for Help Posted: Wed Nov 04, 2009 1:32 pm Subject: Help with Break command |
Ok it seems much clearer now, at least the first part of your code
I tested it now and it interuppts the loop, unfortunately it closes the script
too at the moment which is surely because I did ... |
Topic: Help with Break command |
Rizzit
Replies: 16
Views: 1273
|
Forum: Ask for Help Posted: Wed Nov 04, 2009 8:28 am Subject: Help with Break command |
First of all thank you guys for your time
@MasterFocus, I tried to implement your code but it seems like I horribly
fail at this. My pc shutted down 3 times now. Could you please give me ... |
Topic: Help with Break command |
Rizzit
Replies: 16
Views: 1273
|
Forum: Ask for Help Posted: Tue Nov 03, 2009 3:23 pm Subject: Help with Break command |
P.S: I thought at something like this
loop
{
if {P}
break
Click
Sleep, 5000
Click
Sleep, 5000
} |
Topic: Help with Break command |
Rizzit
Replies: 16
Views: 1273
|
Forum: Ask for Help Posted: Tue Nov 03, 2009 3:23 pm Subject: Help with Break command |
Hello I want to interuppt the loop of my script based on a key command.
So lets say if I press "P" it pauses the loop, if I press "P" again it continues
looping.
The whole Pr ... |
Topic: Need simple mouse click Win7 |
Rizzit
Replies: 7
Views: 336
|
Forum: Ask for Help Posted: Tue Nov 03, 2009 2:46 pm Subject: Need simple mouse click Win7 |
Hello
try Click instead Send
!c::
Click 231, 212
With this if u press c u click on coordinate 231, 212 (active window)
if u want to loop this like 100 times
!c::
loop ... |
Topic: Help with Browser + Mouse Script |
Rizzit
Replies: 9
Views: 370
|
Forum: Ask for Help Posted: Tue Nov 03, 2009 2:23 pm Subject: Help with Browser + Mouse Script |
Actually my fault was that i first started for screen coords, then changed
on active window and didnt see the syntax change, as those have 2
different parameters. It is very difficult to get sorte ... |
Topic: Help with Browser + Mouse Script |
Rizzit
Replies: 9
Views: 370
|
Forum: Ask for Help Posted: Tue Nov 03, 2009 8:43 am Subject: Help with Browser + Mouse Script |
maybe some one some time is going to help me instead of reffering to help file...
CoordMode, Mouse
loop
{
Sleep, 10000
Click x827, y955
Sleep, 10000
Click x855, y955
Sleep, 10000
... |
| |