Dadgame
-migrated-

Wondering where the hacks are at? Register or Sign In to find out!


Wondering where the sol files are at? Register or Sign In to find out!

Dadgame

-migrated-
Last Updated: 05/30/2015 00:20

Sorry, there are no badges available for this game.

Game Dscription
Look out everyone! Dad's....in Overtime!!!!!!
Dadgame Posted on: 09/03/2009 3:46pm
Quote Post
Probably the best NG based game in many months. Made with pwn and lol.
Failed epically at hacking it though.
Re: Dadgame Posted on: 09/03/2009 5:36pm
Quote Post





Tookie

Re: Dadgame Posted on: 09/03/2009 6:44pm
Quote Post
here is sol that gives you most of medals

[attachment=0:2kleq8pz]mydata.sol[/attachment:2kleq8pz]

EDIT: after using sol, you wont get other medals. So if anybody can pass game legit and post sol, it would rock
Re: Dadgame Posted on: 09/03/2009 8:41pm
Quote Post
What is that even supposed to mean? If i get medals using sol, i won't get other medals? in other games? Just in this game? what medals do you get / don't you get ?

Are you saying if i use this sol, i won't get any of the other medals in the game ever?
Re: Dadgame Posted on: 09/03/2009 9:02pm
Quote Post
I think he is trying to say that if you use the .sol, then you can't get certain medals. I used the toss the turtle game, and I can't get the achievement "Buy everything" because I have already bought everything with the .sol.
Re: Dadgame Posted on: 09/04/2009 6:31am
Quote Post
exactly as one said. You wont get these medals:

Freeroes
Kaminari Ninja
Patricide
Cheating Death (i beat him and no medal)
Tower Offender
Dadgamer

too bad last two are 100 points, so i guess it is time to clear saved data and start again
Re: Dadgame Posted on: 09/04/2009 3:05pm
Quote Post
This has been shockingly programmed - there's a lot of duplicated code making it hard to make a good catch all cheat - so the below may not work in some circumstances:

Invulnerability (in reality, super fast health recharge) (by difficulty): (works on some challenges too)

Easy:
96 0b 00 08 02 06 3d 0a c7 3f 0a d7 a3 70 =>
96 0b 00 08 02 06 00 00 24 40 00 00 00 00

Normal:
96 0b 00 08 02 06 e1 7a b4 3f 7b 14 ae 47 =>
96 0b 00 08 02 06 00 00 24 40 00 00 00 00

Hard:
9d 02 00 15 00 96 02 00 08 00 1c 96 0b 00 08 02 06 00 00 00 00 00 00 00 00 =>
9d 02 00 15 00 96 02 00 08 00 1c 96 0b 00 08 02 06 00 00 24 40 00 00 00 00

What I'm doing here is replacing the code that sets up the recharge rate, which is:
Code: [Select]
if (_root.difficulty == 1)
{
_root.healrate = 0.18;
} // end if
if (_root.difficulty == 2)
{
_root.healrate = 0.08;
} // end if
if (_root.difficulty == 3)
{
_root.healrate = 0;
} // end if
And I'm using the above codes to set them all to 1, so the code will look like:
Code: [Select]
if (_root.difficulty == 1)
{
_root.healrate = 1;
} // end if
if (_root.difficulty == 2)
{
_root.healrate = 1;
} // end if
if (_root.difficulty == 3)
{
_root.healrate = 1;
} // end if

If any more hacks are wanted for this, give me a shout - I'm still missing a few medals on this game!
Re: Dadgame Posted on: 09/04/2009 3:36pm
Quote Post
Sakupen still kills me....

EDIT: nvm, must have been a fluke accident.

Another +1 for deity. Sorry for doubting you master (broken image removed) haha
Re: Dadgame Posted on: 09/04/2009 6:36pm
Quote Post
tower rocks me to hell, i am on medium and cant pass it. Also, where is Sepuken? And Rajinmaru?
Re: Dadgame Posted on: 09/04/2009 7:31pm
Quote Post
sakupen is in the first level. He has blue hair and hes about 5 seconds right of the begining.

The ninja is in the 2nd last level, where you chase your boss off the screen. Right near the end of that level, instead of chasing him off screen, jump all the way to the top of that tower at the end and an eagle will catch you.
Re: Dadgame Posted on: 09/05/2009 8:40am
Quote Post
beating ninja medal is broken as it seems. Passed it on hard and medium (easy isnt available) and no medal. Other than that, got all of them
Re: Dadgame Posted on: 09/05/2009 8:47pm
Quote Post
Not broken, I got it by playing, you can also edit the SOL file (look for the exact values after decompiling) and once you load the game, it reads the SOl file and awards the medals that you edited for.
Re: Dadgame Posted on: 09/10/2009 7:26pm
Quote Post
With that sol, will you get the debugger medal? for defeating the phantom?

I can't manage to beat the challenge on hard where you have to throw the boxes..
Re: Dadgame Posted on: 09/22/2009 8:46am
Quote Post
If mechadeath is being a problem:
17 96 04 00 08 1c 08 1c 1c 96 09 00 06 cc cc ec 3f cd cc cc cc 0b =>
17 96 04 00 08 1C 08 1C 1C 96 09 00 06 00 00 14 40 00 00 00 00 0B

Ups the damage you do to him each time from 0.9 to 5. I now finally have all the medals for this game!
Re: Dadgame Posted on: 09/26/2009 8:35pm
Quote Post
To anybody who doesn't have these medals

If you upload the sol the first page, all medals are attainable. They put the same system as Epic battle fantasy 2 in place, where if you click the medal in game, you get it.