Title | Member | Timestamp | Overall Score |
---|---|---|---|
Elona -PC | 02/09/2016 | 6 |
Link | Submitted By | Actions | |
---|---|---|---|
Game on Kongregate | Hack Bot | ||
Game On Armor Games | janis8008 | ||
Game On Armor Games | notsurelol |
Elona Shooter-migrated-Last Updated: 08/19/2017 08:21 | |
Elona ShooterAuto-PostLast Updated: 09/19/2012 02:29 |
5 | ||
Watering the Lawn |
||
Slay 50 invaders |
15 | ||
Upperclassman |
||
Reach level 10 to unlock a new class |
30 | ||
Toast to the Host |
||
Earn 25 medals |
60 | ||
Random Number Disintegrator |
||
Survive for 100 days on "hardcore" mode |
Additional Info
|
My bad;]. Everything works great now. |
Additional Info
|
when i add everything i mean the AOB's the game crashes.
|
Additional Info
|
dummy.girl Posted on: 10/04/2013 3:53am when i add everything i mean the AOB's the game crashes. |
Additional Info
|
if (param6){ _loc_12 = new critKill(); _loc_12.x = x; _loc_12.y = y - 12; if (param6 == 3){ _loc_12.msg = "ONE HIT KILL!"; } else if (param6 == 2){ _loc_12.msg = "CRITICAL KILL!"; } else{ _loc_12.msg = _root.critMsg[_root.critArray[id]]; } stage.addChild(_loc_12); } Sweet. So it looks like param6 (the 6th function argument) is what determines whether it's a crit. We're in a function named damage, so let's search for ".damage(", without the quotes, to see where that function is called. 5 places overall. The last is damage to our castle, 2nd and 3rd are passing constants so they don't interest us, and the 1st result seems to be in a function which isn't really used for some reason. 4th result it is, MainTimeline#6657! And will you look at that, it's in a function named "shoot", how appropriate: enemyArray[_loc_4].damage(_loc_2, _loc_11, _loc_7, _loc_8, param1, _loc_12); Cool. The sixth parameter (whether it's a crit or not) is _loc_12, so if we change it, we win. That's pretty easy to do, but what if we do something more interesting? Just above, we have the hit detection: if (enemyArray[_loc_4].mc.hitTestPoint(_loc_7, _loc_8, true)){ What if we replaced the hit detection with our way of ensuring critical hits? Two birds with one stone! The hack merely replaces the line above with: _loc_12 = 1; And in bright bytecode: 60 f6 29 62 04 66 d5 26 66 f3 2c 62 07 62 08 26 46 83 2a 03 12 c0 01 00 24 01 63 0c 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 |
Additional Info
|
man i love these types of games. does anyone know something similar to this game? |
Additional Info
|
Thanks for the cheats, made things a lot more fun. |
Additional Info
|
Silentbladez Posted on: 05/21/2014 5:21am man i love these types of games. does anyone know something similar to this game? |
Additional Info
|
Thanks for the hacks! |
Additional Info
|
Additional Info
|
Thanks, nice hacks :D AWww, Hello =3 |
Additional Info
|
thanks a lot for hacks on a very addicting game |