Created by Z33N#4452
Features:
- EDITOR AUTO FARM
- AUTO FEED SD
- AUTO COLLECT
_G.editorAutoFarm = true;
print("script made by z33n#4012")
while _G.editorAutoFarm == true do
local args = {
[1] = "REPLACE ME", --replace with coords of your editor, (you can see with simplespy)
[2] = "Editor"
}
game:GetService("ReplicatedStorage").FreshFunctions.AddSD:FireServer(unpack(args))
local args = {
[1] = "REPLACE ME", --replace with coords of your editor, (you can see with simplespy)
[2] = "Editor"
}
game:GetService("ReplicatedStorage").FreshFunctions.Collect:FireServer(unpack(args))
wait(.500)
end
- GET COORDS FOR YOUR EDITOR
--use this to get coords of ur editor
loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()
ENJOY!