Link | Submitted By | Actions | |
---|---|---|---|
Game on Kongregate | Hack Bot | ||
Game On Newgrounds | gates |
MegaDrillAuto-PostLast Updated: 09/19/2012 02:29 | |
MegaDrill-migrated-Last Updated: 03/01/2010 04:03 |
5 | ||
Digger |
||
Dig 300 feet down |
15 | ||
Connoisseur |
||
Collect 25 large diamonds during a single trip |
30 | ||
I'm On A Boat |
||
End your game with $300,000 to buy the biggest boat for sale |
Additional Info
|
Quote from: "tashtonb" For whatever reason I can't get the code for the hard badge to go through. There are 2 lines that come up for that hex string. I tried changing one, the other, both, and every time exiting back to the main menu. The medium badge works fine for me. If I'm just being retarded, that's understandable, but if someone could tell me what I'm doing wrong that'd be awesome.Not sure what you're doing wrong, and already have the badge so no way for me to test. If you can't get it to work, the next best thing would be changing your money to 300,000 and then choosing go on vacation early. |
Additional Info
|
Okay, so my theory about being retarded was apparently correct. Got it to work. I think I just needed to enter faster in the buffering process. Thanks all.
|
Additional Info
|
Quote from: "LexaDeds" This is why the logout button was invented (broken image removed) |
Additional Info
|
It looks like pressure will require an AoB hack. The pressure value is located at <Depth>-8C. The game calculates your actual pressure, finds out if you're over the limit, and then updates that value. So the only way to bypass it would be to change it at the calculate part. If you want the 2600 depth trophy you can just lock your depth at 2600, and then run out of fuel.
|
Additional Info
|
Cause I <3 you guys.
Code: [Select] Can't lose because of pressure. Code: [Select] Can't lose because of fuel. Use both at the same time for epic fail. Tutorial moment? Look at Action/game/Drill.as:195-204 The longer versions show conceptually what's happening (we're removing the if/else if blocks). The shorter versions do this with a _as3_jump (10 XX XX XX, where XX XX XX is the jump offset in bytes). To find the offset:
|
Additional Info
|
Thank you very much plague and cheesy! You both are awesome (broken image removed)
|
Additional Info
|
Found an easy way to get 300k. Do a run and search for the total you earned on that run with 1*. Keep doing that until you get down to 1 result. Change it to 300,000 and freeze it. Collect one thing and click on return to surface. +300,000 to your score
|
Additional Info
|
Quote from: "Slaw" Found an easy way to get 300k. Do a run and search for the total you earned on that run with 1*. Keep doing that until you get down to 1 result. Change it to 300,000 and freeze it. Collect one thing and click on return to surface. +300,000 to your scoreThis was on the very first page, that money is 4B*1 (broken image removed) |