Lokko Self Tapping Screws for Bell Plug Puller (3 sizes)
:root { --sts-dark:#141414; --sts-ink:#25211f; --sts-muted:#5a544d; --sts-accent:#9a4d02; --sts-cream:#f8f6f1; --sts-line:#e1ddd5; --sts-red:#c0392b; --sts-blue:#2563b6; --sts-yell ow:#c89a14; } .sts-page { color:var(--sts-ink); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; font-size:16px; line-height:1.7; } .sts-page * { box-sizing:border-box; } .sts-trust { align-items:center; background:var(--sts-dark); border-radius:8px; color:#fff; display:flex; flex-wrap:wrap; font-size:15px; font-weight:700; gap:8px 22px; justify-content:center; margin:0 0 28px; padding:14px 18px; } .sts-trust span::before { color:#d98d33; content:"\2713"; font-weight:900; margin-right:8px; } .sts-hero { background:linear-gradient(135deg,#101010 0%,#1f1f1f 60%,#3c2a17 100%); border-radius:10px; color:#fff; margin-bottom:28px; overflow:hidden; padding:38px 32px; } .sts-badge { background:var(--sts-accent); border-radius:999px; color:#fff; display:inline-block; font-size:11px; font-weight:800; letter-spacing:1px; margin-bottom:16px; padding:7px 13px; text-transform:uppercase; } .sts-hero h2 { color:#fff; font-size:clamp(29px,5vw,43px); line-height:1.08; margin:0 0 16px; max-width:760px; } .sts-hero p { color:rgba(255,255,255,.85); margin:0 0 22px; max-width:760px; } .sts-stats { display:grid; gap:10px; grid-template-columns:repeat(4,minmax(84px,1fr)); max-width:660px; } .sts-stat { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); border-radius:8px; padding:12px; text-align:center; } .sts-stat strong { color:#fff; display:block; font-size:21px; line-height:1; } .sts-stat span { color:rgba(255,255,255,.72); display:block; font-size:12px; margin-top:6px; } .sts-figure { margin:0 0 28px; } .sts-shot { background:var(--sts-cream); border:1px solid var(--sts-line); border-radius:10px; display:block; height:auto; width:100%; } .sts-shotcap { color:var(--sts-muted); font-size:15px; margin:10px 4px 0; text-align:center; } .sts-media2 { align-items:center; display:grid; gap:26px; grid-template-columns:1fr 1fr; } .sts-media2 .sts-shot { margin:0; } .sts-section { border-top:1px solid var(--sts-line); padding:38px 0; } .sts-kicker { color:var(--sts-accent); font-size:12px; font-weight:800; letter-spacing:1.2px; margin-bottom:8px; text-transform:uppercase; } .sts-section h3 { color:var(--sts-dark); font-size:clamp(22px,4vw,30px); line-height:1.2; margin:0 0 16px; } .sts-section p { color:var(--sts-muted); margin:0 0 16px; } .sts-steps { counter-reset:sts; display:grid; gap:14px; grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:8px; } .sts-step { background:linear-gradient(180deg,#fff,var(--sts-cream)); border:1px solid var(--sts-line); border-radius:8px; padding:20px 18px 18px; position:relative; } .sts-step::before { background:var(--sts-accent); border-radius:999px; color:#fff; content:counter(sts); counter-increment:sts; display:inline-flex; font-size:13px; font-weight:800; height:26px; align-items:center; justify-content:center; margin-bottom:10px; width:26px; } .sts-step h4 { color:var(--sts-dark); font-size:16px; margin:0 0 5px; } .sts-step p { font-size:16px; margin:0; } .sts-grid { display:grid; gap:18px; grid-template-columns:repeat(3,minmax(0,1fr)); } .sts-card { background:linear-gradient(180deg,#fff,var(--sts-cream)); border:1px solid var(--sts-line); border-radius:8px; padding:22px; } .sts-card h4 { color:var(--sts-dark); font-size:17px; margin:0 0 8px; } .sts-card p { font-size:16px; margin:0; } .sts-sizes { display:grid; gap:14px; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:6px; } .sts-size { border:1px solid var(--sts-line); border-radius:9px; overflow:hidden; } .sts-size .sts-band { color:#fff; font-weight:800; font-size:15px; letter-spacing:.5px; padding:9px 14px; text-transform:uppercase; } .sts-size .sts-body { background:#fff; padding:14px 16px; } .sts-size strong { color:var(--sts-dark); display:block; font-size:22px; line-height:1; } .sts-size span { color:var(--sts-muted); display:block; font-size:16px; margin-top:6px; } .sts-bred { background:var(--sts-red); } .sts-bblue { background:var(--sts-blue); } .sts-byel { background:var(--sts-yellow); } .sts-dark { background:var(--sts-dark); border-left:5px solid var(--sts-accent); border-radius:8px; color:#fff; margin:34px 0 0; padding:30px; } .sts-dark h3, .sts-dark p { color:#fff; } .sts-dark a { color:#f0b566; } .sts-features { display:grid; gap:14px; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:20px; } .sts-feature { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:7px; padding:16px; } .sts-feature strong { color:#fff; display:block; margin-bottom:4px; } .sts-feature span { color:rgba(255,255,255,.74); font-size:16px; } .sts-specs { border-collapse:collapse; font-size:16px; width:100%; } .sts-specs td { border-bottom:1px solid var(--sts-line); padding:13px 16px; vertical-align:top; } .sts-specs td:first-child { color:var(--sts-dark); font-weight:800; width:38%; } .sts-note { background:var(--sts-cream); border-left:4px solid var(--sts-accent); border-radius:0 8px 8px 0; color:var(--sts-muted); margin-top:24px; padding:22px 24px; } .sts-faq { margin:0 auto; max-width:820px; } .sts-faq div { border-bottom:1px solid var(--sts-line); padding:20px 0; } .sts-faq h4 { color:var(--sts-dark); font-size:17px; margin:0 0 8px; } .sts-faq p { margin:0; color:var(--sts-muted); } .sts-faq a { color:var(--sts-accent); } .sts-cta { background:linear-gradient(135deg,#1b1b1b,#101010); border-radius:10px; color:#fff; margin:38px 0 0; padding:34px 28px; text-align:center; } .sts-cta h3 { color:#fff; margin-bottom:10px; } .sts-cta p { color:rgba(255,255,255,.74); margin-left:auto; margin-right:auto; max-width:720px; } @media (max-width:768px) { .sts-stats, .sts-grid, .sts-features, .sts-media2, .sts-steps, .sts-sizes { grid-template-columns:1fr; } .sts-steps { grid-template-columns:repeat(2,1fr); } .sts-sizes { grid-template-columns:repeat(3,1fr); } .sts-trust { font-size:12px; } } Free US shipping over $49 30-day money-back guarantee 8,800+ store reviews Made in Germany Plug puller extraction screws Bite Into the Plug, Not Out of It A bell-type plug puller only works if its screw gets a firm, lasting grip in the keyway. These are Lokko self-tapping extraction screws: the bite-and-pull screws you thread into a lock cylinder so the puller can draw the plug straight out. Fifteen per pack in three colour-coded sizes, with a low-friction coating that lets them go in by hand. The next generation of pull-screws, built for plug-pullers instead of borrowed from the hardware drawer. 15screws per pack 3colour-coded sizes Selftapping, no drill SIT®20TORX20 compatible Fifteen screws, three sizes. The coloured band tells you which thickness you're reaching for at a glance. What this is for The screw is the part that actually grabs the lock A bell plug puller is the dent-puller of locksmithing. You anchor the bell over the face of the lock, thread a screw into the keyway or the plug face, then wind the puller down so it pulls the plug forward against the housing. Standard wood or machine screws strip, slip, or snap under that load. They were never made for it. Lokko pull screws are. The self-tapping point cuts its own thread as it goes, the aggressive thread geometry holds its grip while you crank, and the high tensile strength means the screw survives the pull instead of shearing inside the cylinder. That is the whole job: a screw that bites and stays bitten, so the puller can do its work on bypass and forced-entry openings, lock removals, and disassembly jobs where the key is gone. Self-tapping The point cuts its own thread, so no pre-drilling is needed. A pilot hole can make it easier, but it isn't required. Low-friction coating DeltaSeal® anti-friction coating means you can usually drive these in by hand. A little lubricant helps the thread bite cleanly. Built to take the load High tensile strength and a strong breaking load, with optimized thread geometry tuned for maximum retention while the puller pulls. How you'd use them Four steps from keyway to open plug Pick the size Match the screw to the keyway by colour. Start in the middle and step up if the bite feels loose. Thread it in Drive the self-tapping screw into the plug or keyway with a TORX20 bit. A drop of lube smooths the cut. Set the bell Seat the plug puller's bell over the lock face and engage the screw head with the puller jaw. Wind and pull Tighten the puller down. The thread holds while the plug draws forward and clears the housing. Three sizes Colour-coded so you grab the right one fast Five of each size in every pack, fifteen screws total. The coloured thread band is your size key, so on the bench or on a callout you reach straight for the right gauge instead of squinting at threads. Red 5.5 mmx5 · the heaviest bite for the widest keyways and toughest plugs. Blue 4.8 mmx5 · the mid-size workhorse, a sensible first try on most locks. Yellow 4.2 mmx5 · the finest gauge for tighter keyways and smaller plug faces. Five red, five blue, five yellow. A full set of bite sizes in one pack. See it in hand Small, sharp, and made to grip These are compact screws with a flat countersunk head and a fast-cutting self-tapping point. The SIT®20 drive is fully downward compatible with a standard TORX20 bit, so you drive them with a tool you almost certainly already own. The black finish carries an anti-corrosion coating, so a pack stays bench-ready in a kit roll or pouch rather than rusting between jobs. Made in Germany, with the kind of thread quality that holds its bite the first time. Build the kit Screws need a puller, a puller needs screws If you don't have the tool yet, the Lokko Lock Plug Puller Complete Set gives you the bell, the spanner, the plate, and a starter run of screws in one case. Already running a Multipick rig? The Multipick Bell-Type Professional Plug Puller Set is the pro-grade puller these threads were designed alongside. Either way, this pack is the consumable that keeps it working, since pull-screws get used up the more openings you do. Refill your rollFifteen fresh screws keep a plug puller fed across plenty of jobs. Three sizes readyRed, blue, and yellow cover wide, mid, and tight keyways out of one pack. No drill neededSelf-tapping point means you can work straight from the keyway. Drives with TORX20SIT®20 head takes a bit that's already in your driver kit. Details What's in the pack Brand Lokko What you get 15 self-tapping extraction screws (pull-screws) Sizes 5.5 mm (red) x5, 4.8 mm (blue) x5, 4.2 mm (yellow) x5 Colour coding One band colour per diameter for fast selection Thread Self-tapping, optimized geometry for maximum retention Coating DeltaSeal® low-friction coat plus anti-corrosion finish Drive SIT®20 bit drive, fully downward compatible with TORX20 Strength High tensile strength and breaking load Origin Made in Germany Made for Bell-type plug pullers used in lock removal and emergency entry Compact pull-screws shown against a ruler. Sized for keyways, not the toolbox. The real buying reason is grip under load: a screw made to bite a lock plug and hold while a bell puller pulls, instead of a hardware-store screw that strips or snaps mid-job. FAQ Questions buyers usually ask What exactly is a plug puller screw? It's the self-tapping screw you thread into a lock plug or keyway so a bell-type plug puller has something to grip. Wind the puller down and it draws the plug forward and out. This pack is that consumable, the part that bites the lock. Do I need a plug puller as well? Yes, these screws work as a set with a bell plug puller. If you don't have one, start with the Lokko Lock Plug Puller Complete Set and keep this pack on hand as refills. How many screws come in a pack, and what sizes? Fifteen total: five red 5.5 mm, five blue 4.8 mm, and five yellow 4.2 mm. The colour band tells you the diameter at a glance. Do I have to pre-drill? No. The point is self-tapping and cuts its own thread, so no pre-drilling is needed. A pilot hole can make it easier on harder material if you want one. What driver do I use? An SIT®20 bit, which is fully downward compatible with a standard TORX20. The low-friction coating means you can often start them by hand and a little lubricant helps the thread bite. Why not just use normal screws? Ordinary screws strip and shear under the force a plug puller applies. These use optimized thread geometry and high tensile steel so they hold their grip and survive the pull. That's the difference between one clean extraction and a screw stuck in the cylinder. Bring your plug puller into the 21st century Self-tapping, anti-friction, and built around a thread designed for the pull. Keep fifteen Lokko extraction screws in the kit and your bell puller is ready for the next plug that needs to come out.
More you might like
Related
Lokko Self Tapping Screws for Bell Plug Puller (3 sizes)
Related
Cup Washer, On Self-Tapping Screws, Cup Washer, On Self-Tapp
Related
Champion Fasteners Self Tapping Screws (Self Tapping Screws/
Related