(help)I want the code c++ kill process threads

07/11/2014 12:16 skygames#1
[Only registered and activated users can see links. Click Here To Register...]
07/11/2014 12:34 Forbidi#2
Wrong section, anyway try to get all thread informations using thread32first and thread32next then compare their startadd to the threads startaddress you want to kill
PHP Code:
if (startaddy == targetAddy)
{
terminatethread(parameters)

07/11/2014 12:39 skygames#3
Thank
You have full code
07/11/2014 16:18 K1ramoX#4
-closed