Site icon

The Ultimate Script for Broom Training For Roblox

The Ultimate Script for Broom Training For Roblox (1)

The Ultimate Script for Broom Training For Roblox (1)

If you play Broom Training on Roblox and want to collect wins quickly without much effort, you’re going to love this! Today, I’m sharing a simple and powerful script that can get you tons of wins in just a few seconds. No need for hard work or complicated setups. Let’s dive into it!

01. Auto Wins Script by baksff

This script is made to automatically give you wins in the Broom Training game. It’s fast, simple, and works perfectly without needing a special key.

Features

Feature Description
Auto Wins Collects wins without playing manually
Adjustable Delay You can change how fast it works
No Key Needed Open source, no key system required
Tested on Works on Hydrogen-M (MacOS)

Script:

--// getgenv
getgenv().autowins = false -- true = work | false = not work
getgenv().delay = .3 -- delay for while loop

--// Services
local ReplicatedStorage = game:GetService("ReplicatedStorage")

--// Variables
local GameEvent = ReplicatedStorage.Event.RemoteEvent.CToS.Game

--// Functions
local function autoFarmWins()
    GameEvent.CStartRace:FireServer()
    task.wait()
    GameEvent.CGiveUpRace:FireServer()

    for i = 1, 16, 1 do
        GameEvent.CGetRaceWins:FireServer(string.format("Wins_%d", i), 0)
    end
end

while autowins do task.wait(delay)
    autoFarmWins()
end

How to Use the Script?

  • Get an Executor – First, you need a Roblox executor like Hydrogen-M, especially if you’re on MacOS.
  • Open Broom Training – Launch the game on Roblox.
  • Paste the Script – Copy the script provided above and paste it into your executor.
  • Set autowins to true – Before running, make sure to change getgenv().autowins = false to true.
  • Run the Script – Hit the execute button, and watch yourself get wins super fast!

What Are the Benefits of Using This Script?

Using this script makes it super easy to farm wins without any effort. Instead of playing each race and trying hard to win, the script does everything for you in just a few seconds. It’s great if you want to level up fast or show off your stats to friends. Plus, because it’s open source, you don’t need to waste time dealing with keys or complicated logins.

Also, the adjustable delay feature lets you control the speed depending on how safe you want to play. It’s tested on MacOS with Hydrogen-M, but it might work on other executors too if you want to try!

Exit mobile version