ADVERTISEMENTREMOVE ADS
Game icon

Togglable Freeze Spammer [OPEN SOURCE]

[UPD] Blade Ball
2 years ago
Script preview thumbnail
Script Preview

Description

This is an Open Source Blade Ball Freeze Spammer Feel Free to Modify it

* Requires The Ability Freeze
Also just to let you know this only works if ur in the game playing not in lobby

Features:

  • Taggable Freezer Spammer
ADVERTISEMENTREMOVE ADS
24 Lines • 665 Bytes
Verified
Raw
local UserInputService = game:GetService("UserInputService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local sus = false
local function toggleSus()
sus = not sus
if sus then
print("Freeze Spammer is enabled")
while sus do
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Freeze"):FireServer()
wait()
end
else
print("Freeze Spammer is disabled")
end
end
UserInputService.InputBegan:Connect(function(input, gameProcessed)
if not gameProcessed and input.KeyCode == Enum.KeyCode.B then
toggleSus()
end
end)
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS