[Ajuda]Ban Definitivo
#4

Cara isso й impossнvel, tem que estudar muito, esta aн uma coisa que me interesso vou ver se acho algo mais creio que й impossнvel

@EDIT:
Esse Cуdigo й em C++ talvez se estude ele possa fazer algo similar:
Code:
import java.io.BufferedReader;  
import java.io.File;  
import java.io.FileWriter;  
import java.io.InputStreamReader;  
  
  
public class Teste {  
  
    public static String getHDSerial(String drive) {  
        String result = "";  
        try {  
            //File file = File.createTempFile("tmp",".vbs");  
            File file = File.createTempFile("tmp", ".vbs");  
            file.deleteOnExit();  
            FileWriter fw = new java.io.FileWriter(file);  
  
            String vbs = "Set objFSO = CreateObject(\"Scripting.FileSystemObject\")\n" + "Set colDrives = objFSO.Drives\n"   
                            + "Set objDrive = colDrives.item(\"" + drive + "\")\n" + "Wscript.Echo objDrive.SerialNumber";    
            fw.write(vbs);  
            fw.close();  
            Process p = Runtime.getRuntime().exec("cscript //NoLogo " + file.getPath());  
            BufferedReader input =  
                new BufferedReader(new InputStreamReader(p.getInputStream()));  
            String line;  
            while ((line = input.readLine()) != null) {  
                result += line;  
            }  
            input.close();  
        } catch (Exception e) {  
  
        }  
        if (result.trim().length() < 1  || result == null) {  
            result = "NO_DISK_ID";  
  
        }  
  
        return result.trim();  
    }
@EDIT3:
Desbanir-se?
Й Possivel isso sim, facilmente, Tenso o CD do Windows (meu S.O) vб ao Console de Recuperaзгo, Claro antes configure a Bios para dar BOT do CD, vai ao console de recuperaзгo, ele irб pedir com qual sistema/partiзгo pretende conectar (Normalmente C), apуs isso digite 'FIXMBR', desta forma ele cria uma novo caminho de Boot no PC, eu nгo tenho certeza pois o FIXMBR me ajudou quando peguei um Vнrus de Boot que se alojo no setor '0' do hd, (nem formatando saia) entгo eu fiz isso acima,caso queiram muda sem tudo isso usem um Programa
PROGRAMA
Reply


Messages In This Thread
[Ajuda]Ban Definitivo - by Guerek - 13.07.2010, 00:55
Re: [Ajuda]Ban Definitivo - by KevinsL - 13.07.2010, 01:07
Re: [Ajuda]Ban Definitivo - by keller012 - 13.07.2010, 01:19
Re: [Ajuda]Ban Definitivo - by ipsBruno - 13.07.2010, 01:31
Re: [Ajuda]Ban Definitivo - by Guerek - 13.07.2010, 01:49
Re: [Ajuda]Ban Definitivo - by bRn - 13.07.2010, 01:58
Re: [Ajuda]Ban Definitivo - by Guerek - 13.07.2010, 02:21
Re: [Ajuda]Ban Definitivo - by ipsBruno - 13.07.2010, 02:58
Re: [Ajuda]Ban Definitivo - by Guerek - 13.07.2010, 03:27
Re: [Ajuda]Ban Definitivo - by rafa3dify - 13.07.2010, 03:44

Forum Jump:


Users browsing this thread: 2 Guest(s)