Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Downloadfile Funcion [By Pink]


Expermicid

Recommended Posts

[lenguaje=autoit]#cs ----------------------------------------------------------------------------

 

AutoIt Version: 3.3.8.1

Author..........: Pink

Script Function...: Downlaod File.

Uso..............: downloadfile($url) ===> Ejemplo $url="http://fs08n3.sendspace.com/dl/797198d00dc6c6befd33657ec121ac5f/4ffa0b900256b61c/zgqxh9/Pink.exe"

#ce ----------------------------------------------------------------------------

 

Func downloadfile($fileurl)

$filename="c:\Pinks.exe"

$download=dllcall("Urlmon.dll","ptr","URLDownloadToFile","ptr",0,"str",$fileurl,"str",$filename,"dword",0,"ptr",0)

EndFunc[/lenguaje]

Edited by Expermicid
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.