Quote:
Originally Posted by Warlax
well first things first, start off with a few memory reading bots. it need not do anything useful to begin with, but will help u gain a grasp of whats going on. try using something like cheat engine to get the address for gold. then make a program just display in a box the value for it. beware this program wont work on the next client u load, for the ull need to understand pointers, but to begin with its a really good start to get ur head around reading memory addresses. then from there start reading up on the hero pointer, i wont go into detail here as the search button is ur friend, but yea thats the next place to look. once uve established how this works u should in theory be able to produce something which can read ur gold on a new instance of a client. once uve done that u can start looking into functions. however if u dont wanna just jump striaght in at the deepend and havent had much experience coding, id suggest maybe downloading the source for co-else, and having a play with that, see how it works, then try adding something simple like an anti click on the donation button for example. its a pretty easy add, but it will help give u a foundation to build your learning upon
|
Regarding the statement in bold, memory reading as the first thing? that sounds like a cut-through attempt, why not understand first how the memory even works?
OP: First things first :p, start off with some simple concepts, a program to save files, a program that will save for ex. employees records, these simple stuff really get you into it, and as you go on it will be more interesting, urging you to learn about it more and more, but first, don't mess with memory until you're comfortable and know enough about how memory works(I'd say read some stuff about 'The Heap' and 'The Stack', those will help you amazingly, but don't do it at the beginning)