Anonymouse10101

Ghost Simulator (Hacks) For Only This Day

May 4th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local GhostATrash = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Title = Instance.new("TextLabel")
  4. local Agility = Instance.new("TextButton")
  5. local _2xGems = Instance.new("TextButton")
  6. local _2xLuck = Instance.new("TextButton")
  7. local _2xRange = Instance.new("TextButton")
  8. local _70PetsBag = Instance.new("TextButton")
  9. local _2xTokens = Instance.new("TextButton")
  10. local QuickUnbox = Instance.new("TextButton")
  11. local Farm = Instance.new("TextLabel")
  12. local OPStuff = Instance.new("TextLabel")
  13. local BoardUnlock = Instance.new("TextButton")
  14. local MagnetUnlock = Instance.new("TextButton")
  15. local MoreStreams = Instance.new("TextButton")
  16. local BetterDrops = Instance.new("TextButton")
  17. local _2xPetsSlots = Instance.new("TextButton")
  18. local Start = Instance.new("TextButton")
  19. local Name = Instance.new("TextBox")
  20. local Close = Instance.new("TextButton")
  21. local Open = Instance.new("TextButton")
  22.  
  23. GhostATrash.Name = "GhostATrash"
  24. GhostATrash.Parent = game.CoreGui
  25. GhostATrash.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Frame.Parent = GhostATrash
  28. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  29. Frame.BorderSizePixel = 0
  30. Frame.Position = UDim2.new(0.370424598, 0, 0.358722359, 0)
  31. Frame.Size = UDim2.new(0, 350, 0, 257)
  32. Frame.Active = true
  33. Frame.Draggable = true
  34.  
  35. Title.Name = "Title"
  36. Title.Parent = Frame
  37. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  38. Title.BorderSizePixel = 0
  39. Title.Position = UDim2.new(0, 0, -0.00326858694, 0)
  40. Title.Size = UDim2.new(0, 349, 0, 29)
  41. Title.Font = Enum.Font.Cartoon
  42. Title.Text = "Ghost-A-Trash"
  43. Title.TextColor3 = Color3.new(1, 1, 1)
  44. Title.TextSize = 20
  45.  
  46. Agility.Name = "Agility"
  47. Agility.Parent = Frame
  48. Agility.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  49. Agility.BorderSizePixel = 0
  50. Agility.Position = UDim2.new(0.362606257, 0, 0.232036948, 0)
  51. Agility.Size = UDim2.new(0, 95, 0, 31)
  52. Agility.Font = Enum.Font.Cartoon
  53. Agility.Text = "Agility"
  54. Agility.TextColor3 = Color3.new(1, 1, 1)
  55. Agility.TextSize = 17
  56. Agility.MouseButton1Click:connect (function ()
  57.     game.Players.LocalPlayer.Stats.AppliedPasses.Agility.Value = true
  58. end)
  59.  
  60. _2xGems.Name = "2x Gems"
  61. _2xGems.Parent = Frame
  62. _2xGems.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  63. _2xGems.BorderSizePixel = 0
  64. _2xGems.Position = UDim2.new(0.362606257, 0, 0.356020689, 0)
  65. _2xGems.Size = UDim2.new(0, 95, 0, 31)
  66. _2xGems.Font = Enum.Font.Cartoon
  67. _2xGems.Text = "2x Gems"
  68. _2xGems.TextColor3 = Color3.new(1, 1, 1)
  69. _2xGems.TextSize = 17
  70. _2xGems.MouseButton1Click:connect (function ()
  71.     game.Players.LocalPlayer.Stats.AppliedPasses.DoubleGems.Value = true
  72. end)
  73.  
  74. _2xLuck.Name = "2x Luck"
  75. _2xLuck.Parent = Frame
  76. _2xLuck.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  77. _2xLuck.BorderSizePixel = 0
  78. _2xLuck.Position = UDim2.new(0.362606257, 0, 0.476113379, 0)
  79. _2xLuck.Size = UDim2.new(0, 95, 0, 31)
  80. _2xLuck.Font = Enum.Font.Cartoon
  81. _2xLuck.Text = "2x Luck"
  82. _2xLuck.TextColor3 = Color3.new(1, 1, 1)
  83. _2xLuck.TextSize = 17
  84. _2xLuck.MouseButton1Click:connect (function ()
  85.     game.Players.LocalPlayer.Stats.AppliedPasses.DoubleLuck.Value = true
  86. end)
  87.  
  88. _2xRange.Name = "2x Range"
  89. _2xRange.Parent = Frame
  90. _2xRange.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  91. _2xRange.BorderSizePixel = 0
  92. _2xRange.Position = UDim2.new(0.362606198, 0, 0.835149765, 0)
  93. _2xRange.Size = UDim2.new(0, 95, 0, 31)
  94. _2xRange.Font = Enum.Font.Cartoon
  95. _2xRange.Text = "2x Range"
  96. _2xRange.TextColor3 = Color3.new(1, 1, 1)
  97. _2xRange.TextSize = 17
  98. _2xRange.MouseButton1Click:connect (function ()
  99.     game.Players.LocalPlayer.Stats.AppliedPasses.DoubleRange.Value = true
  100. end)
  101.  
  102. _70PetsBag.Name = "70+ Pets Bag"
  103. _70PetsBag.Parent = Frame
  104. _70PetsBag.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  105. _70PetsBag.BorderSizePixel = 0
  106. _70PetsBag.Position = UDim2.new(0.660080969, 0, 0.235398114, 0)
  107. _70PetsBag.Size = UDim2.new(0, 95, 0, 31)
  108. _70PetsBag.Font = Enum.Font.Cartoon
  109. _70PetsBag.Text = "70+ Pets Bag"
  110. _70PetsBag.TextColor3 = Color3.new(1, 1, 1)
  111. _70PetsBag.TextSize = 17
  112. _70PetsBag.MouseButton1Click:connect (function ()
  113.     game.Players.LocalPlayer.Stats.AppliedPasses.MorePetStorage.Value = true
  114. end)
  115.  
  116. _2xTokens.Name = "2x Tokens"
  117. _2xTokens.Parent = Frame
  118. _2xTokens.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  119. _2xTokens.BorderSizePixel = 0
  120. _2xTokens.Position = UDim2.new(0.362606257, 0, 0.596206069, 0)
  121. _2xTokens.Size = UDim2.new(0, 95, 0, 31)
  122. _2xTokens.Font = Enum.Font.Cartoon
  123. _2xTokens.Text = "2x Tokens"
  124. _2xTokens.TextColor3 = Color3.new(1, 1, 1)
  125. _2xTokens.TextSize = 17
  126. _2xTokens.MouseButton1Click:connect (function ()
  127.     game.Players.LocalPlayer.Stats.AppliedPasses.DoubleTokens.Value = true
  128. end)
  129.  
  130. QuickUnbox.Name = "Quick Unbox"
  131. QuickUnbox.Parent = Frame
  132. QuickUnbox.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  133. QuickUnbox.BorderSizePixel = 0
  134. QuickUnbox.Position = UDim2.new(0.660080969, 0, 0.355490804, 0)
  135. QuickUnbox.Size = UDim2.new(0, 95, 0, 31)
  136. QuickUnbox.Font = Enum.Font.Cartoon
  137. QuickUnbox.Text = "Quick Unbox"
  138. QuickUnbox.TextColor3 = Color3.new(1, 1, 1)
  139. QuickUnbox.TextSize = 17
  140. QuickUnbox.MouseButton1Click:connect (function ()
  141.     game.Players.LocalPlayer.Stats.AppliedPasses.QuickUnbox.Value = true
  142. end)
  143.  
  144. Farm.Name = "Farm"
  145. Farm.Parent = Frame
  146. Farm.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Farm.BackgroundTransparency = 99
  148. Farm.BorderSizePixel = 9
  149. Farm.Position = UDim2.new(0.106618047, 0, 0.127953023, 0)
  150. Farm.Size = UDim2.new(0, 64, 0, 24)
  151. Farm.Font = Enum.Font.Cartoon
  152. Farm.Text = "Farm"
  153. Farm.TextColor3 = Color3.new(1, 0.858824, 0.52549)
  154. Farm.TextSize = 20
  155.  
  156. OPStuff.Name = "OP Stuff"
  157. OPStuff.Parent = Frame
  158. OPStuff.BackgroundColor3 = Color3.new(1, 1, 1)
  159. OPStuff.BackgroundTransparency = 99
  160. OPStuff.BorderSizePixel = 9
  161. OPStuff.Position = UDim2.new(0.517212987, 0, 0.127953023, 0)
  162. OPStuff.Size = UDim2.new(0, 64, 0, 24)
  163. OPStuff.Font = Enum.Font.Cartoon
  164. OPStuff.Text = "OP Stuff"
  165. OPStuff.TextColor3 = Color3.new(1, 0.858824, 0.52549)
  166. OPStuff.TextSize = 20
  167.  
  168. BoardUnlock.Name = "Board Unlock"
  169. BoardUnlock.Parent = Frame
  170. BoardUnlock.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  171. BoardUnlock.BorderSizePixel = 0
  172. BoardUnlock.Position = UDim2.new(0.660080969, 0, 0.475583494, 0)
  173. BoardUnlock.Size = UDim2.new(0, 95, 0, 31)
  174. BoardUnlock.Font = Enum.Font.Cartoon
  175. BoardUnlock.Text = "Board Unlock"
  176. BoardUnlock.TextColor3 = Color3.new(1, 1, 1)
  177. BoardUnlock.TextSize = 17
  178. BoardUnlock.MouseButton1Click:connect (function ()
  179.     game.Players.LocalPlayer.Stats.BoardsUnlocked.Value = true
  180. end)
  181.  
  182. MagnetUnlock.Name = "Magnet Unlock"
  183. MagnetUnlock.Parent = Frame
  184. MagnetUnlock.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  185. MagnetUnlock.BorderSizePixel = 0
  186. MagnetUnlock.Position = UDim2.new(0.660080969, 0, 0.595676184, 0)
  187. MagnetUnlock.Size = UDim2.new(0, 95, 0, 31)
  188. MagnetUnlock.Font = Enum.Font.Cartoon
  189. MagnetUnlock.Text = "Magnet Unlock"
  190. MagnetUnlock.TextColor3 = Color3.new(1, 1, 1)
  191. MagnetUnlock.TextSize = 15
  192. MagnetUnlock.MouseButton1Click:connect (function ()
  193.     game.Players.LocalPlayer.Stats.MagnetismUnlocked.Value = true
  194. end)
  195.  
  196. MoreStreams.Name = "More Streams"
  197. MoreStreams.Parent = Frame
  198. MoreStreams.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  199. MoreStreams.BorderSizePixel = 0
  200. MoreStreams.Position = UDim2.new(0.660080969, 0, 0.716298759, 0)
  201. MoreStreams.Size = UDim2.new(0, 95, 0, 31)
  202. MoreStreams.Font = Enum.Font.Cartoon
  203. MoreStreams.Text = "More Streams"
  204. MoreStreams.TextColor3 = Color3.new(1, 1, 1)
  205. MoreStreams.TextSize = 16
  206. MoreStreams.MouseButton1Click:connect (function ()
  207.     game.Players.LocalPlayer.Stats.MultiStreamUnlocked.Value = true
  208. end)
  209.  
  210. BetterDrops.Name = "Better Drops"
  211. BetterDrops.Parent = Frame
  212. BetterDrops.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  213. BetterDrops.BorderSizePixel = 0
  214. BetterDrops.Position = UDim2.new(0.66008091, 0, 0.835149765, 0)
  215. BetterDrops.Size = UDim2.new(0, 95, 0, 31)
  216. BetterDrops.Font = Enum.Font.Cartoon
  217. BetterDrops.Text = "Better Drops"
  218. BetterDrops.TextColor3 = Color3.new(1, 1, 1)
  219. BetterDrops.TextSize = 16
  220. BetterDrops.MouseButton1Click:connect (function ()
  221.     game.Players.LocalPlayer.Stats.GemDropFactor.Value = 9999999999999999999
  222. end)
  223.  
  224. _2xPetsSlots.Name = "2x Pets Slots"
  225. _2xPetsSlots.Parent = Frame
  226. _2xPetsSlots.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  227. _2xPetsSlots.BorderSizePixel = 0
  228. _2xPetsSlots.Position = UDim2.new(0.362606257, 0, 0.716298759, 0)
  229. _2xPetsSlots.Size = UDim2.new(0, 95, 0, 31)
  230. _2xPetsSlots.Font = Enum.Font.Cartoon
  231. _2xPetsSlots.Text = "+2 Pet Slots"
  232. _2xPetsSlots.TextColor3 = Color3.new(1, 1, 1)
  233. _2xPetsSlots.TextSize = 17
  234. _2xPetsSlots.MouseButton1Click:connect (function ()
  235.     game.Players.LocalPlayer.Stats.AppliedPasses.MorePetSlots.Value = true
  236. end)
  237.  
  238. Start.Name = "Start"
  239. Start.Parent = Frame
  240. Start.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  241. Start.BorderSizePixel = 0
  242. Start.Position = UDim2.new(0.062298663, 0, 0.347273856, 0)
  243. Start.Size = UDim2.new(0, 95, 0, 31)
  244. Start.Font = Enum.Font.Cartoon
  245. Start.Text = "Start"
  246. Start.TextColor3 = Color3.new(1, 1, 1)
  247. Start.TextSize = 17
  248.  
  249.  
  250. Name.Name = "Name"
  251. Name.Parent = Frame
  252. Name.BackgroundColor3 = Color3.new(0.196078, 0.0196078, 0.196078)
  253. Name.BackgroundTransparency = 99
  254. Name.Position = UDim2.new(0.0622985847, 0, 0.243710056, 0)
  255. Name.Size = UDim2.new(0, 95, 0, 26)
  256. Name.Font = Enum.Font.Cartoon
  257. Name.PlaceholderText = "Ghost Name"
  258. Name.Text = ""
  259. Name.TextColor3 = Color3.new(1, 1, 1)
  260. Name.TextSize = 15
  261.  
  262. Close.Name = "Close"
  263. Close.Parent = Frame
  264. Close.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  265. Close.BorderSizePixel = 0
  266. Close.Position = UDim2.new(-0.00100398064, 0, 0.996762276, 0)
  267. Close.Size = UDim2.new(0, 350, 0, 18)
  268. Close.Font = Enum.Font.Cartoon
  269. Close.Text = "Close"
  270. Close.TextColor3 = Color3.new(1, 1, 1)
  271. Close.TextSize = 16
  272. Close.MouseButton1Click:connect (function ()
  273.     Frame.Visible = false
  274.     Open.Visible = true
  275. end)
  276.  
  277. Open.Name = "Open"
  278. Open.Parent = GhostATrash
  279. Open.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  280. Open.BorderSizePixel = 0
  281. Open.Position = UDim2.new(0.064655982, 0, 0.962238073, 0)
  282. Open.Size = UDim2.new(0, 95, 0, 39)
  283. Open.Font = Enum.Font.Cartoon
  284. Open.Text = "Open"
  285. Open.TextColor3 = Color3.new(1, 1, 1)
  286. Open.TextSize = 20
  287. Open.Visible = false
  288. Open.MouseButton1Click:connect (function ()
  289.     Frame.Visible = true
  290.     Open.Visible = false
  291. end)
  292. -- ur gay if you are stealing this...
Add Comment
Please, Sign In to add comment