Please can u tell me what a script language is it ?
string url = GetRandomLine(Tab[1]);
string referer = GetRandomLine(Tab[2]);
if(referer==""){
Navigate(url);
} else {
Navigate(referer);
Browser.ExecuteScript("window.location.href = \""+url+"\";");
}
Random rnd = new Random()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.