ADVERTISEMENTREMOVE ADS
Game icon

[Open Source] Auto Candy (Auto Trick Or Treat)

Script preview thumbnail
Script Preview

Description

Automatically Trick or Treats, Giving You Free Candy, Open Source, Feel Free To Edit!
Also Join Out Discord Server! https://dsc.gg/boatblitz

Features:

  • Auto Trick Or Treat
ADVERTISEMENTREMOVE ADS
14 Lines • 488 Bytes
Verified
Raw
getgenv().HalloweenFarm = true --// Change It To False To Stop.
spawn(function()
while task.wait(1) do
if HalloweenFarm == true then
for i, v in pairs(workspace.Houses:GetChildren()) do
firetouchinterest(v.Door.DoorInnerTouch, game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, 0)
end
else
game:GetService("Players").LocalPlayer.Character.Head:Destroy()
break
end
end
end)
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS