20.06.2018, 23:56
Quote:
why don't you treat using sandboxie same as having a cheat?
and for aimbox.exe -> chrome.exe https://stackoverflow.com/questions/...hash-of-a-file so you could detect it that way? it would be easier for you and for the entire sa-mp community if that ac becomes a standard ... then it will become trustworthy and seriously why would you bother with banned morons? they should be thankful for you even letting them play after they got banned |
Your answer is wrong, according to reply
Quote:
No, the hash is of the file contents only. You can see this in the source for md5sum and its MD5 implementation. You can also test this if you have access to md5sum: $ echo "some arbitrary content" > file1 $ cp file1 file2 $ md5sum file1 f0007cbddd79de02179de7de12bec4e6 file1 $ md5sum file2 f0007cbddd79de02179de7de12bec4e6 file2 $ |