Hilfe!

10/26/2010 16:42 .Son™#1
Hej leute ich will jez einen zweiten pointer hizuzfügen also zumbeispiel jez invisible wie mach ich den da rein?
PHP Code:
While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
            
          Case 
$Button1 
        _MemoryPointerWrite
($base,$open,$offis,GUICtrlRead($Label1))
            
        Case 
$Button2
            _MemoryPointerWrite
($base,$open,$offis,"16230")
    EndSwitch
WEnd 
wo gehört da jez invisble rein?
10/26/2010 16:46 Lasch24#2
kA wo invisible rein kommt. Ich weis aber zwei sachen: 1. Das der Thread in die Dings-Sction reinkommt un das 2. AutoIT müll is.
10/26/2010 16:58 EliteShanks#3
Quote:
Originally Posted by Lasch24 View Post
kA wo invisible rein kommt. Ich weis aber zwei sachen: 1. Das der Thread in die Dings-Sction reinkommt un das 2. AutoIT müll is.
wen du keine ahnung hast du schrreibe hier doch auch nix rein!


Und außerdem was für eine Dings-Sektion!
10/26/2010 16:59 BestOfElite#4
Omg iwo oben haste doh deine Offsets definiert xD jetzt musst du da einfach noch einen Offset feinieren undzwar den von invi und dann unten den Offset nehmen ;)

z.b.
$offispeed = 0xXXX
$offiinvi = 0xXXX
10/26/2010 17:13 Chillex#5
Wenn du es schon kopierst xD

PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <Pointer.au3>

#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Mein erster Hack"318131192124)
$Button1 GUICtrlCreateButton("ON"208327525$WS_GROUP)
$Button2 GUICtrlCreateButton("OFF"208727525$WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

$open _MemoryOpen(ProcessExists("TClient.exe"))
Global 
$base 0x00686d04
Global $invioffi[3] = [00xA080x42c]


While 
1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
            
        Case 
$Button1 
        _MemoryPointerWrite
($base,$open,$invioffi,"65793")    
            
        Case 
$Button2
            _MemoryPointerWrite
($base,$open,$invioffi,"1")
    EndSwitch
WEnd 
Ich glaub für Invisible auf EG war "42C" das 2te Offset.
Naja irgendwie so sollte es gehen...
10/27/2010 18:10 Jonnyyyyy#6
Quote:
Originally Posted by Chillex View Post
Wenn du es schon kopierst xD

PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <Pointer.au3>

#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Mein erster Hack"318131192124)
$Button1 GUICtrlCreateButton("ON"208327525$WS_GROUP)
$Button2 GUICtrlCreateButton("OFF"208727525$WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

$open _MemoryOpen(ProcessExists("TClient.exe"))
Global 
$base 0x00686d04
Global $invioffi[3] = [00xA080x42c]


While 
1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
            
        Case 
$Button1 
        _MemoryPointerWrite
($base,$open,$invioffi,"65793")    
            
        Case 
$Button2
            _MemoryPointerWrite
($base,$open,$invioffi,"1")
    EndSwitch
WEnd 
Ich glaub für Invisible auf EG war "42C" das 2te Offset.
Naja irgendwie so sollte es gehen...
der hat einfach die komplette source aus deinem tut kopiert :awesome:
geil super gemacht! ;D