Advertisement
Lucas_Gauer

Untitled

Oct 6th, 2020 (edited)
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local HaloowenSimulator = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local Frame = Instance.new("Frame")
  7. local Egg = Instance.new("TextButton")
  8. local bestarea = Instance.new("TextButton")
  9. local Costume = Instance.new("TextButton")
  10. local stats = Instance.new("TextButton")
  11. local powerups = Instance.new("TextButton")
  12. local TextButton = Instance.new("TextButton")
  13. local TextButton_2 = Instance.new("TextButton")
  14. local TextButton_3 = Instance.new("TextButton")
  15. local TextButton_4 = Instance.new("TextButton")
  16. local TextButton_5 = Instance.new("TextButton")
  17. local eggbox = Instance.new("TextBox")
  18. local chestbox = Instance.new("TextBox")
  19.  
  20. --Properties:
  21.  
  22. HaloowenSimulator.Name = "Haloowen Simulator"
  23. HaloowenSimulator.Parent = game.CoreGui
  24. HaloowenSimulator.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. MainFrame.Name = "MainFrame"
  27. MainFrame.Parent = HaloowenSimulator
  28. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. MainFrame.Position = UDim2.new(0.254716992, 0, 0.639999986, 0)
  30. MainFrame.Size = UDim2.new(0, 300, 0, 33)
  31. MainFrame.Active = true
  32. MainFrame.Draggable = true
  33.  
  34. TextLabel.Parent = MainFrame
  35. TextLabel.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  36. TextLabel.Size = UDim2.new(0, 300, 0, 33)
  37. TextLabel.Font = Enum.Font.SourceSans
  38. TextLabel.Text = "Halloween Simulator"
  39. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  40. TextLabel.TextScaled = true
  41. TextLabel.TextSize = 14.000
  42. TextLabel.TextWrapped = true
  43.  
  44. Frame.Parent = MainFrame
  45. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. Frame.Position = UDim2.new(0, 0, 0.912727296, 0)
  47. Frame.Size = UDim2.new(0, 300, 0, 150)
  48.  
  49. Egg.Name = "Egg"
  50. Egg.Parent = Frame
  51. Egg.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  52. Egg.Size = UDim2.new(0, 80, 0, 47)
  53. Egg.Font = Enum.Font.SourceSans
  54. Egg.Text = "Buy Egg"
  55. Egg.TextColor3 = Color3.fromRGB(255, 255, 255)
  56. Egg.TextScaled = true
  57. Egg.TextSize = 14.000
  58. Egg.TextWrapped = true
  59.  
  60. ---------------------[Fixed By Delvy]------------------
  61.  
  62. Egg.MouseButton1Click:Connect(function()
  63. local Open1 = "OpenEgg"
  64. local Egg = eggbox.Text
  65. game:GetService("ReplicatedStorage").NetworkEvents.RemoteFunction:InvokeServer(Open1, Egg)
  66. end)
  67.  
  68. -------------------------------------------------------
  69.  
  70. bestarea.Name = "bestarea"
  71. bestarea.Parent = Frame
  72. bestarea.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  73. bestarea.Position = UDim2.new(0.771729589, 0, 0, 0)
  74. bestarea.Size = UDim2.new(0, 69, 0, 47)
  75. bestarea.Font = Enum.Font.SourceSans
  76. bestarea.Text = "Best Area"
  77. bestarea.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. bestarea.TextScaled = true
  79. bestarea.TextSize = 14.000
  80. bestarea.TextWrapped = true
  81.  
  82. -------------------------------------------------------
  83.  
  84. bestarea.MouseButton1Click:Connect(function()
  85. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1908.8855, 26.9682407, -37.8044662))
  86. end)
  87.  
  88. -------------------------------------------------------
  89.  
  90. Costume.Name = "Costume"
  91. Costume.Parent = Frame
  92. Costume.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  93. Costume.Position = UDim2.new(0.26842767, 0, 0, 0)
  94. Costume.Size = UDim2.new(0, 73, 0, 47)
  95. Costume.Font = Enum.Font.SourceSans
  96. Costume.Text = "Buy Costume"
  97. Costume.TextColor3 = Color3.fromRGB(255, 255, 255)
  98. Costume.TextScaled = true
  99. Costume.TextSize = 14.000
  100. Costume.TextWrapped = true
  101.  
  102. ---------------------[Fixed By Delvy]------------------
  103.  
  104. Costume.MouseButton1Click:Connect(function()
  105. local Open = "OpenCostume"
  106. local Costume = chestbox.Text
  107. game:GetService("ReplicatedStorage").NetworkEvents.RemoteFunction:InvokeServer(Open, Costume.."Chest")
  108. end)
  109.  
  110. -------------------------------------------------------
  111. stats.Name = "stats"
  112. stats.Parent = Frame
  113. stats.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  114. stats.Position = UDim2.new(0.503301919, 0, 0, 0)
  115. stats.Size = UDim2.new(0, 79, 0, 47)
  116. stats.Font = Enum.Font.SourceSans
  117. stats.Text = "Stats(range, capacity, power)"
  118. stats.TextColor3 = Color3.fromRGB(255, 255, 255)
  119. stats.TextScaled = true
  120. stats.TextSize = 14.000
  121. stats.TextWrapped = true
  122.  
  123. -------------------------------------------------------
  124.  
  125. stats.MouseButton1Click:Connect(function()
  126. game:GetService("Players").LocalPlayer.Range.Value = 1000000
  127. game:GetService("Players").LocalPlayer.CollectingPower.Value = 1000000000000
  128. game:GetService("Players").LocalPlayer.Capacity.Value = 1000000000000000000000
  129. end)
  130.  
  131. -------------------------------------------------------
  132. powerups.Name = "powerups"
  133. powerups.Parent = Frame
  134. powerups.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  135. powerups.Position = UDim2.new(0.76886797, 0, 0.309333324, 0)
  136. powerups.Size = UDim2.new(0, 69, 0, 47)
  137. powerups.Font = Enum.Font.SourceSans
  138. powerups.Text = "PowerUps"
  139. powerups.TextColor3 = Color3.fromRGB(255, 255, 255)
  140. powerups.TextScaled = true
  141. powerups.TextSize = 14.000
  142. powerups.TextWrapped = true
  143.  
  144. -------------------------------------------------------
  145.  
  146. powerups.MouseButton1Click:Connect(function()
  147. while wait(5) do
  148. local plr = game.Players.LocalPlayer
  149. for i,v in pairs(game.Workspace.Interaction.PowerUps:GetChildren()) do
  150. if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("MeshPart") then
  151. v.CFrame = plr.Character.HumanoidRootPart.CFrame
  152. end
  153. end
  154. end
  155. end)
  156.  
  157. -------------------------------------------------------
  158.  
  159. TextButton.Parent = Frame
  160. TextButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  161. TextButton.Position = UDim2.new(0.766635239, 0, 0.622400105, 0)
  162. TextButton.Size = UDim2.new(0, 69, 0, 47)
  163. TextButton.Font = Enum.Font.SourceSans
  164. TextButton.Text = "Delete Gates"
  165. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  166. TextButton.TextScaled = true
  167. TextButton.TextSize = 14.000
  168. TextButton.TextWrapped = true
  169.  
  170.  
  171. -----------------------------------------------
  172. TextButton.MouseButton1Click:Connect(function()
  173. game.Workspace.Interaction.Gates:Destroy()
  174. end)
  175.  
  176.  
  177. TextButton_2.Parent = Frame
  178. TextButton_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  179. TextButton_2.Position = UDim2.new(0.273301899, 0, 0.622400105, 0)
  180. TextButton_2.Size = UDim2.new(0, 69, 0, 47)
  181. TextButton_2.Font = Enum.Font.SourceSans
  182. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  183. TextButton_2.TextScaled = true
  184. TextButton_2.Text = "High Amount of red candy"
  185. TextButton_2.TextSize = 14.000
  186. TextButton_2.TextWrapped = true
  187. TextButton_2.MouseButton1Click:Connect(function()
  188. a = require(game:GetService("ReplicatedStorage").Tables.CandyTable)
  189. a.CandyRed.Amount = 10000000000000
  190. end)
  191.  
  192. TextButton_3.Parent = Frame
  193. TextButton_3.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  194. TextButton_3.Position = UDim2.new(0, 0, 0.620000005, 0)
  195. TextButton_3.Size = UDim2.new(0, 80, 0, 47)
  196. TextButton_3.Font = Enum.Font.SourceSans
  197. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  198. TextButton_3.TextScaled = true
  199. TextButton_3.TextSize = 14.000
  200. TextButton_3.TextWrapped = true
  201.  
  202. TextButton_4.Parent = Frame
  203. TextButton_4.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  204. TextButton_4.Position = UDim2.new(0.503301799, 0, 0.622400105, 0)
  205. TextButton_4.Size = UDim2.new(0, 78, 0, 47)
  206. TextButton_4.Font = Enum.Font.SourceSans
  207. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  208. TextButton_4.TextScaled = true
  209. TextButton_4.TextSize = 14.000
  210. TextButton_4.TextWrapped = true
  211.  
  212. TextButton_5.Parent = Frame
  213. TextButton_5.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  214. TextButton_5.Position = UDim2.new(0.503301919, 0, 0.308000088, 0)
  215. TextButton_5.Size = UDim2.new(0, 78, 0, 47)
  216. TextButton_5.Font = Enum.Font.SourceSans
  217. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  218. TextButton_5.TextScaled = true
  219. TextButton_5.TextSize = 14.000
  220. TextButton_5.TextWrapped = true
  221.  
  222. eggbox.Name = "eggbox"
  223. eggbox.Parent = Frame
  224. eggbox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  225. eggbox.Position = UDim2.new(0, 0, 0.313333333, 0)
  226. eggbox.Size = UDim2.new(0, 80, 0, 46)
  227. eggbox.Font = Enum.Font.SourceSans
  228. eggbox.Text = "Egg Name"
  229. eggbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  230. eggbox.TextScaled = true
  231. eggbox.TextSize = 14.000
  232. eggbox.TextWrapped = true
  233.  
  234. chestbox.Name = "chestbox"
  235. chestbox.Parent = Frame
  236. chestbox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  237. chestbox.Position = UDim2.new(0.26842764, 0, 0.313333333, 0)
  238. chestbox.Size = UDim2.new(0, 69, 0, 46)
  239. chestbox.Font = Enum.Font.SourceSans
  240. chestbox.Text = "Chest Name"
  241. chestbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  242. chestbox.TextScaled = true
  243. chestbox.TextSize = 14.000
  244. chestbox.TextWrapped = true
  245.  
  246. -- DUDE SORT BETTER WHERE YOUR SCRIPTS ARE, BEFORE WAS MESSY AF. | DELVY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement