Ir para conteúdo
Fórum Script Brasil

Ricardo Castilho

Membros
  • Total de itens

    1
  • Registro em

  • Última visita

Sobre Ricardo Castilho

Ricardo Castilho's Achievements

0

Reputação

  1. ola pessoal não tenho muita noção em programação e queria tirar um uma duvida e se alguém puder me ajudar ficaria muito grato tenho um codigo em arquivos .bat a seguir: ECHO OFF CLS :message ECHO. ECHO ---------------------- ECHO Aion Launcher ECHO ---------------------- ECHO. ECHO OFF if exist bin32\aion.bin GOTO bin if exist bin32\aion.exe GOTO exe GOTO error :bin start bin32\aion.bin -ip:127.0.0.1 -ng -port:2106 -cc:1 -lang:enu -noweb ECHO Found and starting Aion.bin GOTO end :exe start bin32\aion.exe -ip:127.0.0.1 -ng -port:2106 -cc:1 -lang:enu -noweb echo Found and starting Aion.exe GOTO end :error echo Neither Aion.bin or Aion.exe could be found echo Please contact us trough the website for help echo. echo http://www.aion-unique.com echo. pause exit :end ECHO. echo closing in 3 seconds... ping localhost -n 5 > nul EXIT tem com transformar isso em um hexed (.EXE)
×
×
  • Criar Novo...