Advertisement
Mil_Dev

Untitled

Nov 16th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Frame_2 = Instance.new("Frame")
  4. local ImageLabel = Instance.new("ImageLabel")
  5. local TextLabel = Instance.new("TextLabel")
  6. local ScrollingFrame = Instance.new("ScrollingFrame")
  7. local Multi = Instance.new("TextButton")
  8. local Range = Instance.new("TextButton")
  9. local Rebirth = Instance.new("TextButton")
  10. local Cordinates = Instance.new("TextButton")
  11. local Speed = Instance.new("TextButton")
  12. local Btools = Instance.new("TextButton")
  13. local closeperm = Instance.new("TextButton")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local TextLabel_4 = Instance.new("TextLabel")
  17. local Open = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Frame.Parent = ScreenGui
  25. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  26. Frame.BorderSizePixel = 0
  27. Frame.Position = UDim2.new(0.462685496, 0, 0.32441476, 0)
  28. Frame.Size = UDim2.new(0.277615607, 0, 0.361254215, 0)
  29.  
  30. Frame_2.Parent = Frame
  31. Frame_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  32. Frame_2.BorderSizePixel = 0
  33. Frame_2.Position = UDim2.new(0, 0, -0.000655060459, 0)
  34. Frame_2.Size = UDim2.new(0.999303281, 0, 0.107000001, 0)
  35.  
  36. ImageLabel.Parent = Frame_2
  37. ImageLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  38. ImageLabel.BackgroundTransparency = 1
  39. ImageLabel.BorderSizePixel = 0
  40. ImageLabel.Position = UDim2.new(0.00984529965, 0, 0.0681819767, 0)
  41. ImageLabel.Size = UDim2.new(0.0459414497, 0, 0.90625, 0)
  42. ImageLabel.Image = "rbxgameasset://Images/image0"
  43.  
  44. TextLabel.Parent = Frame_2
  45. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  46. TextLabel.BackgroundTransparency = 1
  47. TextLabel.Position = UDim2.new(0.301426172, 0,
  48. 0.0644470826, 0)
  49. TextLabel.Size = UDim2.new(0, 200, 0, 28)
  50. TextLabel.Font = Enum.Font.GothamBold
  51. TextLabel.Text = "Halloween Simulator Gui"
  52. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  53. TextLabel.TextSize = 14
  54.  
  55. ScrollingFrame.Parent = Frame
  56. ScrollingFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  57. ScrollingFrame.BorderSizePixel = 0
  58. ScrollingFrame.Position = UDim2.new(0.820688486, 0, 0.137916699, 0)
  59. ScrollingFrame.Size = UDim2.new(0.165999994, 0, 0.720000029, 0)
  60.  
  61. Multi.Name = "Multi"
  62. Multi.Parent = ScrollingFrame
  63. Multi.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  64. Multi.BorderSizePixel = 0
  65. Multi.Position = UDim2.new(0.141762123, 0, 0.0206875149, 0)
  66. Multi.Size = UDim2.new(0, 75, 0, 26)
  67. Multi.Font = Enum.Font.SourceSans
  68. Multi.Text = "Collect"
  69. Multi.TextColor3 = Color3.new(1, 1, 1)
  70. Multi.TextSize = 14
  71. Multi.MouseButton1Down:connect(function()
  72. game.Players.LocalPlayer.CollectMulti.Value = 10000000000000
  73. end)
  74.  
  75. Range.Name = "Range"
  76. Range.Parent = ScrollingFrame
  77. Range.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  78. Range.BorderSizePixel = 0
  79. Range.Position = UDim2.new(0.141762123, 0, 0.0810260996, 0)
  80. Range.Size = UDim2.new(0, 75, 0, 26)
  81. Range.Font = Enum.Font.SourceSans
  82. Range.Text = "Range"
  83. Range.TextColor3 = Color3.new(1, 1, 1)
  84. Range.TextSize = 14
  85. Range.MouseButton1Down:connect(function()
  86. game.Players.LocalPlayer.Range.Value = 10000000000000
  87. end)
  88.  
  89. Rebirth.Name = "Rebirth"
  90. Rebirth.Parent = ScrollingFrame
  91. Rebirth.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  92. Rebirth.BorderSizePixel = 0
  93. Rebirth.Position = UDim2.new(0.141762123, 0, 0.144812599, 0)
  94. Rebirth.Size = UDim2.new(0, 75, 0, 26)
  95. Rebirth.Font = Enum.Font.SourceSans
  96. Rebirth.Text = "Rebirth"
  97. Rebirth.TextColor3 = Color3.new(1, 1, 1)
  98. Rebirth.TextSize = 14
  99. Rebirth.MouseButton1Down:connect(function()
  100. while true do
  101. wait(1)
  102. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2610.36304, 65.9198151, 158.125229)
  103. end
  104. end)
  105.  
  106. Cordinates.Name = "Cordinates"
  107. Cordinates.Parent = ScrollingFrame
  108. Cordinates.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  109. Cordinates.BorderSizePixel = 0
  110. Cordinates.Position = UDim2.new(0.141762123, 0, 0.268937707, 0)
  111. Cordinates.Size = UDim2.new(0, 75, 0, 26)
  112. Cordinates.Font = Enum.Font.SourceSans
  113. Cordinates.Text = "Cordinates "
  114. Cordinates.TextColor3 = Color3.new(1, 1, 1)
  115. Cordinates.TextSize = 14
  116. Cordinates.MouseButton1Down:connect(function()
  117. loadstring(game:HttpGet("https://pastebin.com/raw/wS1d9HbM", true))()
  118. end)
  119.  
  120. Speed.Name = "Speed"
  121. Speed.Parent = ScrollingFrame
  122. Speed.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  123. Speed.BorderSizePixel = 0
  124. Speed.Position = UDim2.new(0.141762123, 0, 0.2051512, 0)
  125. Speed.Size = UDim2.new(0, 75, 0, 26)
  126. Speed.Font = Enum.Font.SourceSans
  127. Speed.Text = "Speed"
  128. Speed.TextColor3 = Color3.new(1, 1, 1)
  129. Speed.TextSize = 14
  130. Speed.MouseButton1Down:connect(function()
  131. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  132. end)
  133.  
  134. Btools.Name = "Btools"
  135. Btools.Parent = ScrollingFrame
  136. Btools.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  137. Btools.BorderSizePixel = 0
  138. Btools.Position = UDim2.new(0.141762123, 0, 0.336172134, 0)
  139. Btools.Size = UDim2.new(0, 75, 0, 26)
  140. Btools.Font = Enum.Font.SourceSans
  141. Btools.Text = "Btools"
  142. Btools.TextColor3 = Color3.new(1, 1, 1)
  143. Btools.TextSize = 14
  144. Btools.MouseButton1Down:connect(function()
  145. Instance.new("HopperBin",game.Players.LocalPlayer.Backpack).BinType = "Hammer"
  146. end)
  147.  
  148. closeperm.Name = "close perm"
  149. closeperm.Parent = Frame
  150. closeperm.BackgroundColor3 = Color3.new(1, 1, 1)
  151. closeperm.BackgroundTransparency = 1
  152. closeperm.Position = UDim2.new(0.830680192, 0, -0.0300000012, 0)
  153. closeperm.Size = UDim2.new(0.289435595, 0, 0.166666672,
  154. 0)
  155. closeperm.Font = Enum.Font.SourceSansBold
  156. closeperm.Text = "X"
  157. closeperm.TextColor3 = Color3.new(1, 1, 1)
  158. closeperm.TextSize = 14
  159. closeperm.TextWrapped = true
  160.  
  161. TextLabel_2.Parent = Frame
  162. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  163. TextLabel_2.BackgroundTransparency = 1
  164. TextLabel_2.BorderSizePixel = 0
  165. TextLabel_2.Position = UDim2.new(-0.0125506734, 0, 0.855084002, 0)
  166. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  167. TextLabel_2.Font = Enum.Font.GothamSemibold
  168. TextLabel_2.Text = "Gui made by Mil#7075"
  169. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  170. TextLabel_2.TextSize = 14
  171.  
  172. TextLabel_3.Parent = Frame
  173. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  174. TextLabel_3.BackgroundTransparency = 1
  175. TextLabel_3.BorderSizePixel = 0
  176. TextLabel_3.Position = UDim2.new(0.00941300485, 0, 0.110333465, 0)
  177. TextLabel_3.Size = UDim2.new(0, 142, 0, 54)
  178. TextLabel_3.Font = Enum.Font.GothamSemibold
  179. TextLabel_3.Text = "Join Discord for the exploit. More scripts will be released there."
  180. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  181. TextLabel_3.TextScaled = true
  182. TextLabel_3.TextSize = 14
  183. TextLabel_3.TextWrapped = true
  184.  
  185. TextLabel_4.Parent = Frame
  186. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  187. TextLabel_4.BackgroundTransparency = 1
  188. TextLabel_4.BorderSizePixel = 0
  189. TextLabel_4.Position = UDim2.new(0.00941300485, 0, 0.293073237, 0)
  190. TextLabel_4.Size = UDim2.new(0, 142, 0, 38)
  191. TextLabel_4.Font = Enum.Font.GothamSemibold
  192. TextLabel_4.Text = "https://discord.gg/ZaCj4xA Dm Mil#7075 if invite is expired."
  193. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  194. TextLabel_4.TextScaled = true
  195. TextLabel_4.TextSize = 14
  196. TextLabel_4.TextWrapped = true
  197.  
  198. Open.Name = "Open"
  199. Open.Parent = ScreenGui
  200. Open.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  201. Open.BorderSizePixel = 0
  202. Open.Position = UDim2.new(0.940063775, 0, 0.949832797, 0)
  203. Open.Size = UDim2.new(0, 56, 0, 30)
  204. Open.Font = Enum.Font.GothamSemibold
  205. Open.Text
  206. = "Open"
  207. Open.TextColor3 = Color3.new(1, 1, 1)
  208. Open.TextSize = 14
  209.  
  210. -- Scripts:
  211.  
  212. local function AYBXYR_fake_script() -- TextLabel.LocalScript
  213. local script = Instance.new('LocalScript', TextLabel)
  214.  
  215. while true do
  216. for a = 1,360,1 do wait(.01)
  217. script.Parent.TextColor3 = Color3.fromHSV(a/360,1,1)
  218. end
  219. end
  220. end
  221. coroutine.wrap(AYBXYR_fake_script)()
  222. local function RCZDFJ_fake_script() -- closeperm.LocalScript
  223. local script = Instance.new('LocalScript', closeperm)
  224.  
  225. script.Parent.MouseButton1Click:Connect(function()
  226. script.Parent.Parent.Visible = false
  227. end)
  228. end
  229. coroutine.wrap(RCZDFJ_fake_script)()
  230. local function FUEU_fake_script() -- ScreenGui.Move Frame
  231. local script = Instance.new('LocalScript', ScreenGui)
  232.  
  233. frame = script.Parent.Frame
  234. frame.Draggable = true
  235. frame.Active = true
  236. frame.Selectable = true
  237. end
  238. coroutine.wrap(FUEU_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement