Hallo e*pvpers
ich habe mir mit Koda ein Gui erstellt und nun möchte ich natürlich dieses auch benutzen leider komme ich damit noch nicht so ganz klar *schäm* bin halt noch ein anfänger
Ich möchte gerne die email adresse die da eingegeben wird und das passwort in ein script einbinden aber ich weiß leider nicht wie (ist es das mit den variablen?) *schäm* habe auch schon die tuts gelesen komme aber nicht ganz klar sry
HILFE!!!!
MFG
ich habe mir mit Koda ein Gui erstellt und nun möchte ich natürlich dieses auch benutzen leider komme ich damit noch nicht so ganz klar *schäm* bin halt noch ein anfänger
PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=c:\users\hungry horst\desktop\rofl hack koda.kxf
$Form1_1 = GUICreate("Rofl Hack", 278, 210, 192, 124)
$Label1 = GUICtrlCreateLabel("Benutzer Email Adresse :", 8, 8, 121, 17)
$Label2 = GUICtrlCreateLabel("Passwort :", 8, 56, 53, 17)
$Label3 = GUICtrlCreateLabel("Menge (max 1000) :", 8, 112, 127, 17)
$Button1 = GUICtrlCreateButton("Start Hack", 8, 168, 97, 33, $WS_GROUP)
GUICtrlCreateInput("", 8, 32, 161, 21)
GUICtrlCreateInput("", 8, 80, 161, 21)
GUICtrlCreateInput("", 8, 136, 161, 21)
$Icon1 = GUICtrlCreateIcon("C:\Program Files\Rofl\Rofl.exe", -1, 208, 136, 48, 48, BitOR($SS_NOTIFY,$WS_GROUP))
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
HILFE!!!!
MFG