Hi ho E*pvp,
Hab immer noch das Problem....
Ich machs kurz...
Source:
hoffe ihr könnt mir helfen.
TY:handsdown:
Hab immer noch das Problem....
Ich machs kurz...
Source:
Code:
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Solitär [Addy Logger]", 231, 79, 202, 194)
GUISetFont(9, 800, 0, "MS Sans Serif")
GUISetBkColor(0x000000)
$Label1 = GUICtrlCreateLabel("Score", 16, 16, 37, 17)
GUICtrlSetColor(-1, 0x00FF00)
$Label2 = GUICtrlCreateLabel("0x000000", 64, 16, 59, 17)
GUICtrlSetColor(-1, 0x00FF00)
$Label3 = GUICtrlCreateLabel("Solitär nicht gefunden!", 48, 32, 133, 17)
GUICtrlSetColor(-1, 0x00FF00)
$Label4 = GUICtrlCreateLabel("Bitte starte Solitär", 72, 48, 106, 17)
GUICtrlSetColor(-1, 0x00FF00)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
call("start")
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Func start()
$1 = run("sol.exe")
if $1 = true Then
guictrlsetdata($LAbel3,"Solitär gefunden")
guictrlsetdata($LAbel4,"Searching Addy!")
EndIf
call("search")
EndFunc
Func search()
$Byte = "\x89\x46\x30\x5E\xE8\x00\x00\x00\x00"
$Mask ="xxxxx????"
$start = 0x1001000
$end = 0x6000
[COLOR="Red"]$find =
;hier zu such ich die func!
;AutoIt soll von der start bis zu end size Die byte + mask suchen und die Addy finden[/COLOR]
$write = guictrlsetdata($label2,$find)
EndFunc
TY:handsdown: