šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
1/16
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench
1/16

šŸ”„Buy 2 Free ShippingšŸ”„Bushcraft Settlers Tool Survival Hand Auger Wrench

$24.98
$48.90
Save $23.92
It's been recommended by 683 people on Facebook, Twitter and Instagram
Package - Buy 2 Free Shipping
Please select a package - buy 2 free shipping
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
Weight: 0kg
Barcode:

šŸ”„šŸ”„šŸ›’ 99.8% of customers are buying  2 or more.

Through the hardest of woods with ease.

EXCLUSIVELY SHARP: Our Bushcraft Settlers Tool is made of high-quality chromium -chrome Steel+Stainless Steel, extremely sturdy and durable. Advanced welding technology, won’t break off. 

 

The Bushcraft Settlers Tool Survival Hand Auger Wrench is a GAME CHANGING outdoors survival multitool for Survivalist, Homesteaders, Bushcrafters, Hikers or Campers. 

undefined

With this Bushcraft Survival Tool you can build anything from camping tools, to traps, to outdoor primitive shelters - even a settelers cabins with furniture - all with one lightweight and easy to carry bushcraft tool that has infinite uses! 

undefined

This scotch eye auger hand drill doesn't just make holes, but ALSO makes a peg the exact size to fit the drilled hole so you'll never run out of cordage again! This bushcrafting tool really shines for soft wood and green wood working projects.

Custom Peg Maker - What makes this hand wood auger unique is that the handle is tapered down to a sharp point that will cut a perfect inch diameter peg when pounded into the end of a tree branch,

Wood Auger Bit - The wood auger bit itself is made to drill a one inch hole that is the same diameter of the peg. It's made of high carbon steel and sharp right out of the box.

Thick Pass-through Handle - An additional design feature of the handle piece is that it is capable of passing a stick or branch all the way through it. This allows you to turn the auger with more leverage making its easier to drill out that perfect hole.

Split Leather Sheath - To top things off we even include a nicely stitched split leather sheath with a belt loop, keeping this unique tool well protected and always at the ready

How To Use

undefined

Step 1 - Find a stick a little larger than the peg-maker.

Step 2 - Using a large stick, hammer the peg-cutter into the branch.

Step 3 - Peel away the excess wood to reveal a perfect peg.

undefined

Step 4 -Pass another stick through the handle and drill out your hole,

Step 5 -Tap your peg into the drilled hole.

Step 6 -A perfect joint without the use of paracord.

undefined

Designed for camping, hunting, hiking, mountain climbing and outdoor adventure. Wherever You Go, Keep It Stay With You!

Customer questions & answers

Question: The Features & Details section states, "might be the most important piece of survival gear". On what basis do you make that claim?

Answer: This tool does both drilling and fitting of many projects. You dont need a drill or special tools to make the dowel to fit it. I have used it to make a wooden mallet with no other tools. It will make legs for a small table or a chair. The only limits on this tool are your imagination. It is truly a great tool to have. BTW I do not get paid for answering any questions.

 

Question: Does this product have its own guarantee of any kind?

Answer: Absolutely! We will gladly issue you a replacement or refund if you are unhappy for any reason at all.

 

Question: How well does it work for emergency trepanning on the battlefield?

Answer: It's worked for me the last many times I have used it.

šŸ’WHY USā“

We work directly with manufacturers all over the world to ensure the best quality of our products. We have Quality Control department which helps us to keep our promise!
  • šŸ”„Price is always competitive.
  • šŸ˜ŠAwesome Customer Service.
  • šŸ†Amazing products along with High Quality.
  • šŸ­Read reviews from our lovely customers.

šŸŒŽWorldwide Shippingāœˆ  

Please do note that shipping is insured. However, you may receive your items earlier. Tracking Numbers will ALWAYS be sent so you can track it every step of the way! Cool things are worth waiting for! šŸ˜‰

šŸ”’100% Risk-Free PurchasešŸ”„ 

If the product you received is damaged, don't worry. Just hit the Contact us button and send us a message, and we will make it right by offering you a replacement or refund. 100% Simple & Risk-Free process.

Our Warehouse

Please consider any holidays that might impact delivery times.Please consider the transportation methods and unexpected situations that may affect the delivery time.

HOW TO PAY

If you want to checkout with Credit Card. Please Click Paypal and Search for ‘Pay with Debit or Credit Card’
Enter your Payment details, your Billing Address, and your Contact Information.

OUR GUARANTEE

  • We take pride in our products as we believe they are amazing. However, we understand that buying things online can be daunting, especially for the first time, so we offer a 100% satisfaction guarantee.
  • If you don't have a positive experience for any reason, we will do whatever it takes to make sure you are 100% satisfied with your purchase.

Men's Wear