Dungeon Master

Bierdeckel
Posts: 7
Joined: Thu Mar 05, 2009 2:22 pm

Post by Bierdeckel »

michuber wrote:
Bierdeckel wrote:Has anyone a link or something else what could be interesting for me?
You can pass your name and password (or spw):
http://www.hacker.org/challenge/about.php
The chal.php could be used to log in?
User avatar
karma-fusebox
Posts: 23
Joined: Fri Mar 06, 2009 1:37 pm

Post by karma-fusebox »

yes, but not permanently. just a onetime-login for the current transaction. so you have to append name= and password= every time you call urls from your scripts.
Bierdeckel
Posts: 7
Joined: Thu Mar 05, 2009 2:22 pm

Post by Bierdeckel »

k, thx :)
TheBlackElf
Posts: 2
Joined: Wed Mar 18, 2009 3:27 pm

Cavern Master

Post by TheBlackElf »

Unless it's against the rules or something (which it shouldn't be), could anybody please tell me how many levels Cavern Master has? thx

P.S. I've already automated it, just that my bot has gotten to a ridiculously high level, and - automated as it is - it's an annoyance waiting so long...

(edit) NVM, I was actually pretty close to the end... but that was too long IMO. 40-50 levels would have been enough.
User avatar
karma-fusebox
Posts: 23
Joined: Fri Mar 06, 2009 1:37 pm

Re: Cavern Master

Post by karma-fusebox »

TheBlackElf wrote:it's an annoyance waiting so long...
i dont think youre supposed to sit in front of your computer and watch your script slay a crapton of monsters. and even if you do, thats pure action gaming compared to watching a script solve the higher mortalcoil-levels or something.

but since a dungeon-script should not take any cpu, you could even watch both scripts the same time.. :D
gfoot
Posts: 269
Joined: Wed Sep 05, 2007 11:34 pm
Location: Brighton, UK

Post by gfoot »

Yeah, why watch a computer solve Mortal Coil when you could just do it by hand. :) It passes time on the bus on the way to work.
bns
Posts: 7
Joined: Fri Apr 24, 2009 11:40 am
Location: Germany

Post by bns »

Hi,

I think I didn't understand this discussion about Dungeon Master at all. Many here write they automate it, but nobody seems to have success.
A few other write they made it without automation -- so is there some clever hack I need to find or is it just a "play again until you win"?
Karian
Posts: 75
Joined: Wed Jan 09, 2008 10:21 am

Post by Karian »

it is certainly not meant to solve this with a hack.

the thing is that dungeon master can be solved by hand, and is merely meant to be a test bed for the automation of the next challenge.

The discussion about this is a bit distributed between this thread and some others. I think most people find there automated solution. Also a lot of data you find here are extracted with an automated procedure (we leave in the middle if this data is usefull).

I just think that, once people have solved it, they don't bother posting here anymore. For them, it would be better to make further discussions in the challenges solved forum. That one has been created to keep this forum for hints only.
XayOn
Posts: 15
Joined: Mon Jul 27, 2009 7:19 pm

Post by XayOn »

Yeah, I've already passed it by hand, however I'm writing a script to see who's faster, the script or me ;-)
flash_surface
Posts: 2
Joined: Mon Aug 24, 2009 8:45 am
Location: indonesia

Post by flash_surface »


Hey, i wn to know how to destroy another pc by using software..thanks
win
flash_surface
Posts: 2
Joined: Mon Aug 24, 2009 8:45 am
Location: indonesia

Post by flash_surface »

:)
win
User avatar
m!nus
Posts: 202
Joined: Sat Jul 28, 2007 6:49 pm
Location: Germany

Post by m!nus »

play slavehack

are there mods on this forum? i suggeest deleting this 3 posts (including mine ofc)
bearson
Posts: 6
Joined: Thu Sep 10, 2009 8:43 am

Post by bearson »

consider GreaseMonkey if you use firefox :p
zael
Posts: 4
Joined: Tue Sep 29, 2009 9:13 am

Post by zael »

I knew nothing of making a bot with C/C++ before yesterday. Look up libcurl if you're curious, it's really high level and easy to use. It will help you in some Web challenges too. I had a "perfect" bot going in 1 hour.

The only problem was my code to say it had found the boss was bugged. So I woke up this morning and found the bot on the last level with the boss beaten but I didn't know what he was called :lol:

So now I'm running the bot again from level 0... with a condition to stop on the last dungeon level. You live and learn.
User avatar
dot_Cipher
Posts: 5
Joined: Sat Jul 04, 2009 10:12 pm
Contact:

No idea where to start

Post by dot_Cipher »

I know how to program basically in C++, java, javascript, and python.

Every simple program I have made I used on my computer locally. And to do this challenge it seems like I need to access the site where the Dungeon is? How would I also get my program to interact with it? Since my knowledge is pretty spread out and basic, I have no idea where to start when it comes to writing a script for this.

Anyone have any advice? How would I get my program to interact with the web in that sense? And how would I get it do do the actions I need?
"The quieter you become, the more you are able to hear"
--- Backtrack FTW
Post Reply