Description
What This Script Does
This script automates almost everything in the Roblox game BBQ It. It helps you cook meat automatically, sell to NPCs, buy rare items from shops as soon as they are in stock, control your character’s movement, and save all your settings. The interface is made with WindUI (credits to Footagesus).
How It Works – Plain Explanation
BBQ Automation (Main Tab)
Auto Cook (Perfect)
The script constantly looks at your cooking area. When it sees an empty grill, it takes a raw piece of meat from your inventory and places it on the grill. While the meat is cooking, the script watches its state (raw → cooking → perfect). As soon as the meat becomes “Perfect”, it picks it up automatically. This repeats for every grill.
Auto Plate
After meat is cooked, the script looks for empty plates on your lot. It takes any cooked meat from your inventory and places it onto those plates. You don’t have to do anything.
Auto Sell (NPC)
When an NPC walks up and makes an offer to buy your meat, the script automatically accepts the offer after a short random delay (so it looks natural). You never have to click “accept”.
Instant Prompts
All on‑screen interaction prompts (like “Hold E to cook”) become instant – you just tap the button instead of holding it.
Shop Auto‑Buy (Meat Shop & Totem Shop)
You first select which meats or totems you want from a multi‑select dropdown. Only limited‑stock items appear there; common unlimited items have separate one‑click buttons.
The script monitors stock in two ways. First, it asks the server for current stock every 1.5 to 2 seconds. Second, it listens for real‑time “stock update” events sent by the server. Whenever a restock happens, the script reacts immediately.
Why it never spams buys
Before buying, the script always checks if the stock is greater than zero. If an item is out of stock, it does nothing. After successfully buying an item, a short cooldown (0.8 seconds for meat, 1.5 seconds for totems) is applied to that specific item. Even if more stock appears during that cooldown, the script will not buy it again until the cooldown ends. This prevents sending dozens of purchase requests in a short time.
Restock alerts
Whenever any meat or totem gains new stock (for example, from 0 to 3), the script shows a notification telling you exactly what was restocked and by how much.
Player Controls
You can adjust your character’s walkspeed, jump power, the world’s gravity, and the time of day using simple sliders. You can also enable infinite jump (jump in mid‑air) and noclip (walk through walls). There are buttons to rejoin the game or spoof your walkspeed and jump power to avoid anti‑cheat.
Config Manager
All your settings – which toggles are on, slider values, and which meats/totems you selected – are saved to a file on your computer (if your executor supports file saving). You can create multiple configurations (for example, “fast farming” or “afk setup”) and switch between them. The script automatically loads your last used settings when it starts.
Misc Tab
This tab lets you load the Infinite Yield admin script (a popular cheat command list) and enables an anti‑AFK feature so you never get kicked for being idle. It also shows a credit line for WindUI.
Credits: WindUI UI library by Footagesus – https://github.com/Footagesus/WindUI

Comments
No comments yet
Be the first to share your thoughts!