[Question] Passwort FAIL

08/10/2011 02:26 ↑DJ Holyshit↓#1
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"331128288140)
$Label1 GUICtrlCreateLabel("© 2011 by DJ Holyshit"2401129015)
GUICtrlSetFont(-174000"MS Serif")
$Combo1 GUICtrlCreateCombo(""8815325)
GUICtrlSetState(-1$GUI_DISABLE)
GUICtrlSetData(-1" |Block Hack")
$Button1 GUICtrlCreateButton("Start"832155250)
$Label2 GUICtrlCreateLabel("Passwort : "20887920)
GUICtrlSetFont(-1108002"MS Sans Serif")
GUICtrlSetColor(-10xFF0000)
$Input1 GUICtrlCreateInput(""1763214521)
$Button2 GUICtrlCreateButton("Passwort check"864155250)
$Button3 GUICtrlCreateButton("Cancel"896155250)
GUISetState(@SW_SHOW)

While 
1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
    
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Button1
            _Hack 
()
        Case 
$Button2
            
$GUICtrlRead($Input1)
            If $
"m" Then
                GUICtrlSetData
($Combo1$GUI_ENABLE)
            EndIf
        Case 
$Button3
            
Exit

    EndSwitch
WEnd

Func _Hack 
()
    
$Combo1 GUICtrlRead($Combo1)
    If 
$Combo1 "Block Hack" Then
EndIf
EndFunc 
Bei dem Passwort teil ist etwas fahlsch :O ich bekomme es net hinn das Combo1 nicht ENABLE wird ! weiß net ob ich GUICtrlSetData(...) oder GUICtrlSetState(-1, $GUI_ENABLE) [WIE AUCH EVER MAN DES AUF COMBO1 PROGRAMMIERT] macht !
HELP BITTE ABER NICHT VON BUTTERKUCHEN
08/10/2011 02:39 Freddy​#2
Du hast
PHP Code:
GUICtrlSetData($Combo1$GUI_ENABLE
Richtig wäre so:
PHP Code:
GUICtrlSetState($Combo1$GUI_ENABLE
Ich helfe trozdem auch wenn du nicht willst
08/10/2011 08:44 buFFy!#3
lustig wie die noobigsten programme bei denen auch nach nach hilfe gefragt wird immer sofort 'nen copyright drin haben xD
08/10/2011 17:50 KDeluxe#4
Ich frag mich sowieso was der ganze Mist soll. Erstellt sich Multiaccounts und nervt mit dem Genderfakegetue. Und alles nur um am Ende einen zusammen kopierten S4 Hack zu haben. Fast alle Fragen von es würden nicht aufkommen, wenn es F1 drücken würde, oder sich die Mühe machen würde ein paar Sekunden zu googlen. Hauptsache mal die AutoIt Sektion mit sinnlosen Fragen zumüllen und anderen den Überblick sowie den Inhalt der AutoIt Sektion versauen.