Intro to Bytecode Hacking
Originally posted by: pythag12 / March 18, 2010, 04:45:36 AM
RE: Intro to Bytecode Hacking Posted on: 11/04/2013 10:57am
Quote Post
Never let a computer tell me shit.
24 64 -> push byte 100
|  100  |
\ Stack /

24 0a -> push byte 10
|  10   |
|  100  |

\ Stack /

29 -> pop
|  100  |

\ Stack /



I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: Intro to Bytecode Hacking Posted on: 11/04/2013 11:29am
Quote Post
Aobscan(_pos,24 45)
Now I understand.
Thank you very much for the information.



RE: Intro to Bytecode Hacking Posted on: 08/10/2014 3:23am
Quote Post

It looks like all of the internal konghack links from the original post are broken, any chance they could be fixed?

RE: Intro to Bytecode Hacking Posted on: 08/10/2014 1:12pm
Quote Post
Insert Custom Title Here
matrixa Posted on: 08/09/2014 11:23pm

It looks like all of the internal konghack links from the original post are broken, any chance they could be fixed?



The original thread was started in 2010, 2 itterations ago. The chances of getting those links working again are slim.

Guide to the basics probably linked to something similar to this:
https://konghack.com/topic/8005-how_to_hack_and_how_to_use_konghack

Both videos by Maximillian are deleted from youtube. Unsure of backups.

The thread with Ignored's Farmville hack was moved to Trash quite a while ago and is no longer available for the public.

The video linked in Step 3. is Maximillian's explanation on how to use Flasm and notepad to hack AS1/2 games fairly easily. This has been outdated for a long time
http://www.youtube.com/watch?v=jrhKRcC1Mb0 - Again, the video has been deleted but that is the original link. 




RE: Intro to Bytecode Hacking Posted on: 08/10/2014 8:37pm
Quote Post
The Laziest Man on KongHack
kolonelkadat Posted on: 11/04/2013 5:57am
stack visualization



this was the most helpful thing ive seen in years

maybe ill finally understand why im breaking shit all the time with my aob's