Moin Leute.
Ich grübel nun schon länger über meinen Auto IT Trainer.
Nur dieser soll anstatt float values eine Text value verändern >.>
Habe halt ein paar probs damit wäre nett wenn mal jemand kurz drüber schauen würde :)
Netten Gruß
Ich grübel nun schon länger über meinen Auto IT Trainer.
Nur dieser soll anstatt float values eine Text value verändern >.>
Habe halt ein paar probs damit wäre nett wenn mal jemand kurz drüber schauen würde :)
Netten Gruß
| Const $Var1 = 0x0CDEC44 |
| #include <ButtonConstants.au3> |
| #include <EditConstants.au3> |
| #include <GUIConstantsEx.au3> |
| #include <StaticConstants.au3> |
| #include <WindowsConstants.au3> |
| #Region ### START Koda GUI section ### Form= |
| $Form1 = GUICreate("HP Hack", 625, 171, 192, 124) |
| GUISetBkColor(0xA6CAF0) |
| $Input1 = GUICtrlCreateInput("actor_default_hp_max", 48, 72, 209, 21) |
| GUICtrlSetColor(-1, 0x000000) |
| $Input2 = GUICtrlCreateInput("actor_default_animation_move_speed", 344, 72, 217, 21) |
| GUICtrlSetColor(-1, 0x000000) |
| $Label1 = GUICtrlCreateLabel("TYPE THIS^ IN THE LEFT BOX ", 360, 128, 162, 17) |
| GUICtrlSetColor(-1, 0x000000) |
| $Button1 = GUICtrlCreateButton("START HACK after Copy the Right Field into the Left", 32, 120, 281, 41, $WS_GROUP) |
| GUICtrlSetColor(-1, 0x000000) |
| GUISetState(@SW_SHOW) |
| #EndRegion ### END Koda GUI section ### |
| While 1 |
| $nMsg = GUIGetMsg() |
| Switch $nMsg |
| Case $GUI_EVENT_CLOSE |
| Exit |
| Case $Button1 |
| _weiter() |
| EndSwitch |
| WEnd |
| Func _weiter() |
| $Var2 = GUICtrlRead($Input1) |
| ToolTip("Waiting for S4Client.exe", 0, 0) |
| $Var0354 = ProcessWait("S4Client.exe") |
| Sleep(0x0064) |
| $mist = Fn0000(ProcessExists("S4Client.exe")) |
| Do |
| Sleep(2) |
| Until WinWaitActive("S4 Client") |
| Fn0002($Var1, $mist, $Var2, "char[20]") |
| If @error Then |
| ToolTip("Somethings Wrong!", 0, 0) |
| Else |
| ToolTip("Success!", 0, 0) |
| Sleep(0x02BC) |
| ToolTip("", 0, 0) |
| Exit |
| EndIf |
| EndFunc |