ruffus Posted September 3, 2011 Posted September 3, 2011 I want to do exe file turn on with new entries. I tried this feature $adres = 0x01222758 ;$pong = 'testtesttesttest'$zm1 = ProcessExists("metin2mod_2011sf.exe")$zm2 = _MemoryOpen($zm1)_MemoryWrite($adres, $zm2, $pong, 'char[16]')_MemoryClose($zm1) but does not work how do I do this???
Valik Posted September 3, 2011 Posted September 3, 2011 Thread locked for being an obvious rule violation.
Recommended Posts