ADVERTISEMENTREMOVE ADS
Game icon

Free UGC | Auto Press

Button Hell
1 year ago
Script preview thumbnail
Script Preview

Description

The script itself presses the buttons

Features:

  • Auto Pressing Button
ADVERTISEMENTREMOVE ADS
13 Lines • 439 Bytes
Verified
Raw
local buttons = workspace.Buttons
local plr = game.Players.LocalPlayer.Character
for _,v in pairs(buttons:GetDescendants()) do
if v:IsA("Part") and v.Color ~= Color3.new(170, 85, 0) then
plr.HumanoidRootPart.CFrame = v.CFrame
wait(.3)
fireclickdetector(v.ClickDetector)
end
end
for _,v in pairs(getconnections(game:GetService("Players").LocalPlayer.Idled)) do
v:Disable()
end
-- Bac0nH1ckOff
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
al

estimated time to finish this shit?

0
0
Bo

@alexa no clue

0
0
ADVERTISEMENTREMOVE ADS