Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Shellexecute Alternativa [By Pink]


Expermicid

Recommended Posts

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

 

AutoIt Version: 3.3.8.1

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

Script Function...: Alternative shellExecute.

Uso..............: Shellrun($file)

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

 

local $file="C:\Users\Usuario\Desktop\A.exe"

 

Shellrun($file)

 

Func Shellrun($file)

Const $Operation="Open"

const $mode="SW_SHOWMAXIMIZED"

$shell=dllcall("shell32.dll","int","ShellExecute","hwnd",0,"str",$Operation,"str",$file,"str",0,"str",0,"str",$mode)

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.