Link | Submitted By | Actions | |
---|---|---|---|
Game on Kongregate | Hack Bot | ||
Game On Newgrounds | gates | ||
Game On Armor Games | gates |
Armed with Wings 3Auto-PostLast Updated: 09/19/2012 02:29 | |
Armed with Wings 3-migrated-Last Updated: 11/23/2010 19:16 |
Additional Info
|
http://www.kongregate.com/games/danielsun/armed-with-wings-3
Stylistically nice combat platformer, unique enough plot to be interesting. Can't seem to track down the XP variable. There's a root variable called _level0/:XP, but it returns a completely inappropriate number once I track it down (20 million someodd when I have around 1000xp). |
Additional Info
|
I can't seem to find the XP or the Health using the traditional 4byte*1 4byte*8 4byte*8+6 8*double or 1*double variable searches. Haven't tried those on MP, but it's probably going to end up the same. You probably already knew that, though.
-- |
Additional Info
|
the game is editable via .SOL file
...chat.kongregate.comgamez0095986liveAwW_3_v.17.swf :mrgreen: |
Additional Info
|
xp is double *1 truncated
at http://www.epicninja.com/play.php?g=armed-with-wings-3 |
Additional Info
|
@oudrich This is a thread about the kong version, if you find hack methods for any other version of the game, go post it in the "Other" section. I request moving this post there.
This post was imported from an account that no longer exists! Previous Name: phreneticus |
Additional Info
|
I wasn't able to come up with the right equation to translate the value given back by the root variable within 5 minutes, so I went for second best and locked the value, which in essence gives you unlimited xp, that should do the trick nicely too. (broken image removed)
|
Additional Info
|
96 02 00 08 02 1c 96 02 00 08 03 4e 0b => 96 02 00 08 02 1c 96 02 00 08 03 4e 0c - buy upgrade you can afford to get much xp.
96 04 00 08 10 08 10 1c 96 09 00 06 99 99 a9 3f 9a 99 99 99 => 96 04 00 08 10 08 10 1c 96 09 00 06 66 66 22 40 66 66 66 66 - big Special Points regeneration 96 04 00 08 0e 08 0e 1c 96 09 00 06 99 99 a9 3f 9a 99 99 99 => 96 04 00 08 0e 08 0e 1c 96 09 00 06 66 66 22 40 66 66 66 66 - big Health regeneration. Works only if actual HP is lower than 100 but still you are practically invincible |