Link | Submitted By | Actions | |
---|---|---|---|
Game On Armor Games | MasterOfNone | ||
Game On Kongregate | Cocoon | ||
Game On Newgrounds | gates | ||
Game On Miniclip | gates |
Bearbarians-migrated-Last Updated: 02/28/2013 16:00 |
Additional Info
|
http://www.kongregate.com/games/jayarmstrong/bearbarians
Nice game with graphics , kinda feels like strike force heroes and TDP4 team battle but with melee weapons , No API added so far but has a high rate so It could be badged I guess an easy for kills , a medium for reaching a specific level and a hard for stars ( this could be medium too) Money is 4bytes Blood Runs...Anger Rises...Death Wakes, War Calls! |
Additional Info
|
Yep, has badges now:
* Bear Cub Badge ( easy - 5 points ) Level 3 Reached * Adept Arena Assassin Badge ( medium - 15 points ) 10 Challenges Completed * Threatdown: Bears! Badge ( medium - 15 points ) Game Completed |
Additional Info
|
.sol: hacked cash and added a few levels (4b, same as cash). Level is a little high (15) but not completely stupid. I shouldn't have hacked them though, since enemy equipment is the same level as yours.
Location: \assets.kongregate.com\gamez\0016\7207\live\bearBarians.swf |
Additional Info
|
OK I finally got a hack for invulnerability. Part of it is rather unconventional so there is an explanation below
Enemies do no damage (4 parts) 66 ?? ?? 14 52 00 00 5d ==> 66 ?? ?? 14 C6 00 00 5d 66 ?? ?? 66 ?? ?? 14 5c ==> 66 ?? ?? 66 ?? ?? 14 e4 f0 c0 09 60 ==> f0 c0 09 d2 66 be 13 5d 93 13 60 94 13 46 93 13 01 66 d4 14 66 b9 13 66 be 13 14 72 00 00 f0 c1 09 60 be 14 66 bb 13 d3 66 a7 13 60 be 14 66 bb 13 d3 66 a7 13 66 f2 13 d2 66 e9 13 a1 61 f2 13 f0 b8 09 60 ==> f0 b8 09 d2 66 be 13 5d 93 13 60 94 13 46 93 13 01 66 d4 14 66 b9 13 66 be 13 14 ec 00 00 f0 b9 09 60 be 14 66 bb 13 d3 66 a7 13 60 be 14 66 bb 13 d3 66 a7 13 66 f2 13 60 c2 13 d2 66 e9 13 2f 68 a2 46 92 15 01 a1 61 f2 13 Note: ranged shots still show damage txt but do none. Also, in 3 team games only your team does damage so enemy teams cannot kill each other. Explaination: There are 4 ways damage is done in the code, melee (crit / non-crit), and ranged (crit / non-crit) The melee was easy and that is the 1st 2 hacks. The ranged had a unfortunate order to the code making it harder, so I decided to just rewrite the code for them, which is why the codes are so long. Don't worry its totally ok to search for 4 bytes and replace them with a ton of bytes, this just overwrites what comes after them which is what I want. |