lucifercc Posted October 5, 2008 Posted October 5, 2008 http://www.autoitscript.com/autoit3/docs/f...tructCreate.htm - Source Its for Warhammer Online and it gets the Name of the Select person.Address - 2D30C090Type - UText[16]Value - Malefic Shadesta (A NPC) Example$NameRead = _MemoryRead($name_Address,$OpenProccess,"char[16]")Thats me trying to read the memory of the name.I have already read the AP and HP values succesfully but the Name is not working right.
dbzfanatic Posted October 5, 2008 Posted October 5, 2008 (edited) You'd need to set the data type to either char or wchar. Also try setting it to 17 instead of 16. Edited October 5, 2008 by dbzfanatic Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
lucifercc Posted October 5, 2008 Author Posted October 5, 2008 How do i then Compare a wchar to a string such as $NameRead = _MemoryRead($name_Address,$OpenProccess,"wchar[24]");This works If $NameRead == "TheThingx2" etc.. Will that work?
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