PHP Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("Block Hack - DJ Holyshit", 331, 128, 288, 140)
$Label1 = GUICtrlCreateLabel("© 2011 by DJ Holyshit", 240, 112, 90, 15)
GUICtrlSetFont(-1, 7, 400, 0, "MS Serif")
$Combo1 = GUICtrlCreateCombo("", 8, 8, 153, 25)
GUICtrlSetState(-1, $GUI_DISABLE)
GUICtrlSetData(-1, " |Block Hack")
$Button1 = GUICtrlCreateButton("Start", 8, 32, 155, 25, 0)
$Label2 = GUICtrlCreateLabel("Passwort : ", 208, 8, 79, 20)
GUICtrlSetFont(-1, 10, 800, 2, "MS Sans Serif")
GUICtrlSetColor(-1, 0xFF0000)
$Input1 = GUICtrlCreateInput("", 176, 32, 145, 21)
$Button2 = GUICtrlCreateButton("Passwort check", 8, 64, 155, 25, 0)
$Button3 = GUICtrlCreateButton("Cancel", 8, 96, 155, 25, 0)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Hack ()
Case $Button2
$1 = GUICtrlRead($Input1)
If $1 = "m" Then
GUICtrlSetData($Combo1, $GUI_ENABLE)
EndIf
Case $Button3
Exit
EndSwitch
WEnd
Func _Hack ()
$Combo1 = GUICtrlRead($Combo1)
If $Combo1 = "Block Hack" Then
EndIf
EndFunc
HELP BITTE ABER NICHT VON BUTTERKUCHEN