Skrip Posted September 4, 2006 Posted September 4, 2006 For those of you who say "Search it" I did, and came up with nothing. I thought I saw a thread about this a while back but I can't find it. -- How do you read the memory of a game? Such as the "TSearch" program. Select a process-enter number to search-add change to the number-find the number-change memory for number. Such as being able to give yourself gold in a game. (Local game) -- Is it possible to use autoit to read the memory of a game? [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
zcoacoaz Posted September 4, 2006 Posted September 4, 2006 mmm, search for Peek & Poke Memory or something similar and you might find something [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
zcoacoaz Posted September 4, 2006 Posted September 4, 2006 here it is, I think this does ithttp://www.autoitscript.com/forum/index.ph...=6302&st=15 [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
Skrip Posted September 4, 2006 Author Posted September 4, 2006 (edited) Hmm, I see... I don't really get that. I'm doing this for a monitor thing, for a game called fable I will have a gui that will display stats and stuff. The address for gold is B679264 i'll have it like this Gold: Result of B679264 then it'll be under a while so it will update. How would I do that? Edited September 4, 2006 by Firestorm [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
zcoacoaz Posted September 4, 2006 Posted September 4, 2006 (edited) I have never used the dll myself so I'm unsure how to do that.In case your confused about the link I gave you, this is the specific post I was talking aboutI'll see if I can figure out how you'd get info like that by playing around with the dll Edited September 4, 2006 by Xenogis [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
Skrip Posted September 4, 2006 Author Posted September 4, 2006 (edited) Yeah, I saw that post. I tried it. Meh I see what it's talking about but I don't know how i'd do what I said in post 4. Thanks for helping! Edited September 4, 2006 by Firestorm [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
ramadash Posted September 5, 2006 Posted September 5, 2006 a very nice include I personally used to read autoit process memory is available here: http://www.autoitscript.com/forum/index.ph...1&hl=Diablothe functions are pretty well explained, but the only thing that you are missing (or maby you arent but its not in ur post) is the size of the variable (you need to know if the gold amount is stored on a word, dword, etc..) you call _MemoryOpen() then _MemoryRead() then you should be set up!
Skrip Posted September 5, 2006 Author Posted September 5, 2006 Awesome i'll try that out in a bit [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
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