Islands Script | AUTO HARVEST, REPLANT & MINE ROCK – 100 CARROT/MIN – EASY AFK FARM

424616697f2308df28016b04465056ce-2040534075.jpg

Created by Megumint

Features:

  • AUTO HARVEST
  • REPLANT
  • & MINE ROCK
_G.Enable = true
_G.Harvest = true
_G.Replant = true
_G.MineRock = true

wait(.5)
local Client = game.Players.LocalPlayer
local NetManaged = game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged
function Harvest(plant,replant)
   task.spawn(function()
       NetManaged.CLIENT_HARVEST_CROP_REQUEST:InvokeServer({
           ["player"] = Client,
           ["player_tracking_category"] = "join_from_web",
           ["model"] = plant
       })
           if replant then
           NetManaged.CLIENT_BLOCK_PLACE_REQUEST:InvokeServer({
               upperBlock = false,
               cframe = plant.CFrame,
               player_tracking_category = "join_from_web",
               blockType = plant.Name
           })
       end
   end)
end
function DamageBlock(block)
   if not block:FindFirstChild("Health") then return end
   local Norm = Client.Character:GetPrimaryPartCFrame()
   local Part
   Part = block:FindFirstChild("trunk") or block:FindFirstChild("RockStage") and block[block.RockStage.Value]
   task.spawn(function()
       NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer({
           player_tracking_category = "join_from_web",
           part = Part,
           block = block,
           norm = Norm,
           pos = block.Position - Norm.p
       })
   end)
end
while _G.Enable and wait(.25) do
   for i,v in pairs(workspace.Islands:GetChildren()[1].Blocks:GetChildren()) do
       local Distance = Client:DistanceFromCharacter(v.Position)
       if Distance < 30 then
           local Harvestable = v:FindFirstChild("Harvestable",true)
           local RockStage = v:FindFirstChild("RockStage",true)
           if Harvestable and Harvestable.Value and _G.Harvest then
               Harvest(v,_G.Replant)
               -- wait(.15)
           end
           if RockStage and _G.MineRock then
               DamageBlock(v)
               -- wait(.15)
           end
       end
   end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service