Advertisement
xloyed

Untitled

Aug 13th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 9.94 KB | None | 0 0
  1. ---this was not made by xloyed bubble gum simulator hack for Roblox  for more exploits check out our  https://xloyed.wixsite.com/mysite
  2. end)
  3.  
  4. local cash = false
  5.  
  6. CashStack.Name = "Cash Stack"
  7. CashStack.Parent = Main
  8. CashStack.BackgroundColor3 = Color3.new(0, 0, 0)
  9. CashStack.Position = UDim2.new(0.666666687, 0, 0.588999987, 0)
  10. CashStack.Size = UDim2.new(0, 150, 0, 50)
  11. CashStack.Font = Enum.Font.SourceSans
  12. CashStack.Text = "Cash Stack : OFF"
  13. CashStack.TextColor3 = Color3.new(1, 1, 1)
  14. CashStack.TextSize = 14
  15. CashStack.MouseButton1Down:connect(function()
  16. if not cash then
  17. CashStack.Text = 'Cash Stack : ON'
  18. cash = true
  19. repeat
  20. for i,v in pairs (game.workspace.Pickups["Cash Stack"]:GetChildren()) do
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  22. end
  23. wait()
  24. until cash == false
  25. else
  26. CashStack.Text = 'Cash Stack : OFF'
  27. cash = false
  28. end
  29. end)
  30.  
  31. local money = false
  32.  
  33. MoneyBag.Name = "Money Bag"
  34. MoneyBag.Parent = Main
  35. MoneyBag.BackgroundColor3 = Color3.new(0, 0, 0)
  36. MoneyBag.Position = UDim2.new(0.666666687, 0, 0.197999999, 0)
  37. MoneyBag.Size = UDim2.new(0, 150, 0, 50)
  38. MoneyBag.Font = Enum.Font.SourceSans
  39. MoneyBag.Text = " Money Bag : OFF"
  40. MoneyBag.TextColor3 = Color3.new(1, 1, 1)
  41. MoneyBag.TextSize = 14
  42. MoneyBag.MouseButton1Down:connect(function()
  43. if not money then
  44. MoneyBag.Text = 'Money Bag : ON'
  45. money = true
  46. repeat
  47. for i,v in pairs (game.workspace.Pickups["Money Bag"]:GetChildren()) do
  48. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  49. end
  50. wait()
  51. until money == false
  52. else
  53. MoneyBag.Text = 'Money Bag : OFF'
  54. money = false
  55. end
  56. end)
  57.  
  58. local gem = false
  59.  
  60. Gem.Name = "Gem"
  61. Gem.Parent = Main
  62. Gem.BackgroundColor3 = Color3.new(0, 0, 0)
  63. Gem.Position = UDim2.new(0.666666687, 0, 0.400000006, 0)
  64. Gem.Size = UDim2.new(0, 150, 0, 50)
  65. Gem.Font = Enum.Font.SourceSans
  66. Gem.Text = "Gem : OFF"
  67. Gem.TextColor3 = Color3.new(1, 1, 1)
  68. Gem.TextSize = 14
  69. Gem.MouseButton1Down:connect(function()
  70. if not gem then
  71. Gem.Text = 'Gem : ON'
  72. gem = true
  73. repeat
  74. for i,v in pairs (game.workspace.Pickups.Gem:GetChildren()) do
  75. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  76. end
  77. wait()
  78. until gem == false
  79. else
  80. Gem.Text = 'Gem : OFF'
  81. gem = false
  82. end
  83. end)
  84.  
  85. local sgem = false
  86.  
  87. SmallGemChest.Name = "Small Gem Chest"
  88. SmallGemChest.Parent = Main
  89. SmallGemChest.BackgroundColor3 = Color3.new(0, 0, 0)
  90. SmallGemChest.Position = UDim2.new(0.333333343, 0, 0.590000033, 0)
  91. SmallGemChest.Size = UDim2.new(0, 150, 0, 50)
  92. SmallGemChest.Font = Enum.Font.SourceSans
  93. SmallGemChest.Text = "Small Gem Chest : OFF"
  94. SmallGemChest.TextColor3 = Color3.new(1, 1, 1)
  95. SmallGemChest.TextSize = 14
  96. SmallGemChest.MouseButton1Down:connect(function()
  97. if not sgem then
  98. SmallGemChest.Text = 'Small Gem Chest : ON'
  99. sgem = true
  100. repeat
  101. for i,v in pairs (game.workspace.Pickups["Small Gem Chest"]:GetChildren()) do
  102. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  103. end
  104. wait()
  105. until sgem == false
  106. else
  107. SmallGemChest.Text = 'Small Gem Chest : OFF'
  108. sgem = false
  109. end
  110. end)
  111.  
  112. local gemb = false
  113.  
  114. GemBox.Name = "Gem Box"
  115. GemBox.Parent = Main
  116. GemBox.BackgroundColor3 = Color3.new(0, 0, 0)
  117. GemBox.Position = UDim2.new(0.333333343, 0, 0.395999998, 0)
  118. GemBox.Size = UDim2.new(0, 150, 0, 50)
  119. GemBox.Font = Enum.Font.SourceSans
  120. GemBox.Text = "Gem Box : OFF"
  121. GemBox.TextColor3 = Color3.new(1, 1, 1)
  122. GemBox.TextSize = 14
  123. GemBox.MouseButton1Down:connect(function()
  124. if not gemb then
  125. GemBox.Text = 'Gem Box : ON'
  126. gemb = true
  127. repeat
  128. for i,v in pairs (game.workspace.Pickups["Gem Box"]:GetChildren()) do
  129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  130. end
  131. wait()
  132. until gemb == false
  133. else
  134. GemBox.Text = 'Gem Box : OFF'
  135. gemb = false
  136. end
  137. end)
  138.  
  139. local sgem = false
  140.  
  141. GemSafe.Name = "Gem Safe"
  142. GemSafe.Parent = Main
  143. GemSafe.BackgroundColor3 = Color3.new(0, 0, 0)
  144. GemSafe.Position = UDim2.new(0.333333373, 0, 0.198000029, 0)
  145. GemSafe.Size = UDim2.new(0, 150, 0, 50)
  146. GemSafe.Font = Enum.Font.SourceSans
  147. GemSafe.Text = "Gem Safe : OFF"
  148. GemSafe.TextColor3 = Color3.new(1, 1, 1)
  149. GemSafe.TextSize = 14
  150. GemSafe.MouseButton1Down:connect(function()
  151. if not sgem then
  152. GemSafe.Text = 'Gem Safe : ON'
  153. sgem = true
  154. repeat
  155. for i,v in pairs (game.workspace.Pickups["Gem Safe"]:GetChildren()) do
  156. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  157. end
  158. wait()
  159. until sgem == false
  160. else
  161. GemSafe.Text = 'Gem Safe : OFF'
  162. sgem = false
  163. end
  164. end)
  165.  
  166. local wc = false
  167.  
  168. WoodChest.Name = "Wood Chest"
  169. WoodChest.Parent = Main
  170. WoodChest.BackgroundColor3 = Color3.new(0, 0, 0)
  171. WoodChest.Position = UDim2.new(0, 0, 0.400000006, 0)
  172. WoodChest.Size = UDim2.new(0, 150, 0, 50)
  173. WoodChest.Font = Enum.Font.SourceSans
  174. WoodChest.Text = "Wood Chest : OFF"
  175. WoodChest.TextColor3 = Color3.new(1, 1, 1)
  176. WoodChest.TextSize = 14
  177. WoodChest.MouseButton1Down:connect(function()
  178. if not wc then
  179. WoodChest.Text = 'Wood Chest : ON'
  180. wc = true
  181. repeat
  182. for i,v in pairs (game.workspace.Pickups["Wood Chest"]:GetChildren()) do
  183. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  184. end
  185. wait()
  186. until wc == false
  187. else
  188. WoodChest.Text = 'Wood Chest : OFF'
  189. wc = false
  190. end
  191. end)
  192.  
  193. local sc = false
  194.  
  195. local twosell = false
  196.  
  197. DoubleAutoSell.Name = "Double AutoSell"
  198. DoubleAutoSell.Parent = Main
  199. DoubleAutoSell.BackgroundColor3 = Color3.new(0, 0, 0)
  200. DoubleAutoSell.Position = UDim2.new(0, 0, 0.797999978, 0)
  201. DoubleAutoSell.Size = UDim2.new(0, 150, 0, 50)
  202. DoubleAutoSell.Font = Enum.Font.SourceSans
  203. DoubleAutoSell.Text = "Double Auto Sell : OFF"
  204. DoubleAutoSell.TextColor3 = Color3.new(1, 1, 1)
  205. DoubleAutoSell.TextSize = 14
  206. DoubleAutoSell.MouseButton1Down:connect(function()
  207. if not twosell then
  208. DoubleAutoSell.Text = 'Double Auto Sell : ON'
  209. twosell = true
  210. repeat
  211. game.workspace.Activations.TwilightSell.Root.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  212. wait()
  213. until twosell == false
  214. else
  215. DoubleAutoSell.Text = 'Double Auto Sell : OFF'
  216. twosell = false
  217. end
  218. end)
  219.  
  220. SilverChest.Name = "Silver Chest"
  221. SilverChest.Parent = Main
  222. SilverChest.BackgroundColor3 = Color3.new(0, 0, 0)
  223. SilverChest.Position = UDim2.new(0, 0, 0.593999982, 0)
  224. SilverChest.Size = UDim2.new(0, 150, 0, 50)
  225. SilverChest.Font = Enum.Font.SourceSans
  226. SilverChest.Text = "Silver Chest : OFF"
  227. SilverChest.TextColor3 = Color3.new(1, 1, 1)
  228. SilverChest.TextSize = 14
  229. SilverChest.MouseButton1Down:connect(function()
  230. if not sc then
  231. SilverChest.Text = 'Silver Chest : ON'
  232. sc = true
  233. repeat
  234. for i,v in pairs (game.workspace.Pickups["Silver Chest"]:GetChildren()) do
  235. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  236. end
  237. wait()
  238. until sc == false
  239. else
  240. SilverChest.Text = 'Silver Chest : OFF'
  241. sc = false
  242. end
  243. end)
  244.  
  245. Close.Name = "Close"
  246. Close.Parent = Main
  247. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  248. Close.Position = UDim2.new(0.888888896, 0, 0, 0)
  249. Close.Size = UDim2.new(0, 50, 0, 49)
  250. Close.Font = Enum.Font.SourceSans
  251. Close.Text = "X"
  252. Close.TextColor3 = Color3.new(1, 1, 1)
  253. Close.TextSize = 14
  254. Close.MouseButton1Down:connect(function()
  255. Frame.Visible = true
  256. Main:TweenPosition(UDim2.new(0,-600,0,266), "Out", "Quad", 1)
  257. end)
  258.  
  259. local sell = false
  260.  
  261. AutoSell.Name = "AutoSell"
  262. AutoSell.Parent = Main
  263. AutoSell.BackgroundColor3 = Color3.new(0, 0, 0)
  264. AutoSell.Position = UDim2.new(0.333333343, 0, 0.797999978, 0)
  265. AutoSell.Size = UDim2.new(0, 150, 0, 50)
  266. AutoSell.Font = Enum.Font.SourceSans
  267. AutoSell.Text = "Auto Sell : OFF"
  268. AutoSell.TextColor3 = Color3.new(1, 1, 1)
  269. AutoSell.TextSize = 14
  270. AutoSell.MouseButton1Down:connect(function()
  271. if not sell then
  272. AutoSell.Text = 'Auto Sell : ON'
  273. sell = true
  274. repeat
  275. game.workspace.Activations.Sell.Root.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  276. wait()
  277. until sell == false
  278. else
  279. AutoSell.Text = 'Auto Sell : OFF'
  280. sell = false
  281. end
  282. end)
  283.  
  284. UnlockAllPortals.Name = "Unlock All Portals"
  285. UnlockAllPortals.Parent = Main
  286. UnlockAllPortals.BackgroundColor3 = Color3.new(0, 0, 0)
  287. UnlockAllPortals.Position = UDim2.new(0.666666687, 0, 0.797999978, 0)
  288. UnlockAllPortals.Size = UDim2.new(0, 150, 0, 50)
  289. UnlockAllPortals.Font = Enum.Font.SourceSans
  290. UnlockAllPortals.Text = "Unlock All Portals"
  291. UnlockAllPortals.TextColor3 = Color3.new(1, 1, 1)
  292. UnlockAllPortals.TextSize = 14
  293. UnlockAllPortals.MouseButton1Down:connect(function()
  294. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Floating Island"].RootPart.CFrame
  295. wait(1)
  296. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Floating Island"].RootPart.CFrame
  297. wait(1)
  298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands.Space.Decore.SpaceAdventure.Model.Part.CFrame
  299. wait(1)
  300. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands.Space.Decore.SpaceAdventure.Model.Part.CFrame
  301. wait(1)
  302. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Twilight"].Pickups["The Twilight"].CFrame
  303. wait(1)
  304. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Twilight"].Pickups["The Twilight"].CFrame
  305. wait(1)
  306. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Skylands"].Pickups["The Skylands"].CFrame
  307. wait(1)
  308. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Skylands"].Pickups["The Skylands"].CFrame
  309. end)
  310.  
  311. Frame.Parent = BubbleGumSimulator
  312. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  313. Frame.Position = UDim2.new(0.926620662, 0, 0.47410357, 0)
  314. Frame.Size = UDim2.new(0, 100, 0, 25)
  315.  
  316. Open.Name = "Open"
  317. Open.Parent = Frame
  318. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  319. Open.Size = UDim2.new(0, 100, 0, 25)
  320. Open.Font = Enum.Font.SourceSans
  321. Open.Text = "Open"
  322. Open.TextColor3 = Color3.new(1, 1, 1)
  323. Open.TextSize = 14
  324. Open.MouseButton1Down:connect(function()
  325. Main:TweenPosition(UDim2.new(0.336689293, 0, 0.300390422, 0), "In", "Quad", 1)
  326. Frame.Visible = false
  327. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement