Space Sailors Autofarm

Script Credit :- evannik23
Features

Space Sailors Autofarm

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

if game.GameId~=1722988797 then error("this isnt space sailors code wont run") return end local http=game:GetService("HttpService") if not game:IsLoaded() then game.Loaded:Wait() end local Init=game:HttpGet('https://raw.githubusercontent.com/Nikev2/SpaceSailors/main/InitAutoFarm.lua') local FileName="SS.JSON" local AutoFarm if not isfile(FileName) then loadstring(Init)()----Loads Files end local Lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/7yhx/kwargs_Ui_Library/main/source.lua"))() local MainData local a=readfile(FileName) local data=http:JSONDecode(a) MainData=data AutoFarm=MainData.AutoFarm function SaveData() local data=http:JSONEncode(MainData) delfile(FileName) writefile(FileName,data) MainData=http:JSONDecode(readfile(FileName)) end local UI = Lib:Create{ Theme = "Dark", -- or any other theme Size = UDim2.new(0, 555, 0, 400) -- default } local Main = UI:Tab{ Name = "Space Sailors" } local Divider = Main:Divider{ Name = "Auto Farm" } local QuitDivider = Main:Divider{ Name = "Quit" } local autofarm=Divider:Toggle{ Name="Auto Farm", Description="if you slide it to disabled make sure to rejoin the game to prevent it from spamming", State=AutoFarm, Callback=function(state) if state then MainData.AutoFarm=true SaveData() else MainData.AutoFarm=false SaveData() end loadstring(Init)() end } local Quit = QuitDivider:Button{ Name = "Close Ui", Callback = function() UI:Quit{ Message = "Destroyed", -- closing message Length = 1 -- seconds the closing message shows for } end }

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors