| View previous topic :: View next topic |
| Author |
Message |
Russell How do I cheat?
Reputation: 0
Joined: 18 Jan 2014 Posts: 9 Location: Internet
|
Posted: Sun Jan 26, 2014 8:47 am Post subject: How to find AOB |
|
|
in videos nd tutorials i see people say scan code xx xx xx... and change it to code yy yy yy... from where and how do they get these codes,can someone help me in finding these codes so i can hack Shadow Fight or any others games alone. Thanks
|
|
| Back to top |
|
 |
kriptix Advanced Cheater
Reputation: 1
Joined: 05 Jun 2011 Posts: 61
|
Posted: Sun Jan 26, 2014 10:11 am Post subject: |
|
|
| You get the bytes by viewing the address in the Memory View window. You will see the bytes after the address. These are the bytes that are being used before hooked, after hook, and the hack bytes. When you activate the hack in CE you will see the opcode change to a jmp. Follow that and you'll get the bytes of the hack.
|
|
| Back to top |
|
 |
Russell How do I cheat?
Reputation: 0
Joined: 18 Jan 2014 Posts: 9 Location: Internet
|
|
| Back to top |
|
 |
kriptix Advanced Cheater
Reputation: 1
Joined: 05 Jun 2011 Posts: 61
|
Posted: Sun Jan 26, 2014 11:09 am Post subject: |
|
|
| Google is your friend. I'm not going to create a video tut for this. I already created a tutorial on another website, but i'm sure linking to other game hacking sites is not allowed here. Just follow the video tuts that you've seen and remember that AOB (Array of bytes). All they are are bytes. You'll have 3 aobs. The bytes before the hook, the bytes after the hook, and the bytes of the hack itself. I might copy/paste my tutorial over to this site, but im sure there has already been a tutorial of it post here. Search around. If I find that it hasn't been posted I might post it. Good Luck!
|
|
| Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
|
| Back to top |
|
 |
Russell How do I cheat?
Reputation: 0
Joined: 18 Jan 2014 Posts: 9 Location: Internet
|
|
| Back to top |
|
 |
kriptix Advanced Cheater
Reputation: 1
Joined: 05 Jun 2011 Posts: 61
|
Posted: Wed Jan 29, 2014 3:29 pm Post subject: |
|
|
| Russell wrote: | ryan,thats nice but im too young to understand it all , does any1 know a simpler way. |
The only way your going to learn is by reading and practice. There is no uber easy way in game hacking. Your manipulating a game to work no necessarily intended. If you have no patience in learning your not going to make it in the hacking scene. Not trying to sound rude, but that's a fact. Read up on tutorials for C++ and assembly. It won't be easy but once you can undrstsnd and know the basics you'll be able to go far in this world!
|
|
| Back to top |
|
 |
jungletek Advanced Cheater
Reputation: 0
Joined: 02 Oct 2011 Posts: 72
|
Posted: Mon Feb 03, 2014 10:12 pm Post subject: |
|
|
| Russell wrote: | ryan,thats nice but im too young to understand it all , does any1 know a simpler way. |
Nah, you're just being a little lazy. Doubtful that you aren't capable of understanding it. Dude's name is Rydian, BTW. Attention to detail is important in gamehacking...
You need to understand basic searching to find simple values. Say you find the value for your health so you can change it, etc.
Then right-click it and do 'find what writes this address', (one of) the result(s) should be the piece of code (the bytes/opcode) that writes or changes the health value. View that instruction in the disassembler and you'll see the hex bytes that represent that instruction(s). That's where you'll get your array of bytes, from that and the surrounding instructions (one line of code is usually not enough to get a unique AOB to scan for).
If you don't understand basic scanning, then AOB scanning is probably too advanced for you at the moment.
There are shitloads of tutorials for basic scanning and manipulation, don't expect anyone to make you (yet another) one for such a simple thing that's been covered so many times.
If you followed the included cheat engine tutorial (that comes with CE) with the hackme file then you should be able to get the basics down.
|
|
| Back to top |
|
 |
|