[Frage] ENABLE in Fremden Programmen

11/13/2012 01:22 Dein Verstand#1
Gegeben sind :
Checkbox [Kein Variablenname]
Label der Checkbox : Block Inf
GUICtrlSetState(-1,$GUI_DISABLE) <--- Unter der Checkbox logischer weise
Hilfe bitte . will diese checkbox bitte ENABLEN :P please nur lösungen bevor wieder die diskusionen und reports los gehen !
11/13/2012 05:42 Futur94#2
Ich weiß nicht was du meinst, sry.

Vielleicht: GUICtrlSetState($CHECKBOX,$GUI_ENABLE)
11/13/2012 08:04 Dein Verstand#3
Quote:
Originally Posted by Futur94 View Post
Ich weiß nicht was du meinst, sry.

Vielleicht: GUICtrlSetState($CHECKBOX,$GUI_ENABLE)
Ein Programm mit einer Disabled Checkbox möchte ich gerne Enablen aber ich kenne die Variable nicht ! Nur die innschrift ... "Block Inf"
11/13/2012 08:54 Futur94#4
einfach GUICtrlSetState(-1,$GUI_DISABLE) weg also:

z.b: $Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 96, 72, 97, 17)

so ^^ ???
11/13/2012 13:27 Achat#5
[Only registered and activated users can see links. Click Here To Register...]

MfG

PS:

Quote:
Originally Posted by Dein Verstand View Post
Ein Programm mit einer Disabled Checkbox möchte ich gerne Enablen aber ich kenne die Variable nicht ! Nur die innschrift ... "Block Inf"
Du hast dir auch die Regeln in der S4 Section durchgelesen?

Quote:
Originally Posted by http://www.elitepvpers.com/forum/s4-league/2178064-s4-league-section-rules-read-before-you-post-lesen-bevor-ihr-postet.html
Gamebreaking-Hack sind absolut verboten, auch die nur die Nachfrage!
Hacks die das Spiel "einfrieren" (dazu zählen auch starke Lags und die Bewegungseinschränkung durch den "Infinite/Unendlich Walls/Blocks Hack")
MfG
11/13/2012 15:55 Dein Verstand#6
Thanks <3 ♥ <3

Quote:
Originally Posted by Futur94 View Post
einfach GUICtrlSetState(-1,$GUI_DISABLE) weg also:

z.b: $Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 96, 72, 97, 17)

so ^^ ???
Ist nicht im selben script ! is ein externes programm . eins das nicht mir gehört ! ich will eine Checkbox wie ich herausfand $checkBox34 Enablen !

Quote:
Originally Posted by Achat View Post
[Only registered and activated users can see links. Click Here To Register...]

MfG

PS:



Du hast dir auch die Regeln in der S4 Section durchgelesen?



MfG
Ich hab gesagt enablen nicht releasen !
11/13/2012 16:17 Futur94#7
Achso jz verstehe ich was du meinst xD, da kann ich dir nicht helfen :D
11/13/2012 17:10 -STORM-#8
Code:
ControlEnable("GuiTitle", "", "Button1")
Den Titel der GUI abzulesen, sollte kein Problem sein, und statt Button1 trägst du ggf. den ClassnameNN ein, den du mit Au3Info findest, wie auf dem Screen von Achat.
11/13/2012 21:26 Logtetsch#9
Habe dir ein kleines Beispiel anhand eines Buttons erstellt.

Zielprogramm
Code:
#RequireAdmin

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$GUI_Form1 = GUICreate("Ziel", 167, 75, 192, 124)
$GUI_Btn_Ziel = GUICtrlCreateButton("Buttonname_XY", 10, 10, 145, 50)
GUICtrlSetState(-1, $GUI_DISABLE)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While True
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

		Case $GUI_Btn_Ziel
			MsgBox(0, "Random", "It works!")

	EndSwitch
WEnd
Hackprogramm
Code:
#RequireAdmin

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$GUI_Form1 = GUICreate("Hack", 167, 75, 192, 124)
$GUI_Btn_Hack = GUICtrlCreateButton("Attack", 10, 10, 145, 50)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While True
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

		Case $GUI_Btn_Hack
			ControlEnable("Ziel", "Buttonname_XY", 3)

	EndSwitch
WEnd
11/13/2012 22:42 Dein Verstand#10
Quote:
Originally Posted by Logtetsch View Post
Habe dir ein kleines Beispiel anhand eines Buttons erstellt.

Zielprogramm
Code:
#RequireAdmin

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$GUI_Form1 = GUICreate("Ziel", 167, 75, 192, 124)
$GUI_Btn_Ziel = GUICtrlCreateButton("Buttonname_XY", 10, 10, 145, 50)
GUICtrlSetState(-1, $GUI_DISABLE)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While True
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

		Case $GUI_Btn_Ziel
			MsgBox(0, "Random", "It works!")

	EndSwitch
WEnd
Hackprogramm
Code:
#RequireAdmin

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$GUI_Form1 = GUICreate("Hack", 167, 75, 192, 124)
$GUI_Btn_Hack = GUICtrlCreateButton("Attack", 10, 10, 145, 50)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While True
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

		Case $GUI_Btn_Hack
			ControlEnable("Ziel", "Buttonname_XY", 3)

	EndSwitch
WEnd
Local "Logtetsch" = "Gott"

Hey Gott x)
Danke das du der einzigste hier bist der versteht was ich meine :*
Dickes küsschen weil du so ein lieber bischt :*****