Advertisement
Upscalefanatic3

BROLY Simulator GUI(Amazing Autofarm)

Jan 28th, 2019
963
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. -- https://www.roblox.com/games/2606486961/FIXES-NEW-BROLY-Simulator
  2.  
  3.  
  4.  
  5.  
  6. --Made by lolresi pl0x vouchhhh
  7. --read thread description
  8. wait()
  9.  
  10. game:GetService("StarterGui"):SetCore("SendNotification",{
  11. Title = "Successfully executed!",
  12. Text = "Broly Simulator Destroyer is ready to use. Remember to vouch plzz!",
  13. Duration = 6,
  14. })
  15.  
  16. -- Instances:
  17. local BrolySimulatorDestroyer = Instance.new("ScreenGui")
  18. local Frame = Instance.new("ImageLabel")
  19. local X = Instance.new("TextButton")
  20. local topbar = Instance.new("Frame")
  21. local title = Instance.new("TextLabel")
  22. local pinkB = Instance.new("TextLabel")
  23. local buttonframe = Instance.new("ImageLabel")
  24. local credit = Instance.new("TextLabel")
  25. local Farm = Instance.new("TextButton")
  26. local dragon = Instance.new("TextButton")
  27. local soon = Instance.new("TextLabel")
  28. --Properties:
  29. BrolySimulatorDestroyer.Name = "BrolySimulatorDestroyer"
  30. BrolySimulatorDestroyer.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31. BrolySimulatorDestroyer.ResetOnSpawn = false
  32.  
  33. Frame.Name = "Frame"
  34. Frame.Parent = BrolySimulatorDestroyer
  35. Frame.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  36. Frame.BackgroundTransparency = 1
  37. Frame.Position = UDim2.new(0.0490118563, 0, 0.24304539, 0)
  38. Frame.Size = UDim2.new(0, 456, 0, 274)
  39. Frame.Image = "rbxassetid://2260429633"
  40. Frame.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  41. Frame.ScaleType = Enum.ScaleType.Slice
  42. Frame.SliceCenter = Rect.new(12, 12, 13, 13)
  43. Frame.Active = true
  44. Frame.Selectable = true
  45. pcall(function()
  46. Frame.Draggable = true
  47. end)
  48.  
  49. X.Name = "X"
  50. X.Parent = Frame
  51. X.BackgroundColor3 = Color3.new(1, 1, 1)
  52. X.BackgroundTransparency = 1
  53. X.BorderSizePixel = 0
  54. X.Position = UDim2.new(0.889416516, 0, -0.105898194, 0)
  55. X.Size = UDim2.new(0, 50, 0, 41)
  56. X.ZIndex = 3
  57. X.Font = Enum.Font.SourceSansLight
  58. X.Text = "X"
  59. X.TextColor3 = Color3.new(1, 0, 0)
  60. X.TextScaled = true
  61. X.TextSize = 14
  62. X.TextWrapped = true
  63.  
  64. topbar.Name = "topbar"
  65. topbar.Parent = Frame
  66. topbar.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  67. topbar.BorderSizePixel = 0
  68. topbar.Position = UDim2.new(0, 0, -0.124167725, 0)
  69. topbar.Size = UDim2.new(0, 456, 0, 46)
  70.  
  71. title.Name = "title"
  72. title.Parent = Frame
  73. title.BackgroundColor3 = Color3.new(1, 1, 1)
  74. title.BackgroundTransparency = 1
  75. title.Position = UDim2.new(0.085027054, 0, -0.106678322, 0)
  76. title.Size = UDim2.new(0, 303, 0, 50)
  77. title.Font = Enum.Font.SourceSansLight
  78. title.Text = "roly Simulator Destroyer DEMO"
  79. title.TextColor3 = Color3.new(1, 1, 1)
  80. title.TextScaled = true
  81. title.TextSize = 14
  82. title.TextWrapped = true
  83.  
  84. pinkB.Name = "pinkB"
  85. pinkB.Parent = Frame
  86. pinkB.BackgroundColor3 = Color3.new(1, 1, 1)
  87. pinkB.BackgroundTransparency = 1
  88. pinkB.Position = UDim2.new(0.0256795567, 0, -0.124910496, 0)
  89. pinkB.Size = UDim2.new(0, 40, 0, 50)
  90. pinkB.Font = Enum.Font.SourceSansLight
  91. pinkB.Text = "B"
  92. pinkB.TextColor3 = Color3.new(1, 0.333333, 0.498039)
  93. pinkB.TextScaled = true
  94. pinkB.TextSize = 14
  95. pinkB.TextWrapped = true
  96.  
  97. buttonframe.Name = "buttonframe"
  98. buttonframe.Parent = Frame
  99. buttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
  100. buttonframe.BackgroundTransparency = 1
  101. buttonframe.Position = UDim2.new(0.0850270614, 0, 0.0831187442, 0)
  102. buttonframe.Size = UDim2.new(0, 378, 0, 205)
  103. buttonframe.Image = "rbxassetid://2260429633"
  104. buttonframe.ImageColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  105. buttonframe.ScaleType = Enum.ScaleType.Slice
  106. buttonframe.SliceCenter = Rect.new(12, 12, 13, 13)
  107.  
  108. credit.Name = "credit"
  109. credit.Parent = Frame
  110. credit.BackgroundColor3 = Color3.new(1, 1, 1)
  111. credit.BackgroundTransparency = 1
  112. credit.Position = UDim2.new(0.0850270614, 0, 0.856825352, 0)
  113. credit.Size = UDim2.new(0, 378, 0, 28)
  114. credit.Font = Enum.Font.SourceSansLight
  115. credit.Text = "made by lolresi/thosefryers#0513. Consider vouching?"
  116. credit.TextColor3 = Color3.new(1, 0.333333, 0.498039)
  117. credit.TextScaled = true
  118. credit.TextSize = 14
  119. credit.TextWrapped = true
  120.  
  121. Farm.Name = "Farm"
  122. Farm.Parent = Frame
  123. Farm.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  124. Farm.Position = UDim2.new(0.278869331, 0, 0.160038888, 0)
  125. Farm.Size = UDim2.new(0, 200, 0, 50)
  126. Farm.Font = Enum.Font.GothamSemibold
  127. Farm.Text = "AutoFarm Power Level(OFF)"
  128. Farm.TextColor3 = Color3.new(0, 0, 0)
  129. Farm.TextScaled = true
  130. Farm.TextSize = 14
  131. Farm.TextWrapped = true
  132.  
  133. dragon.Name = "dragon"
  134. dragon.Parent = Frame
  135. dragon.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  136. dragon.Position = UDim2.new(0.278869331, 0, 0.408214092, 0)
  137. dragon.Size = UDim2.new(0, 200, 0, 50)
  138. dragon.Font = Enum.Font.GothamSemibold
  139. dragon.Text = "TP Dragon Ball Spawns"
  140. dragon.TextColor3 = Color3.new(0, 0, 0)
  141. dragon.TextScaled = true
  142. dragon.TextSize = 14
  143. dragon.TextWrapped = true
  144.  
  145. soon.Name = "soon"
  146. soon.Parent = Frame
  147. soon.BackgroundColor3 = Color3.new(1, 1, 1)
  148. soon.BackgroundTransparency = 1
  149. soon.Position = UDim2.new(0.0850270614, 0, 0.66339469, 0)
  150. soon.Size = UDim2.new(0, 378, 0, 46)
  151. soon.Font = Enum.Font.SourceSansLight
  152. soon.Text = "More coming soon!"
  153. soon.TextColor3 = Color3.new(1, 1, 0.498039)
  154. soon.TextScaled = true
  155. soon.TextSize = 14
  156. soon.TextWrapped = true
  157. -- Scripts:
  158. toggle = false
  159. local plr = game.Players.LocalPlayer
  160. local rplr = plr.Character
  161. local ev = game:GetService("ReplicatedStorage").Events.Combat
  162.  
  163. Farm.MouseButton1Click:Connect(function()
  164. if toggle == false then
  165. toggle = true
  166. Farm.Text = "AutoFarm Power Level(ON)"
  167. spawn(function()
  168. while true do
  169. if toggle ~= true then
  170. break
  171. else
  172. ev:FireServer("BrolyCombat")
  173. wait()
  174. end
  175. end
  176. end)
  177. elseif toggle == true then
  178. toggle = false
  179. Farm.Text = "AutoFarm Power Level(OFF)"
  180. end
  181. end)
  182.  
  183. X.MouseButton1Click:Connect(function()
  184. game:GetService("StarterGui"):SetCore("SendNotification",{
  185. Title = "Destroyer Gui",
  186. Text = "Thanks for using!",
  187. Duration = 6,
  188. })
  189. wait(0.5)
  190.  
  191. X.Parent.Parent:Destroy()
  192. end)
  193. local spawns = {
  194. workspace["1"],
  195. workspace["2"],
  196. workspace["3"],
  197. workspace["4"],
  198. workspace["5"],
  199. workspace["6"],
  200. workspace["7"],
  201. workspace["8"],
  202. workspace["9"],
  203. workspace["10"],
  204. }
  205. dragon.MouseButton1Click:Connect(function()
  206. game:GetService("StarterGui"):SetCore("SendNotification",{
  207. Title = "Destroyer Gui",
  208. Text = "TP'ing to all DB spawns...",
  209. Duration = 6,
  210. })
  211. for i = 1, #spawns do
  212. rplr.HumanoidRootPart.CFrame = CFrame.new(spawns[i].Position)
  213. wait(1)
  214. end
  215. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement