Posted on

UNLOCKING MASTER COMBINATION PADLOCKS

All lock picking content is for educational and informational use only.

FINDING THE LAST NUMBER

On older Master Locks, ones where the arrow at the top is raised, simply
pull on the shackle and turn the dial until it catches, that’s the third
number in the combination.

On new locks with the recessed arrow, there are twelve places the dial will
catch if you turn it while pulling on the shackle. Seven of these will catch
between two numbers – ignore these. Find the five that catch on a number.
Four of these will end in the same digit, like 1, 11, 21, and 31. The fifth
ends with a different digit, and is the third number in the combination.

FINDING THE FIRST & SECOND NUMBER

Using the last number, locate it in the “last number chart” below to see
which table to use to find the possible first and second numbers. Try each
of the number combinations until the lock opens. Here’s an example…

If the last number is 31 then you must use Table C according to the chart.
That means you must try the following combinations (see Try-Out Tables):

3 – 1 – 31
3 – 5 – 31
3 – 9 – 31
3 – 13 – 31
etc…
3 – 37 – 31
7 – 1 – 31
7 – 5 – 31
7 – 9 – 31
7 – 13 – 31
etc…
7 – 37 – 31
11 – 1 – 31
11 – 5 – 31
11 – 9 – 31
etc…
39 – 37 – 31

LAST NUMBER CHART

TRY-OUT COMBINATION TABLES

For those who care… (and yes, the last line in the table above was added).

Derived Formula:

input “Enter Last Number :”, LastNumber
FirstNumber = LastNumber MOD 4 + abs(LastNumber MOD 4 = 0) * 4
SecondNumber = (LastNumber + 2) MOD 4 + abs((LastNumber + 2) MOD 4) * 4
for i = 0 to 36 step 4
print (FirstNumber+i)abs(FirstNumber+i<40),(SecondNumber+i)abs
(SecondNumber+i<40)
next

You might also be interested in an Impressioning Manuel.