sol^^

11/24/2009 17:50 ~kau~#1
Noch mal Ich xD^^ Warum zur Hölle geht der code net???
#include <NoMadMemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>


#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("lol", 243, 112, 192, 124)
$Button1 = GUICtrlCreateButton("score", 24, 32, 193, 65, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

$pid = WinGetProcess("Solitär")
$mem_handel = _MemoryOpen($pid)
$adresse = _MemoryRead("01007170", $mem_handel)
$adresse = _MemoryRead($adresse + "30", $mem_handel)



While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
case $button1
_MemoryWrite($adresse,$mem_handel,100)

EndSwitch
WEnd


:handsdown: Thx :handsdown:
11/24/2009 17:58 HardCore.1337#2
was funzt da ni?
Bei mir klappt alles^^
11/24/2009 18:58 Proffni#3
also bei mir findet er die NoMadMemory.au3 nich.

is die bei dir da?
11/25/2009 13:00 SCORNI#4
Code:
NoMadMemory.au3
Code:
No[COLOR="Red"]m[/COLOR]adMemory.au3
11/26/2009 17:51 Proffni#5
auch die findet er bei mri nich
11/26/2009 19:53 | Moep |#6
Omg, das ding heißt "nomadmemory.au3" und du musst ganz an anfang des Scriptes "#include <nomadmemory.au3>" einfügen und die nomadmemory.au3 muss in den include Ordner von autoit liegen...
11/27/2009 12:21 Stifty#7
such einfachmal bei google nach NomadMemory.au3 ......

oder hier der link^^ da musst aber selber alles kopieren und ne au3 datei erstellen
[Only registered and activated users can see links. Click Here To Register...]