[HOW-TO] Create always-working scripts for YouLikeHits/Addmefast and similar

I got a Problem!
Every click thing works fine but if I add a loop (I think it is one?) like this
Code:
for i in range(10):

on top of the code it says the first click is wrong!
Its
Code:
click("bla.png")

When I delete "for i range..." it perfectly works!
Whats the problem?
Is there a nother way to add a loop?
 
this method still works and has been getting better, thanks for the wonderful share. There're other applications like this, but for a free application, it's working very well
 
I got a Problem!
Every click thing works fine but if I add a loop (I think it is one?) like this
Code:
for i in range(10):

on top of the code it says the first click is wrong!
Its
Code:
click("bla.png")

When I delete "for i range..." it perfectly works!
Whats the problem?
Is there a nother way to add a loop?
are you sure you are indenting the code correctly ?
make sure you press tab/4 spaces before clcik("bla.png")
 
Thank you, Thank you, Thank you i REALLY Neeedet the IF EXISTS Feature that iMacros dont have :) Best!!!
 
toll .....thank you very much ....thats what i am looking for.....
 
Back
Top