Loop
{
FileReadLine, line, C:\Users\Name\Documents\AHK\Dictionary.txt, %A_Index%
if ErrorLevel
break
MsgBox, 4, , Line #%A_Index% is "%line%". Continue?
IfMsgBox, No
return
Run C:\Program Files\Internet Explorer\IEXPLORE.EXE http://www.swagbucks.com/?sfp=h&t=w&p=1&isHomeMain=true&q=%line%
Sleep , 300
Send , {Enter}
}
MsgBox, The end of the file has been reached or there was a problem.
return