Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.
Windows XP, Home Edition
iMacro 6.2.1.4
This causes the stop button to break. The loop will run until you terminate the Firefox process. (Firefox will continue to run in the background if you just hit the close button).
- Code: Select all
x = true;
while(x==true){
iimPlay("CODE:WAIT SECONDS=5");
}