Advertisement
Guest User

Build a boat

a guest
Dec 18th, 2022
4,468
1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 1 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2. local Window = Library.CreateLib("Build A Boat V.3 OP Made By junear2554", "BloodTheme")
  3. -- Tabs
  4.  
  5. local Tab1 = Window:NewTab("Script 1")
  6. local Tab1Section = Tab1:NewSection("Quest Old")
  7.  
  8. -- Buttons/Windows/Idk
  9.  
  10. Tab1Section:NewButton("Fabbi Quest", "Loads in the fabbie boss (you need to be leader for this to work", function()
  11. workspace.QuestMakerEvent:FireServer(100)
  12. end)
  13.  
  14. Tab1Section:NewButton("gingerbread fight", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  15. workspace.QuestMakerEvent:FireServer(99)
  16. end)
  17.  
  18. Tab1Section:NewButton("Chirstmas fight", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  19. workspace.QuestMakerEvent:FireServer(101)
  20. end)
  21.  
  22. local Tab1 = Window:NewTab("Teleport game World")
  23. local Tab1Section = Tab1:NewSection("Teleport World Old")
  24.  
  25. Tab1Section:NewButton("Halloween Boss (Spider​ fight)​", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  26. game:GetService"TeleportService":Teleport(1930665568)
  27. end)
  28.  
  29. Tab1Section:NewButton("Chirstmas Wave (Boss​ fight)​", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  30. game:GetService"TeleportService":Teleport(1930866268)
  31. end)
  32.  
  33. local Tab1 = Window:NewTab("Misc")
  34. local Tab1Section = Tab1:NewSection("Misc")
  35.  
  36. Tab1Section:NewButton("Infinte yelid", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  37. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  38. end)
  39.  
  40. Tab1Section:NewButton("Auto Fram", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  41. local a,b,c = "juywvm","main","babft";loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/-Roblox-Projects-/%s/%s"):format(a, b, c)))()
  42. end)
  43.  
  44. Tab1Section:NewButton("Steal Build", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  45. loadstring(game:HttpGet("https://raw.githubusercontent.com/StenDirt/Trash-Game/main/Script.lua"))()
  46. end)
  47.  
  48. local Tab1 = Window:NewTab("Buy Chest")
  49. local Tab1Section = Tab1:NewSection("Buy Chest")
  50.  
  51. Tab1Section:NewButton("Common", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  52. local args = {
  53. [1] = "Common Chest",
  54. [2] = 1
  55. }
  56.  
  57. workspace.ItemBoughtFromShop:InvokeServer(unpack(args))
  58. end)
  59.  
  60. Tab1Section:NewButton("Uncommon Chest", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  61. local args = {
  62. [1] = "Uncommon Chest",
  63. [2] = 1
  64. }
  65.  
  66. workspace.ItemBoughtFromShop:InvokeServer(unpack(args))
  67. end)
  68.  
  69. Tab1Section:NewButton("Rare Chest", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  70. local args = {
  71. [1] = "Rare Chest",
  72. [2] = 1
  73. }
  74.  
  75. workspace.ItemBoughtFromShop:InvokeServer(unpack(args))
  76. end)
  77.  
  78. Tab1Section:NewButton("Legendary Chest", "Loads in the gingerbread Fight (you need to be leader for this to work", function()
  79. local args = {
  80. [1] = "Legendary Chest",
  81. [2] = 1
  82. }
  83.  
  84. workspace.ItemBoughtFromShop:InvokeServer(unpack(args))
  85. end)
  86.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement