idk 0 Posted February 16, 2011 Hi, i need help is there any function that rewrite an memory value when i press any key ? ex. to understand -read prozes -that prozes has on "0x00442E5D" the value "je 00442EBD" -want to rewrite to "jne 00442EBD" when i prss "F1" -and when i pres "F2" it should chnage back to "je 00442EBD" is this possible? im happy about an answer ps. sry for bad english Share this post Link to post Share on other sites
4ggr35510n 0 Posted February 17, 2011 NomadMemory.au3 () HotKeySet Share this post Link to post Share on other sites
idk 0 Posted February 17, 2011 tanks for your fast replay but with function? _MemoryWrite(...) ??? when yes witch parameters have they? so? _MemoryWrite(Prozes,0x00442E5D,je 00442EBD)? Share this post Link to post Share on other sites