home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / Slunec / app / 18 / readme.txt < prev   
Text File  |  2000-09-10  |  3KB  |  64 lines

  1.  
  2. Generic Game Trainer
  3. Version 1.41
  4. Copyright 2000 Jacob Zielinski
  5.  
  6. http://www3.telus.net/jz/
  7. jz@telus.net
  8.  
  9.  
  10. Description
  11. -----------
  12. A game hacking utility that will help you to cheat in any game. It searches game memory for values like number of lives, money, energy, etc.. and lets you edit them. 
  13.  
  14. Although many trainers can be downloaded from the net, most of them have two problems: they do not work in Windows NT/2000, and they are made for a specific game. This trainer is designed for use in both Windows NT/2000 and 95/98 and should work with all games.
  15.  
  16.  
  17. How it Works
  18. ------------
  19. Say you are playing a game that involves money (e.g. SimCity). The amount of money you have is stored somewhere in the game's memory. Memory locations that store values are named variables. The trick is to identify the exact location of the money variable so that you can change it. Unfortunately most games use several megabytes of memory. If for example, you happen to have $100 dollars in your game and you search for the value 100, the trainer will find thousands of matching addresses. This is because the value 100 could conceivably be used to represent all sorts of variables, sound, and graphics.
  20.  
  21. So how do you select the correct address from a list of thousands? You wait until it changes and search again. Say your money has been reduced to $90. You should perform a second search with the value 90. The trainer will now look at all the addresses that were 100 and only keep the ones that are now 90. This second search will dramatically reduce the number of results. It usually only takes a few searches to work your way down to a single result. 
  22.  
  23. Once the trainer has identified a variable, it will pop up a window that lets you save a cheat in that memory address. At this point you can also freeze the variable so that the game will be unable to change it.
  24.  
  25.  
  26. Licensing 
  27. ---------
  28. TimeTrack is free software. No registration or payment is required. If you do use it, I would only ask you send me some feedback. You are welcome to redistribute it under the condition that it is always packaged in its complete and unmodified form with all documentation and support files.
  29.  
  30. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY, of FITNESS FOR A PARTICULAR PURPOSE, of LACK OF VIRUSES, and LACK OF WORKMANLIKE EFFORT.
  31.  
  32.  
  33. Warnings
  34. --------
  35. Don't modify game memory unless you have worked your way down to a single result. Even then, modifying memory may cause the game to become unstable so save your game before running this program.
  36.  
  37.  
  38. Technical Notes
  39. ---------------
  40. Will only search for BYTE and DWORD variables. 
  41. Will only search pages where protection != PAGE_EXECUTE...
  42. DWORD variables must be DWORD aligned.
  43.  
  44.  
  45. History
  46. -------
  47. 1.1 - 6/11/2000
  48. Fixed: Cheat table refresh 
  49. Added: Load and save cheat table. Freeze values.
  50.  
  51. 1.2 - 6/13/2000
  52. Added: Win95/98 support 
  53.  
  54. 1.3 - 7/11/2000
  55. Fixed: Error that occurred when closing the program or saving cheat table.
  56. Added: An option (in NT only) to limit search to working set (RAM memory) which is much faster. Searching for 1 byte variable. Ability to insert arbitrary addresses into cheat table.
  57.  
  58. 1.4 - 9/1/2000
  59. Added: Simple interface to upload and download cheats from the internet 
  60.  
  61. 1.41 - 9/3/2000
  62. Fixed: in Win95/98 upload of cheats incomplete, not searching enough memory.
  63.  
  64.