Turkishuser Posted October 13, 2013 Posted October 13, 2013 (edited) Hi code sample #include <NomadMemory.au3> Opt("TrayIconHide", 1) Opt("TrayAutoPause",0) $offset=0xFC2EA3 $data=0x001D2CFC00AB $open = _MemoryOpen(ProcessExists("calc.exe")) _MemoryWrite($offset, $open,$data,"int") _memoryclose($open) error Message $data=0x001D2CFC00AB $data=0x001D2CFC00AB^ ERROR Help me what is the solution? Thank you in advance! Edited October 13, 2013 by Turkishuser
FireFox Posted October 13, 2013 Posted October 13, 2013 Hi,I only get this error with the stable version, try with the beta version.PS: You don't need to use custom color/fonts.
FireFox Posted October 13, 2013 Posted October 13, 2013 Run it in beta mode (Alt + F5) or right click on the script > Run Script (x...) BetaBr, FireFox.
Turkishuser Posted October 13, 2013 Author Posted October 13, 2013 ALT +F5 code $offset=0x002E2DBD $data=0x2B616E70726F636573 $open = _MemoryOpen(ProcessExists("calc.exe")) _MemoryWrite($offset, $open,$data,"int") _memoryclose($open) error message $data=0x2B616E70726F636573 ~~~~~~~~~~~~~~~~~~~~~~~~^
JohnOne Posted October 13, 2013 Posted October 13, 2013 Does this give error? $data = 0x2B616E70726F6365 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Turkishuser Posted October 14, 2013 Author Posted October 14, 2013 Does this give error? $data = 0x2B616E70726F6365 no problem but LENGTH troublesome problem need to find a solution?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now