using c++ to break online poker

Yes. http://www.codingthewheel.com/archives/how-i-built-a-working-poker-bot

A minimum amount of knowledge is required to understand his tutorial, mainly Win32 message handling and window hooks. Understanding DLL injection and how to read/write other processes' memory would also be helpful.
 
Back
Top