I'm a bit of a noob when it comes to the wow hacking scene, with that being said, I'm trying to make my own bot, in c# seeing as its the popular choice in the forums, I'm familiar with the mechanics of wow bots and how it translates to code as well, I was planning on making a bot that reads coordinates, mobs, and such from memory, and act upon certain conditions by calling wow/lua functions, I know how to read memory from the process, my question is, how do I go about using the list of offsets you guys have used, if you could use some sort of source code examples that would be great since that really helps me understand whats hapenning, I'm familiar with programming and have coded similar tools, so you guys don't have to be real elaborate, anything will help.
On a sidenote, I use cheatengine to read/write memory, is this a safe practice?