Making WPM/RPM Radar
I am Brazilian and my English is not very good, so I could not create my Radar RPM, will someone pass me a radar could have done?
I have many difficulties to create, I am not able to open the obama RPM / WPM radar, on my appears to open with c + + view, nothing appears when I open!
Someone please help me!
Obama RPM is written in C#.
You need to have Visual Studio Express (or better) installed:
microsof*****m/visualstudio/eng/products/visual-studio-express-for-windows-desktop#product-express-desktop
You need to write/find code that will implement the OpenProcess, CloseProcess, ReadProcessMemory methods from "Kernel32.dll".
Google it and you'll find many versions.
Once you have that, you just need to write the code to read the various memory addresses.
That's all covered in the Tutorial thread.
However, if you get stuck, post the code you've got and I'll help you with pointers.
What I wont do, is write it for you..