I took bits from best open and closed sourced bots and made this simple bot.
Please star my repo if this contribution helped you ! Its FREEE !
** CREDIT CARD INFORMATION IS NOT USED. BOT WILL ALSO RUN WITHOUT CVV INFORMATION; just not do FINAL CHECKOUT
Please Join Support & FAQ Discord if you have questions.
BestBuy Bot is an Add to cart and Auto Checkout Bot. This auto buying bot can search an item repeatedly on the item page using one keyword. Once the desired item is available it can add to cart and checkout very fast. This auto purchasing BestBuy Bot can work on Firefox Browser so it can run in all Operating Systems. It can run for multiple items simultaneously.
"Running a bot can increase your success chances only ; but does not guarantee that you will successfully cart each time. If you do not agree, then please do not use this code."
I built this in response to the severe tech scalping situation that's happening right now. Almost every tech product that's coming out right now is being instantly brought out by scalping groups and then resold at at insane prices. $699 GPUs are being listed for $1700 on eBay, and these scalpers are buying 40 carts while normal consumers can't get a single one. Preorders for the PS5 are being resold for nearly $1000. My take on this is that if I release a bot that anyone can use, for free, then the number of items that scalpers can buy goes down and normal consumers can buy items for MSRP. If everyone is botting, then no one is botting.
https://www.bestbuy.com/
in your browserSince BestBuy has queue system for when GPU/Consoles drop, testing bot is impossible outside the actual drop. Its recommended to run the bot during/before the drop as drops occurs in waves over few mins to hours.
const ITEM_KEYWORD= "3060";
const CREDITCARD_CVV = "***";
TESTMODE = "No"
will purchase the item.const TESTMODE = "Yes"
const SMS_DIGITS = "****"
This tool is designed to multitask. That means, it can run in many tabs simultaneously, if there is a ITEM_KEYWORD
overlap.
If there is no ITEM_KEYWORD
overlap. You will need to create a new copy of script for each ITEM_KEYWORD
.
Please make sure your CART is empty.
After updating variables and enabling the script in Tampermonkey, go to the your favourite GPU page in BestBuy.
If the Title of GPU has ITEM_KEYWORD
, it will add the item to cart and checkout. If item is out of stock it will keep on refreshing every 5 seconds.
Please use TESTMODE = "Yes"
to test with an item already in stock.
* MAJOR CHANGE: BOT ONLY WORKS FOR CHROME NOW (Version 2.5 and older are all browser compatible)
* Bot will now extract queue time from NS extension
* QUEUE_TIME_CUTOFF will keep requesting better queue times until target value is reached
* NEW_QUEUE_TIME_DELAY is delay in seconds between requesting new queue times.
* Status Bar is 75px fixed
* Status Bar now shows more information
* Since BB asks for verifying account sometimes. Alert will help so that you dont miss checkout.
* MAX_RETRIES will be deprecated in future.
Please Wait
functionality should still work if layer we added is not activated.This project is licensed under the MIT License - see the LICENSE.md file for details