Ok, here is what I want to do:
Here is what I want to do:
- Check the processlist for all processes running and get their memory block MD5 checksum. Simple enough and already made.
- Next I want to submit the checksum to an online database:
here is how I think I am going to do that: I'll use a idHTTP client to submit the value to a php database and get the return value in the stringstream. Then I read out the stringstream data and decide what to do from there.
Requirements:
- No installation of the BDE
- Needs to be very low in memory usage
- Needs to be very low in bandwidth usage
- Multiple users at the same time
This is intended as a form of known cheats detection. While the game is running I want to check wether or not known cheats are running on the clients PC.
Is this a good way to go about it or do you guys have better suggestions? This only concerns the checking of 1 value at a time and has to be usable by multiple users at the same time. Tell me please wether you think this is a good idea to go about it or not and if not, what do you think would work better.
Any and all suggestions are very welcome!!!
BobbaFet
Here is what I want to do:
- Check the processlist for all processes running and get their memory block MD5 checksum. Simple enough and already made.
- Next I want to submit the checksum to an online database:
here is how I think I am going to do that: I'll use a idHTTP client to submit the value to a php database and get the return value in the stringstream. Then I read out the stringstream data and decide what to do from there.
Requirements:
- No installation of the BDE
- Needs to be very low in memory usage
- Needs to be very low in bandwidth usage
- Multiple users at the same time
This is intended as a form of known cheats detection. While the game is running I want to check wether or not known cheats are running on the clients PC.
Is this a good way to go about it or do you guys have better suggestions? This only concerns the checking of 1 value at a time and has to be usable by multiple users at the same time. Tell me please wether you think this is a good idea to go about it or not and if not, what do you think would work better.
Any and all suggestions are very welcome!!!
BobbaFet
Code:
if not Programming = 'Severe Migraine' then
ShowMessage('Eureka!');