 
					| Link | Submitted By | Actions | |
|---|---|---|---|
|  | Game On Kongregate | mistogan | 
| [REQUEST] Akaneiro-migrated-Last Updated: 03/08/2015 15:43 | 
| 
			Additional Info
			
			
		 | Link: http://www.kongregate.com/games/Spicyhorse/akaneiro  Its a Unity game so I have no clue how to cheat it. | 
| 
			Additional Info
			
			
		 | unity tut http://www.flashcheats.org/forum/index.php?topic=3892.0 for decompiler i suggested http://www.telerik.com/products/decompiler.aspx instead of .net refector (cuz now its not free) the hex code can view by change 'C#' (= souce code in sothink) to 'IL' (= RAW data in sothink) and you can know number of wildcard by look at bytecount number (i.e. first line is IL_0006 then next line is IL_000b. so, the wildcard is 4) also, seach all in sothink is equal to search > full text > all assemblies in this program | 
| 
			Additional Info
			
			
		 | Anyone made any progress on this one? | 
| 
			Additional Info
			
			
		 | I found a bunch of 4b*1 values (stats, exp, level, prices, etc.) but it seems there's a server-side check on all of them, which to be honest makes no sense as this is a single player game. I'd be interested if anyone could delve into this a bit more; my aob knowledge stops at as3. | 
| 
			Additional Info
			
			
		 | I found a bunch of 4b*1 values (stats, exp, level, prices, etc.) but it seems there's a server-side check on all of them, which to be honest makes no sense as this is a single player game. I'd be interested if anyone could delve into this a bit more; my aob knowledge stops at as3. you sure its checking on a server and not just a snapshot compare? all you would have to do is nop the compare and leave the snapshot there 
 | 
| 
			Additional Info
			
			
		 | Hmmm, I'll look into that. Though after reading the game's forum, they DO plan on bringing in a multiplayer element later on, so I suspect it's a server check. EDIT: I only have Sothink SWFDecompiler...what do you use to get at the innards of a unity file? | 
| 
			Additional Info
			
			
		 | Hmmm, I'll look into that. Though after reading the game's forum, they DO plan on bringing in a multiplayer element later on, so I suspect it's a server check. EDIT: I only have Sothink SWFDecompiler...what do you use to get at the innards of a unity file? unity tut http://www.flashcheats.org/forum/index.php?topic=3892.0 for decompiler i suggested http://www.telerik.com/products/decompiler.aspx instead of .net refector (cuz now its not free) the hex code can view by change 'C#' (= souce code in sothink) to 'IL' (= RAW data in sothink) and you can know number of wildcard by look at bytecount number (i.e. first line is IL_0006 then next line is IL_000b. so, the wildcard is 4) also, seach all in sothink is equal to search > full text > all assemblies in this program and for .dll / .unity3d file try this program first http://konghack.com/view_topic.php?tid=9647369 if it not working (like me) try to use chrome > right click > inspect element > and search for webplayer.unity3d edit: new link for unity tut http://konghack.com/view_topic.php?tid=7002961 hello i'm goodknife. | 
| 
			Additional Info
			
			
		 | Attached Files 
 I use  this AoB tool to make all the AoBs I post. Try the online version  if you dont feel like downloading it. | 
| 
			Additional Info
			
			
		 | Current GetKey function for haena's hotkey hack is 28 E1 00 00 0A. | 
| 
			Additional Info
			
			
		 | SaucyJack Posted on: 08/10/2013 10:45am Current GetKey function for haena's hotkey hack is 28 E1 00 00 0A.   No +karma or thanks post please, | 
| 
			Additional Info
			
			
		 | Any way to increase range for picking up loot? I'd like to be able to pick it up from a distance so I don't trigger more fights, if it's possible. | 
| 
			Additional Info
			
			
		 | SaucyJack Posted on: 08/10/2013 11:05pm Any way to increase range for picking up loot? I'd like to be able to pick it up from a distance so I don't trigger more fights, if it's possible.   No +karma or thanks post please, | 
| 
			Additional Info
			
			
		 | Works like a charm! Great work, haena... +1 for you! | 
| 
			Additional Info
			
			
		 | Thanks, aob added. No +karma or thanks post please, | 
| 
			Additional Info
			
			
		 | I found that the timers for lasting abilities (like Seeing Red) have a float value, but freezing it doesn't do anything. Guess that's server-sided too. |