Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Sat Jan 02, 2016 6:44 pm Post subject: Unique ID for games |
|
|
the following snippets of code can be used to generate a unique ID for the currently selected process
recommended:
Code: |
id=md5memory(process,8192)
|
alternate:
Code: |
id=md5file(enumModules()[1].PathToFile)
|
that might be used for looking up the process in a database or something
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|