Cameltoe Posted March 1, 2010 Posted March 1, 2010 I need help with a thing. im trying to get a value, the memory does not change but the value does. i used cheat engine to get the memory i want. the adress is: 0x027B83B0 I need help with some kind of function that will read the adress and convert it to value. not sure how that is done. some code to show what my idea is like: Func OpenMemory($oIE) while 1 $value = "0x027B83B0" $read = MsgBox(0, "Value", $Value) wend EndFunc just an example. would be really thank full if somone would help me out with this
BrettF Posted March 2, 2010 Posted March 2, 2010 (edited) What are you trying to get the value of? Like what program? Edited March 2, 2010 by BrettF Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Cameltoe Posted March 4, 2010 Author Posted March 4, 2010 Some text in internet explorer. like this: sometext% ------------- Sometext has the memory 483749 just an example. sometext does cahnge but memory doesnt so this could be a way getting the value. sometimes the text may be: "hi" value is still the same. ------------- or if there are som function that could get some spesifik text on a website. would be better
AdmiralAlkex Posted March 4, 2010 Posted March 4, 2010 Some text in internet explorer.Just look at "IE Management" in the helpfile There's also a FF UDF if you're into that. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
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