Space Simulator Reborn | GUI

MADE BY IxLUCASSxI

FEATURE:

  • GUI
  • .
  • https://www.roblox.com/games/8818978508/2M-EVENT-Space-Simulator-Reborn

SCRIPT:

-- Create By Lulu ;)
pcall(function() game:GetService("CoreGui").ShouxLibGui:Destroy() end)
local ShouxLib = loadstring(game:HttpGetAsync("https://pastebin.com/raw/aWJeXMN3"))()
local main = ShouxLib:new("Space Simulator Reborn", Color3.fromRGB(25, 25, 25), Color3.fromRGB(192, 0, 199));
main:newBtn("AutoToolFarm", function(stat)--Equip Tool Before Execute
   _G.autoEnergy = stat
   while _G.autoEnergy do wait()
      if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate()
end
end
end)
main:newBtn("AutoSell-jump", function(stat)--kinda buggy
   _G.autoSell = stat
   while _G.autoSell do wait()
     local sell = game.workspace.SellPlace.SellPlacePart
sell.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true
end
end)
main:newBind("Hide Gui", function() game:GetService("CoreGui").ShouxLibGui.Enabled = not game:GetService("CoreGui").ShouxLibGui.Enabled; end, Enum.KeyCode.X);
ShouxLib:SetCategory(main);

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!