ADVERTISEMENTREMOVE ADS
Game icon

Script βœ…

Script preview thumbnail
Script Preview

Description

  • Auto farm

Script maded by:

Discord: richard.sh

Features:

  • Auto Farm
ADVERTISEMENTREMOVE ADS
26 Lines β€’ 994 Bytes
Raw
if game.Players.LocalPlayer.Backpack:FindFirstChild("Weight") then
game.Players.LocalPlayer.Backpack.Weight.Parent = game.Players.LocalPlayer.Character
end
if game.Players.LocalPlayer.Backpack:FindFirstChild("Drink") then
game.Players.LocalPlayer.Backpack.Drink.Parent = game.Players.LocalPlayer.Character
end
if game.Players.LocalPlayer.Backpack:FindFirstChild("Combat") then
game.Players.LocalPlayer.Backpack.Combat.Parent = game.Players.LocalPlayer.Character
end
if not _G.running then
_G.running = true
game:GetService("RunService").Heartbeat:Connect(function()
if _G.running then
if game.Players.LocalPlayer.Character:FindFirstChild("Weight") then
game.Players.LocalPlayer.Character.Weight:Activate()
end
if game.Players.LocalPlayer.Character:FindFirstChild("Drink") then
game.Players.LocalPlayer.Character.Drink:Activate()
end
end
end)
end
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
Wa

Love this script

1
0
ADVERTISEMENTREMOVE ADS