FurkingBoi

donut

May 1st, 2020
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local DonutBakery = Instance.new("ScreenGui")
  7. local DonutBakeryLife = Instance.new("Frame")
  8. local InfWheat = Instance.new("TextButton")
  9. local InfWood = Instance.new("TextButton")
  10. local InfIron = Instance.new("TextButton")
  11. local DonutBakeryGui = Instance.new("TextLabel")
  12. local InfMoney = Instance.new("TextButton")
  13. local AutoRebirth = Instance.new("TextButton")
  14. local Close = Instance.new("TextButton")
  15. local Open = Instance.new("Frame")
  16. local OpenGui = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. DonutBakery.Name = "Donut Bakery"
  21. DonutBakery.Parent = game.CoreGui
  22.  
  23. DonutBakeryLife.Name = "Donut Bakery Life"
  24. DonutBakeryLife.Parent = DonutBakery
  25. DonutBakeryLife.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  26. DonutBakeryLife.BackgroundTransparency = 0.500
  27. DonutBakeryLife.Position = UDim2.new(0.296183199, 0, 0.40239045, 0)
  28. DonutBakeryLife.Size = UDim2.new(0, 267, 0, 192)
  29. DonutBakeryLife.Visible = false
  30. DonutBakeryLife.Active = true
  31. DonutBakeryLife.Draggable = false
  32.  
  33. InfWheat.Name = "Inf Wheat"
  34. InfWheat.Parent = DonutBakeryLife
  35. InfWheat.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  36. InfWheat.BackgroundTransparency = 0.500
  37. InfWheat.Position = UDim2.new(0, 0, 0.183235869, 0)
  38. InfWheat.Size = UDim2.new(0, 120, 0, 31)
  39. InfWheat.Font = Enum.Font.SourceSans
  40. InfWheat.Text = "InfWheat"
  41. InfWheat.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. InfWheat.TextSize = 14.000
  43. InfWheat.MouseButton1Down:Connect(function()
  44. game.Workspace.DiamondStoreEvents.AddMoney:FireServer(math.huge,"Wheat")
  45. end)
  46.  
  47. InfWood.Name = "Inf Wood"
  48. InfWood.Parent = DonutBakeryLife
  49. InfWood.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  50. InfWood.BackgroundTransparency = 0.500
  51. InfWood.Position = UDim2.new(0.550561786, 0, 0.183235869, 0)
  52. InfWood.Size = UDim2.new(0, 120, 0, 31)
  53. InfWood.Font = Enum.Font.SourceSans
  54. InfWood.Text = "InfWood"
  55. InfWood.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. InfWood.TextSize = 14.000
  57. InfWood.MouseButton1Down:Connect(function()
  58. game.Workspace.DiamondStoreEvents.AddMoney:FireServer(math.huge,"Wood")
  59. end)
  60.  
  61. InfIron.Name = "Inf Iron"
  62. InfIron.Parent = DonutBakeryLife
  63. InfIron.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  64. InfIron.BackgroundTransparency = 0.500
  65. InfIron.Position = UDim2.new(0.550561786, 0, 0.459192246, 0)
  66. InfIron.Size = UDim2.new(0, 120, 0, 31)
  67. InfIron.Font = Enum.Font.SourceSans
  68. InfIron.Text = "InfIron"
  69. InfIron.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. InfIron.TextSize = 14.000
  71. InfIron.MouseButton1Down:Connect(function()
  72. game.Workspace.DiamondStoreEvents.AddMoney:FireServer(math.huge,"Iron")
  73. end)
  74.  
  75. DonutBakeryGui.Name = "Donut Bakery Gui"
  76. DonutBakeryGui.Parent = DonutBakeryLife
  77. DonutBakeryGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  78. DonutBakeryGui.BackgroundTransparency = 0.500
  79. DonutBakeryGui.Size = UDim2.new(0, 267, 0, 18)
  80. DonutBakeryGui.Font = Enum.Font.SourceSans
  81. DonutBakeryGui.Text = "Script Creator:bjkefe2"
  82. DonutBakeryGui.TextColor3 = Color3.fromRGB(0, 0, 0)
  83. DonutBakeryGui.TextSize = 14.000
  84.  
  85. InfMoney.Name = "Inf Money"
  86. InfMoney.Parent = DonutBakeryLife
  87. InfMoney.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  88. InfMoney.BackgroundTransparency = 0.500
  89. InfMoney.Position = UDim2.new(0, 0, 0.459192246, 0)
  90. InfMoney.Size = UDim2.new(0, 120, 0, 31)
  91. InfMoney.Font = Enum.Font.SourceSans
  92. InfMoney.Text = "InfMoney"
  93. InfMoney.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. InfMoney.TextSize = 14.000
  95. InfMoney.MouseButton1Down:Connect(function()
  96. game.Workspace.DiamondStoreEvents.AddCash:FireServer(math.huge)
  97. end)
  98.  
  99. AutoRebirth.Name = "Auto Rebirth"
  100. AutoRebirth.Parent = DonutBakeryLife
  101. AutoRebirth.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  102. AutoRebirth.BackgroundTransparency = 0.500
  103. AutoRebirth.Position = UDim2.new(0.273408234, 0, 0.733673215, 0)
  104. AutoRebirth.Size = UDim2.new(0, 120, 0, 31)
  105. AutoRebirth.Font = Enum.Font.SourceSans
  106. AutoRebirth.Text = "AutoRebirth"
  107. AutoRebirth.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. AutoRebirth.TextSize = 14.000
  109. AutoRebirth.MouseButton1Down:Connect(function()
  110. while true do
  111. wait()
  112. game.Workspace.DiamondStoreEvents.Rebirth:FireServer()
  113. end
  114. end)
  115.  
  116. Close.Name = "Close"
  117. Close.Parent = DonutBakeryLife
  118. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  119. Close.BackgroundTransparency = 0.500
  120. Close.Position = UDim2.new(0.82397002, 0, -0.000701745332, 0)
  121. Close.Size = UDim2.new(0, 47, 0, 18)
  122. Close.Font = Enum.Font.SourceSans
  123. Close.Text = "X"
  124. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. Close.TextSize = 14.000
  126. Close.MouseButton1Down:Connect(function()
  127. DonutBakeryLife.Visible = false
  128. Open.Visible = true
  129. end)
  130.  
  131. Open.Name = "Open"
  132. Open.Parent = DonutBakery
  133. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  134. Open.BackgroundTransparency = 0.500
  135. Open.Position = UDim2.new(0, 0, 0.631474137, 0)
  136. Open.Size = UDim2.new(0, 85, 0, 35)
  137.  
  138. OpenGui.Name = "OpenGui"
  139. OpenGui.Parent = Open
  140. OpenGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  141. OpenGui.BackgroundTransparency = 0.500
  142. OpenGui.Size = UDim2.new(0, 85, 0, 35)
  143. OpenGui.Font = Enum.Font.SourceSans
  144. OpenGui.Text = "Open"
  145. OpenGui.TextColor3 = Color3.fromRGB(0, 0, 0)
  146. OpenGui.TextSize = 14.000
  147. OpenGui.MouseButton1Down:Connect(function()
  148. Open.Visible = false
  149. DonutBakeryLife.Visible = true
  150. end)
Add Comment
Please, Sign In to add comment