Hi guys I am wondering if anybody could give a deep detailed explanation on the ways of hacking Combat Arms...I've got like the basics down but I want to understand what I am doing...I've got the basics of C++ down but I would like to know more about actually hacking/making .dlls for Combat Arms
Thanks!
Please don't flame some constructive criticism would be nice
Originally Posted by pashak
Hi guys I am wondering if anybody could give a deep detailed explanation on the ways of hacking Combat Arms...I've got like the basics down but I want to understand what I am doing...I've got the basics of C++ down but I would like to know more about actually hacking/making .dlls for Combat Arms
Thanks!
Please don't flame some constructive criticism would be nice
i'm not asking someone to give me a tutorial i just want a rough understanding of how i would do this ~ i know c++ more or less
so. u want some 1 give u a working base?
Yea Right
Originally Posted by Reimy
so. u want some 1 give u a working base?
Yea Right
once again i don't want code i want an understanding of how its done...like the memory addresses and such
I wan't a working bas myself. (I need Midfunction hook for PresentScene and Reset?)
Originally Posted by pashak
once again i don't want code i want an understanding of how its done...like the memory addresses and such
You change bytes and stuff happens.
Originally Posted by ᴺᴼᴼᴮ
You change bytes and stuff happens.
Those are simple hacks
Originally Posted by pashak
once again i don't want code i want an understanding of how its done...like the memory addresses and such
How could you know c++ but not how a hack works. All your doing is changing stuff to get them to do what you want. if you NOP a certain address, something in the game will happen when the address is read.
If you want to code warrock hacks, search the addie edit the value and make a no menu base.
Originally Posted by markoj
How could you know c++ but not how a hack works. All your doing is changing stuff to get them to do what you want. if you NOP a certain address, something in the game will happen when the address is read.
He might have the basic of C++.Net any not the basic of Win32, Or he knows them but still need an example.