yucatan Posted January 30, 2009 Posted January 30, 2009 (edited) is there a way to read the time from the game ? maby read it from the screen or maby read it from the memory Edited February 6, 2009 by yucatan
Inverted Posted January 30, 2009 Posted January 30, 2009 Gamehacking 101 : Use cheat engine to find a pointer to the timer. Then you can read that memory address from your script.
yucatan Posted February 4, 2009 Author Posted February 4, 2009 Gamehacking 101 : Use cheat engine to find a pointer to the timer.Then you can read that memory address from your script.sorry i dont understand u can u pleas be more specific what do u mean ?
Innovative Posted February 4, 2009 Posted February 4, 2009 He means that you can use memory functions to get the point of the timer and read the time from the memory. Search NomadMemory at the example script forums .
yucatan Posted February 5, 2009 Author Posted February 5, 2009 He means that you can use memory functions to get the point of the timer and read the time from the memory.Search NomadMemory at the example script forums .i'll already tryed that and it failed can u pleas explane me in some steps how i could fix that then i know where to search and where i can start
Inverted Posted February 5, 2009 Posted February 5, 2009 Google and download Cheat Engine or Artmoney. Then you can search for where the game stores the time variable. It's hard to use pixel functions to "read" that. Especially when the value sits right in the game's memory.
yucatan Posted February 5, 2009 Author Posted February 5, 2009 Google and download Cheat Engine or Artmoney. Then you can search for where the game stores the time variable.It's hard to use pixel functions to "read" that. Especially when the value sits right in the game's memory.how i can use cheatengine to find where he stores that memory i already tryed that but i dont understand how cheatengine works:) some explane plz
yucatan Posted February 5, 2009 Author Posted February 5, 2009 how i can use cheatengine to find where he stores that memory i already tryed that but i dont understand how cheatengine works:) some explane plz*help me PLEAS*
Bert Posted February 5, 2009 Posted February 5, 2009 You know, you could just play the game as it was meant to be played. The Vollatran project  My blog: http://www.vollysinterestingshit.com/
yucatan Posted February 5, 2009 Author Posted February 5, 2009 You know, you could just play the game as it was meant to be played.hahaha i dont wanne hack the game... i just wanne know the time in the game...pleas dont talk af u are talking again a hacker cheater or something like that...i'm making tool for call of duty 2 the call of duty 2 community did ask me to do this.... its not a hack i'm trying building codtv that why i need to know to time in the game
ChangMinYang Posted February 5, 2009 Posted February 5, 2009 hahaha i dont wanne hack the game... i just wanne know the time in the game...pleas dont talk af u are talking again a hacker cheater or something like that...i'm making tool for call of duty 2 the call of duty 2 community did ask me to do this.... its not a hack i'm trying building codtv that why i need to know to time in the game is there a way to read the time from the game ?maby read it from the screen or maby read it from the memoryIf you try to knowing 'MORE INFORMATION', it is hack&cheat, over the standard game GUI(Graphical User Interface).
yucatan Posted February 5, 2009 Author Posted February 5, 2009 If you try to knowing 'MORE INFORMATION', it is hack&cheat, over the standard game GUI(Graphical User Interface).nope thats not true i wanne get info that is visable in the game i want it in a $var that i can use it i dont wanne change it i wanne use it for an explane i wanne be able to compare the time from the game with another time.
ChangMinYang Posted February 5, 2009 Posted February 5, 2009 nope thats not true i wanne get info that is visable in the game i want it in a $var that i can use it i dont wanne change it i wanne use it for an explane i wanne be able to compare the time from the game with another time.http://forum.cheatengine.org/viewforum.php?f=17
yucatan Posted February 5, 2009 Author Posted February 5, 2009 http://forum.cheatengine.org/viewforum.php?f=17i already tryed that i folowd a coulpel of tutorials even the simple one form pinnball and even that didnt work.... so i just dont know why i have been trying and trying
yucatan Posted February 6, 2009 Author Posted February 6, 2009 (edited) Inverted i have found the time somewhere here i add a screenshot i see in the memory he constandly is changing to the time in the game so i found it thats what i need..now another question what i need to do now how i can say against nomadmemory to read thathttp://img13.imageshack.us/img13/3643/timept2.jpgthere is the screenshot i found it Edited February 6, 2009 by yucatan
Inverted Posted February 6, 2009 Posted February 6, 2009 (edited) Seems to be at offset 0DB42688, data type is text ! Size is 5 bytes (5 characters) Try to read 5 bytes from that address. You can use Chr() to convert them from hex bytes to characters, if needed. P.S.: Are you sure it's always saved there ? Sometimes games save some data at different locations. Edited February 6, 2009 by Inverted
yucatan Posted February 7, 2009 Author Posted February 7, 2009 Seems to be at offset 0DB42688, data type is text ! Size is 5 bytes (5 characters)Try to read 5 bytes from that address. You can use Chr() to convert them from hex bytes to characters, if needed.P.S.: Are you sure it's always saved there ? Sometimes games save some data at different locations.hmm i didnt tested that jet but i shall go test it if the game store is eatch time on another location what can we do about it to still get it ?
Inverted Posted February 7, 2009 Posted February 7, 2009 In that case I would do a pointer search. There's an example in the cheat engine tutorial.
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