I'm trying to run a script to loop a webpage but I get the same error trying to open the .AHK file
Error on line 5 "The following variable containts an illegal character:"
Here is my script s if any one could help, please tell me what is wrong with the code,
Code:
loop
{
loop, 50
{
ControlSend, , {F4}, http://mwdirect.zynga.com/mwms/jobs.php?tab=1&job=5&action=Do%20Job&zy_viewer_id=88977911&zy_viewer_name=KeViN&zy_viewer_first_name=KeViN&zy_viewer_last_name=&zy_viewer_pic_url=http%3A%2F%2Fc3.ac-images.myspacecdn.com%2Fimages02%2F32%2Fs_0536cb5c66704a3cb6db467125298122.gif&zy_viewer_prof_url=http%3A%2F%2Fwww.myspace.com%2Fkevin_barnett&zy_sig=bfbc05bb5887b6a1bcfd6ad1d0575899&zy_is_ajax=true&zy_cn_sig=eaef732dbaef00f4d6cda079fa559793&r=0.1132481275126338
Sleep, 300
}
Sleep, 5000
}
pause::pause