this is the line i don't really understand.
what should i put in the space where 9090 stands? 9090 should be the bytes i have to change, and byte is the valuetype. why won't it work?
this is the line i don't really understand.
what should i put in the space where 9090 stands? 9090 should be the bytes i have to change, and byte is the valuetype. why won't it work?
wont work at all try to convert the offset from hex to dez (u can use windows calculator and set to programmers. your offset 5AFD16 - in dez = 5963030
so it should look likt this
WRITEPROCESSMEMORY(PROCESSEXISTS($PROCESS), $S4CLIENT + 5963030, "0x9090", "byte[2]") byte is 2 cause 90 is 1 and the other is 1 to = 2 bytes not 4
the .au3, where i get _Memorywrite() from says :
Function: _MemoryWrite($iv_Address, $ah_Handle, $v_Data[, $sv_Type])
Description: Writes data to the specified memory address.
Parameter(s): $iv_Address - The memory address which you want to write to. It must be in hex format (0x00000000).
[AutoIT] AutoIT Coding Helper 07/13/2010 - Coding Releases - 10 Replies Wer kennt das nicht?
Man schreibt und schreibt an irgendwelchen AutoIT Programmen und muss dieselben Elemente, wie zum Beispiel "Func" und "EndFunc" immer wieder schreiben.
Um eine Zeitersparnis beim Programmieren zu erzielen hab ich ein kleinen aber nützliches Programm entwickelt:
Den AutoIT Coding Helper
Screen:
http://www.imagebanana.com/img/ei072w/screen.png
Sobald man auf einen dieser wunderschönen Buttons klickt erscheint im Edit Feld der zugehörige AutoIT - Befehl
Den Code...