Since some seem to have probs with pouring CE table addresses into a proper application (64 bit ohnoez )
I decided to share a small simple base for 90% of all your needs (for the most people leeching here anyway )
I won't help, I wont reply to pm's. If you don't know how to use it or what to do with it I suggest you read up on some C# basics
How to use copy in Call Of Duty Ghosts diary or what?
Originally Posted by distiny
...
I won't help, I wont reply to pm's. If you don't know how to use it or what to do with it I suggest you read up on some C# basics
read again
Just use the other simpler Cheat Engine ones, for some reason he decided to do an unorthodox way. There's simpler ones in this forum.
I n0ob Pl0x teach me TEH CODEZZZ
Originally Posted by Ariesx
Just use the other simpler Cheat Engine ones, for some reason he decided to do an unorthodox way. There's simpler ones in this forum.
lol making a program is indeed unorthodox but yea, this actually required some skill and knowledge
Originally Posted by distiny
lol making a program is indeed unorthodox but yea, this actually required some skill and knowledge
Just wanna say that I love your signature haha
In order for it to be compatible for most it needs to be in a usable code, cheat engine is well known by VAC and you are at higher risk of bans.
The 64 bit code is not really that difficult, I have not downloaded this version so will not say how it works.
However if you want to release stuff and call it your own you need to learn to code.
Just remember to convert your findings, this is 64 bit and therefore integer will not work, write it as a bytes.
Don't us integer for addresses use either long or int64
indeed my addresses are long's and the so called ints are always converted into bytes before the actual writing
Thank you.
Much appreciated
Thanks alot this really helps me to learn to understand how these kind of hacks work.
I have some basic coding knoweldge but this isn't something you'll find in books or something.
Originally Posted by FE3KA
Thanks alot this really helps me to learn to understand how these kind of hacks work.
I have some basic coding knoweldge but this isn't something you'll find in books or something.
You are welcome, this is the reason why I release this so people can actually learn rather then leech
Thanks, that is really saves a lot of time, Ill try it. Thanks a lot!