heyleute,
Ich habe mich an einen scipt gestzt.
ich habe das problem das wenn ich es so geordnet habe:
Ich dort meine texte nicht sehen kann...
nur durch tab.
Aber ich will sie so sehen :D
und wenn ichs so schreibe:
sehe ich alles nur ich kann die button nicht drücken.
Hat wer ne lösung?
habe den code insgesamt als datei angehängt+bild
Ich habe mich an einen scipt gestzt.
ich habe das problem das wenn ich es so geordnet habe:
PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <ProgressConstants.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=C:\Users\Carlos\Desktop\New hack1.kxf
$Form1 = GUICreate("Form1", 618, 434, 192, 124)
$Mail = GUICtrlCreateInput("Email-adresse@hier rein.de", 176, 64, 305, 21)
$PW = GUICtrlCreateInput("Passwort hier rein 123", 176, 104, 305, 21)
$Input3 = GUICtrlCreateInput("Charname GW", 176, 144, 305, 21)
$Label1 = GUICtrlCreateLabel("Ekto Hacker 1.0", 160, 0, 310, 42)
GUICtrlSetFont(-1, 20, 800, 0, "Defused")
GUICtrlSetColor(-1, 0x000000)
$Charrname = GUICtrlCreateLabel("Charname:", 0, 144, 157, 24)
GUICtrlSetFont(-1, 16, 800, 0, "BatmanForeverAlternate")
GUICtrlSetColor(-1, 0x000000)
$Pwl = GUICtrlCreateLabel("Passwort:", 0, 104, 168, 24)
GUICtrlSetFont(-1, 16, 800, 0, "BatmanForeverAlternate")
GUICtrlSetColor(-1, 0x000000)
$Mail1 = GUICtrlCreateLabel("Mail:", 0, 64, 73, 24)
GUICtrlSetFont(-1, 16, 800, 0, "BatmanForeverAlternate")
GUICtrlSetColor(-1, 0x000000)
$Button1 = GUICtrlCreateButton("Test Login", 200, 208, 241, 41)
GUICtrlSetFont(-1, 20, 800, 0, "Dutch & Harley")
GUICtrlSetColor(-1, 0xFFFFFF)
GUICtrlSetBkColor(-1, 0x000000)
$Progress1 = GUICtrlCreateProgress(200, 192, 241, 17)
$Button2 = GUICtrlCreateButton("Exit Fast", 0, 368, 193, 33)
GUICtrlSetFont(-1, 16, 800, 0, "Arial")
GUICtrlSetColor(-1, 0xFFFFFF)
GUICtrlSetBkColor(-1, 0x000000)
$Button3 = GUICtrlCreateButton("Run Hack", 416, 368, 193, 33)
GUICtrlSetFont(-1, 18, 800, 0, "Arial Narrow")
GUICtrlSetColor(-1, 0xFFFFFF)
GUICtrlSetBkColor(-1, 0x000000)
$Pic1 = GUICtrlCreatePic("C:\Users\Carlos\Desktop\sdulfhsg.jpg", 0, 0, 617, 433)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
nur durch tab.
Aber ich will sie so sehen :D
und wenn ichs so schreibe:
PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <ProgressConstants.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=C:\Users\Carlos\Desktop\New hack1.kxf
$Form1 = GUICreate("Form1", 618, 434, 192, 124)
$Pic1 = GUICtrlCreatePic("C:\Users\Carlos\Desktop\sdulfhsg.jpg", 0, 0, 617, 433)
$Mail = GUICtrlCreateInput("Email-adresse@hier rein.de", 176, 64, 305, 21)
$PW = GUICtrlCreateInput("Passwort hier rein 123", 176, 104, 305, 21)
$Input3 = GUICtrlCreateInput("Charname GW", 176, 144, 305, 21)
$Label1 = GUICtrlCreateLabel("Ekto Hacker 1.0", 160, 0, 310, 42)
GUICtrlSetFont(-1, 20, 800, 0, "Defused")
GUICtrlSetColor(-1, 0x000000)
$Charrname = GUICtrlCreateLabel("Charname:", 0, 144, 157, 24)
GUICtrlSetFont(-1, 16, 800, 0, "BatmanForeverAlternate")
GUICtrlSetColor(-1, 0x000000)
$Pwl = GUICtrlCreateLabel("Passwort:", 0, 104, 168, 24)
GUICtrlSetFont(-1, 16, 800, 0, "BatmanForeverAlternate")
GUICtrlSetColor(-1, 0x000000)
$Mail1 = GUICtrlCreateLabel("Mail:", 0, 64, 73, 24)
GUICtrlSetFont(-1, 16, 800, 0, "BatmanForeverAlternate")
GUICtrlSetColor(-1, 0x000000)
$Button1 = GUICtrlCreateButton("Test Login", 200, 208, 241, 41)
GUICtrlSetFont(-1, 20, 800, 0, "Dutch & Harley")
GUICtrlSetColor(-1, 0xFFFFFF)
GUICtrlSetBkColor(-1, 0x000000)
$Progress1 = GUICtrlCreateProgress(200, 192, 241, 17)
$Button2 = GUICtrlCreateButton("Exit Fast", 0, 368, 193, 33)
GUICtrlSetFont(-1, 16, 800, 0, "Arial")
GUICtrlSetColor(-1, 0xFFFFFF)
GUICtrlSetBkColor(-1, 0x000000)
$Button3 = GUICtrlCreateButton("Run Hack", 416, 368, 193, 33)
GUICtrlSetFont(-1, 18, 800, 0, "Arial Narrow")
GUICtrlSetColor(-1, 0xFFFFFF)
GUICtrlSetBkColor(-1, 0x000000)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Hat wer ne lösung?
habe den code insgesamt als datei angehängt+bild