The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Build and Sail script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 14



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  local DiscordLib =
  2.     loadstring(game:HttpGet "https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/discord")()
  3.  
  4. local win = DiscordLib:Window("rbxscript.com | Hello ".. game.Players.LocalPlayer.Name)
  5.  
  6. local serv = win:Server("rbxscript.com", "")
  7.  
  8. local AutoFarming = serv:Channel("Main")
  9.  
  10. AutoFarming:Button(
  11.     "AUTO FARM",
  12.     function()
  13. local string_1 = "BuyBox";
  14. local string_2 = "Crate";
  15. local number_1 = -99991;
  16. local Target = game:GetService("Players").LocalPlayer.Inventory
  17. Target:InvokeServer(string_1, string_2, number_1);
  18.     end
  19. )
  20.  
  21. AutoFarming:Button(
  22.     "by Terni#9174",
  23.     function()
  24.  
  25.     end
  26. )