Useful Programs
 Various Tools

Various tools with various usages. Read the description for more information.

Program Name URL Description
KongHack Ultra Trainer http://gcw.cz/trainer No more selecting processes. No more copying and pasting AoBs. This tool will do it all for you.
Note: Kongregate Badge Hack is included with this program.
Created by kolonelkadat.
Kongregate Badge Hack http://gcw.cz/trainer Having trouble getting that impossible badge? Want to increase your Kongregate level quickly and impress your friends? KBH can help. Automatically unlock all, or just that one badge you just can't seem to get. Included with the KHUT.
Created by kolonelkadat.
Raw Data AoB Extractor http://gcw.cz/RawAoB This program makes cleaning the p-code out of raw data super easy. Simply copy the Action Script raw data from Sothink into the AoB extractor and click "get AoB". This tool has a few other options like converting number types, ILDASM to bytecoder converter, and more. Check it out!
Created by kolonelkadat.
KongHack Easy Trainer https://konghack.com/topic/8172-kh_easy_trainer_141 Easily create trainers from your AoBs.
Created by dudial.
Cheat Engine http://cheatengine.org/ Free (Even on April 1st!) - Must have tool for hacking games. If you're new here, this should be the first thing you download. Cheat Engine is an open source tool designed to help you with modifying single player games running under window so you can make them harder or easier depending on your preference, but also contains other useful tools to help debugging games and even normal applications.
Charles http://www.charlesproxy.com/ 30-day free trial - Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information). To view SSL traffic, read this thread.
Fiddler http://www.telerik.com/fiddler Free - Similar to Charles, allows web debugging, performance testing, HTTP/HTTPS traffic recording, web session manipulation, and much more.
 
 Flash Related Tools

Here are a bunch of tools that will help with hacking flash games.

Program Name URL Description
Sothink http://www.sothink.com/product/flashdecompiler/ 30-day free trial - Sothink is a flash decompiler. This is what most people use here to create the AoBs that you use.
JPEXS http://www.free-decompiler.com/flash/ Free - JPEXS is a free flash decompiler. Good alternative to Sothink. Also, this program will sometimes works when Sothink crashes.
SWF Memory Dumper https://konghack.com/topic/83-swfmdump__fpx_version Easily dump SWFs as well as Unity3d files from memory.
Created by kolonelkadat.
UnSWFEncryptUNP & SWF Decrypt https://konghack.com/filemanager/get/xBBXLBx3150x53df6a61bbc68 Two (apparently) hard to find files zipped for you that will decrypt those encrypted SWF files. May not work on every file, but it's worth a shot.
SWF compress & decompress https://konghack.com/filemanager/get/z6dnsgx3156x53df6a622b4de Two more files that you may find useful. Just drag and drop your SWF on one of these to quickly compress or decompress the file.
How do you know if your .swf is compressed or decompressed? Open it in a hex editor and look at the first 3 bytes. They will either be: 43 57 53 - CWS or 46 57 53 - FWS. CWS is compressed and FWS is decompressed. When looking for AoBs you will want to make sure that your .swf is decompressed.
.minerva http://blog.coursevector.com/minerva Free - Excellent .SOL editor you can use to edit those save files. Requires Adobe AIR.
 
 Unity Related Tools

A few tools to help with hacking Unity3d games.

Program Name URL Description
.NET Reflector http://www.red-gate.com/products/dotnet-development/reflector/ 14-day free trial - Decompile .NET code. This program will show you the source of that Unity3d game as well as any other .NET compiled program.
Simple Assembly Explorer https://sites.google.com/site/simpledotnet/simple-assembly-explorer
Download - x86 | x64
Free - Open source .NET decompiler. Good alternative to .NET Reflector.
Gray Wolf http://www.digitalbodyguard.com/graywolf.html Free - Another free .NET decompiler.
Note - Although I'm sure its safe, I haven't personally checked that this doesn't contain malware, but it does work quite well and will dogfood so it's probably safe ~ KolonelKadat
SWF Memory Dumper https://konghack.com/topic/83-swfmdump__fpx_version Easily dump SWFs as well as Unity3d files from memory.
Created by kolonelkadat.
DLL Memory Dump for Unity https://konghack.com/topic/7891-dll_memory_dump_for_unity Similar to SWF Memory Dumper, but this is for Unity.
Created by lht001300000.
 
 Hex Editors

Various hex editors. Some free, some paid.

Program Name URL Description
010 Editor http://www.sweetscape.com/010editor/ 30-day free trial - Powerful hex editor with lots of options. Professional text and hex editing with Binary Templates technology.
Hexplorer http://sourceforge.net/projects/hexplorer/ Free - Binary (hexadecimal) editor for Windows
HxD http://mh-nexus.de/en/hxd/ Free - HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and modifying of main memory (RAM), handles files of any size.
 
 Tutorials

These aren't programs, but if you're here, you're probably new. We put them here for convenience.

Link Description
KongHack 101 While not related to hacking, this tutorial will get you familiar with the site, the DOs and DON'Ts, and some of the many features of the site.
kolonelkadat's video tutorials kolonelkadat has been kind enough to make many informative video tutorials on hacking and a few other things. Go check them out.
AoB tutorial An AoB tutorial that should have you hacking games in no time!
.SOL tutorial This tutorial will walk you through hacking .SOL files. (If you're not aware, .SOLs are game save files)
Unity3d tutorial This tutorial will get you up and running with hacking Unity3d games.