Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: ComboCracker

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    53
    Posts
    141,447
    Blog Entries
    3209
    Rep Power
    50

    NDS ComboCracker

    BassAceGold has posted a new entry into the Dream Coding Grand Prix Coding Competition, heres the release details:

    Heres an app i made that can crack the three digit combination locks that we use in my school. By entering the last digit of the
    combination it can mathimaticly calculate the rest of the combination and narrow it down to 100 combinations to try on the lock. The instructions in the zip contains the info on how to get the last digit.
    Not every combination has to be entered correctly for the lock to open therefor not every combination is listed. This has only been tested on a Master Lock Combination Lock and works.

    Download at the release thread --> http://www.dcemu.co.uk/vbulletin/showthread.php?t=36158

  2. #2
    The Filipino Guy kcajblue's Avatar
    Join Date
    Aug 2006
    Location
    Somewhere in California...
    Age
    34
    Posts
    4,233
    Rep Power
    127

    Default

    i tested it with my lock. and when i put in the last digit. the right combination didnt show up.

  3. #3

    Default

    Not every combination has to be entered correctly for the lock to open therefor not every combination is listed.

  4. #4
    DCEmu Regular
    Join Date
    Jan 2006
    Posts
    487
    Rep Power
    0

    Default

    ...umm.. yeah. Okay. O_o Why do I need a program to tell me what numbers are possible on the lock? There's nothing mystical here, actually.

    I have a 3 combo. lock. Each number can be 0-9, 10 numbers each. That means that the number of possible combinations is 10^3, or 1000. By knowing one number (why does the programmer assume we know one number?), this means it because only two things to find out, or 10^2, 100. Simple math can do this for you. o_O Then, don't be an idiot and you can try all of them yourself without having a program tell you. Do it in order.

    Not to belittle the author, sorry if it sounds that way, but.. I'm curious what this is other than a program that takes 10^2, lists all the numbers, and adds the number we provide to the end. ^^;

  5. #5

    Default

    Cloud nailed it. Theres nothing special about this program that using 2 seconds of thought can't provide you with.

    Eliminating one digit of a three digit combo leaves you with a two digit combo. Of course the combination will end up being somewhere between 00 and 99 when disregarding the third number. Of COURSE theres 100 possibilities. Just as how knowing two numbers would result in a single digit code, and only ten different possibilities.

    This is basic math. No, this is basic common sense.

  6. #6
    DCEmu Legend dejkirkby's Avatar
    Join Date
    Feb 2006
    Age
    45
    Posts
    2,632
    Rep Power
    101

    Default

    I said exactly the same thing in the other thread about this program.

  7. #7
    Dream Coder
    Join Date
    Apr 2004
    Location
    Miami, FL
    Age
    38
    Posts
    4,675
    Rep Power
    50

    Default

    Um... no, it's not only 1000 combos. He mistakenly called it a '3 digit' lock as opposed to a '3 number' lock. It's one of those locks that you turn it and stop at 3 numbers from 0-39 going from right to left, passing over the numbers first two times, then one time, then stopping on it.

    The number of combinations is 40^3. If this were to actually narrow it down to 100 combinations, that would be really close.
    If anyone is looking to buy, sell, trade games and support a developer directly at the same time, consider joining Goozex. Enjoy!

  8. #8
    DCEmu Legend dejkirkby's Avatar
    Join Date
    Feb 2006
    Age
    45
    Posts
    2,632
    Rep Power
    101

    Default

    Then I apologise for saying it's useless.

  9. #9

    Default

    Sorry for the confusion, the lock that this cracker is used for is the type quzar described. Those "3 numbered" combination locks have 64 000 different combinations and my program narrows it down to 100.
    Just to be sure here is a pick of the type of lock that this was ment for http://www.cynical-c.com/archives/bl...cs/padlock.jpg

  10. #10
    DCEmu Legend dejkirkby's Avatar
    Join Date
    Feb 2006
    Age
    45
    Posts
    2,632
    Rep Power
    101

    Default

    That's a big difference then. Props to you!!

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •