kiss and thanks an den netten der mir hilft
PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <GUIListBox.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Speedhack", 273, 175, 192, 124)
GUISetBkColor(0xFFFFFF)
$SpeedhackInput = GUICtrlCreateInput("100", 8, 48, 49, 21, BitOR($ES_AUTOHSCROLL,$ES_NUMBER), BitOR($WS_EX_CLIENTEDGE,$WS_EX_STATICEDGE))
GUICtrlSetLimit(-1, 6)
GUICtrlSetState(-1, $GUI_DISABLE)
$SpeedHackBox = GUICtrlCreateCheckbox("Speed Hack ON / OFF", 8, 16, 129, 17)
GUICtrlSetCursor (-1, 0)
$Liste = GUICtrlCreateList("", 144, 8, 121, 71)
GUICtrlSetData(-1, "Erstellt by Emo!|Help by |In Love Emo!|Mfg : Emo!|Post by Emo!")
$Deutsch = GUICtrlCreateIcon("C:\Users\ALex\Desktop\Inputs\DeutscheFlagge.ico", 0, 104, 48, 24, 24, BitOR($SS_NOTIFY,$WS_GROUP))
GUICtrlSetCursor (-1, 0)
$Englisch = GUICtrlCreateIcon("C:\Users\ALex\Desktop\Inputs\EnglishFlag.ico", 0, 72, 48, 24, 24, BitOR($SS_NOTIFY,$WS_GROUP))
GUICtrlSetCursor (-1, 0)
$Done = GUICtrlCreatePic("C:\Users\ALex\Desktop\Inputs\Unbenan1nt.jpg", 8, 88, 257, 81, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
GUICtrlSetCursor (-1, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Done
GUICtrlDelete($SpeedhackInput)
GUICtrlDelete($SpeedHackBox)
GUICtrlDelete($Liste)
GUICtrlDelete($Deutsch)
GUICtrlDelete($Englisch)
$Label1 = GUICtrlCreateLabel("Waiting S4 League . . .", 8, 8, 158, 20)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label2 = GUICtrlCreateLabel("Give me Thanks Please in Elitepvpers", 8, 40, 232, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Label3 = GUICtrlCreateLabel("Thank youu ", 8, 64, 77, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Label4 = GUICtrlCreateLabel("© 2011 for Elitepvper.com/", 0, 152, 108, 15)
GUICtrlSetFont(-1, 7, 400, 0, "MS Serif")
GUICtrlDelete($Done)
Case $Deutsch
GUICtrlDelete($Liste)
$Liste = GUICtrlCreateList("", 144, 8, 121, 71)
GUICtrlSetData($Liste,"Erstellt by Emo!|Help by |In Love Emo!|Mfg : Emo!|Post by Emo!")
Case $Englisch
GUICtrlDelete($Liste)
$Liste = GUICtrlCreateList("", 144, 8, 121, 71)
GUICtrlSetData($Liste,"Creat by Emo!|Help by |In Love Emo!|Wfg : Emo!|Post by Emo!")
Case $SpeedHackBox
GUICtrlSetState($SpeedhackInput, $GUI_ENABLE)
EndSwitch
WEnd






