Game is available on both Facebook and Zynga
These are simple array of byte hacks that are working as of game version 4906 (Kingworld.swf?r=4906). It replaces running with teleport when out of combat and forces the game to always roll legendary items from chests
1. Target your browser's process with Cheat Engine. chrome.exe for Chrome, plugin-container for Firefox or iexplore.exe for Internet Explorer
2. Open Memory View or press ctrl+m.
3. Go to Tools -> Auto Assemble or press ctrl+a
4. Copy + paste the following into the field and Execute. Make sure it is executed before moving the character or opening a chest in-game, otherwise it will not work
Code:
[ENABLE]
//teleport
Aobscan(_tele,d0 4f 84 22 00 )
label(tele)
registersymbol(tele)
_tele:
tele:
db d0 4f 85 22 00
//loot legend
Aobscan(_loot,d5 60 94 17 24 01 24 64 )
label(loot)
registersymbol(loot)
_loot:
loot:
db D5 60 94 17 24 01 24 09
[DISABLE]
It's worth noting that teleport will not clear fog, so try not to enable it in a new area.