Created by Demonsn0wman#4346
Features:
- UNLOCK ALL
- AUTO CLICKER
SCRIPTS: [2]
UNLOCK ALL:
for i,v in pairs(game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart:GetDescendants()) do
if v.ClassName == "BoolValue" then
v.Value = true
end
end
AUTO CLICKER
-- Don't Execute Twice or you'll be banned
-- Don't Execute Twice or you'll be banned
-- Don't Execute Twice or you'll be banned
-- Don't Execute Twice or you'll be banned
-- Don't Execute Twice or you'll be banned
for i = 1,280 do -- Change 280 to anything higher than the current amount of clicks needed
game:GetService("ReplicatedStorage").RemoteCalls.GameSpecific.Capture.DecreaseClicksLeft:InvokeServer()
end