Advertisement
anphu04

Bubblegum Simulator exploit test

Dec 4th, 2018
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.23 KB | None | 0 0
  1. print('4/12/2018')
  2. local BubbleGumSimulator = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Heading = Instance.new("TextLabel")
  5. local Coins = Instance.new("TextButton")
  6. local CashStack = Instance.new("TextButton")
  7. local MoneyBag = Instance.new("TextButton")
  8. local Gem = Instance.new("TextButton")
  9. local SmallGemChest = Instance.new("TextButton")
  10. local GemBox = Instance.new("TextButton")
  11. local GemSafe = Instance.new("TextButton")
  12. local WoodChest = Instance.new("TextButton")
  13. local DoubleAutoSell = Instance.new("TextButton")
  14. local SilverChest = Instance.new("TextButton")
  15. local Close = Instance.new("TextButton")
  16. local AutoSell = Instance.new("TextButton")
  17. local UnlockAllPortals = Instance.new("TextButton")
  18. local Frame = Instance.new("Frame")
  19. local Open = Instance.new("TextButton")
  20.  
  21. BubbleGumSimulator.Name = "Bubble Gum Simulator"
  22. BubbleGumSimulator.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. BubbleGumSimulator.ResetOnSpawn = false
  24.  
  25. Main.Name = " Main"
  26. Main.Parent = BubbleGumSimulator
  27. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  28. Main.Position = UDim2.new(0,-600,0,266)
  29. Main.Size = UDim2.new(0, 450, 0, 250)
  30. Main.Visible = false
  31. Main.Active = true
  32. Main.Visible = true
  33. Main.Draggable = true
  34.  
  35. Heading.Name = " Heading"
  36. Heading.Parent = Main
  37. Heading.BackgroundColor3 = Color3.new(0, 0, 0)
  38. Heading.Size = UDim2.new(0, 400, 0, 50)
  39. Heading.Font = Enum.Font.ArialBold
  40. Heading.Text = "Bubble Gum Simulator"
  41. Heading.TextColor3 = Color3.new(1, 1, 1)
  42. Heading.TextScaled = true
  43. Heading.TextSize = 14
  44. Heading.TextWrapped = true
  45.  
  46. local coins = false
  47.  
  48. Coins.Name = " Coins"
  49. Coins.Parent = Main
  50. Coins.BackgroundColor3 = Color3.new(0, 0, 0)
  51. Coins.Position = UDim2.new(0, 0, 0.197999999, 0)
  52. Coins.Size = UDim2.new(0, 150, 0, 50)
  53. Coins.Font = Enum.Font.SourceSans
  54. Coins.Text = " Coins : OFF"
  55. Coins.TextColor3 = Color3.new(1, 1, 1)
  56. Coins.TextSize = 14
  57. Coins.MouseButton1Down:connect(function()
  58. if not coins then
  59. Coins.Text = 'Coins : ON'
  60. coins = true
  61. repeat
  62. for i,v in pairs (game.workspace.Pickups.Coin:GetChildren()) do
  63. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  64. end
  65. wait()
  66. until coins == false
  67. else
  68. Coins.Text = 'Coins : OFF'
  69. coins = false
  70. end
  71. end)
  72.  
  73. local cash = false
  74.  
  75. CashStack.Name = " Cash Stack"
  76. CashStack.Parent = Main
  77. CashStack.BackgroundColor3 = Color3.new(0, 0, 0)
  78. CashStack.Position = UDim2.new(0.666666687, 0, 0.588999987, 0)
  79. CashStack.Size = UDim2.new(0, 150, 0, 50)
  80. CashStack.Font = Enum.Font.SourceSans
  81. CashStack.Text = "Cash Stack : OFF"
  82. CashStack.TextColor3 = Color3.new(1, 1, 1)
  83. CashStack.TextSize = 14
  84. CashStack.MouseButton1Down:connect(function()
  85. if not cash then
  86. CashStack.Text = 'Cash Stack : ON'
  87. cash = true
  88. repeat
  89. for i,v in pairs (game.workspace.Pickups["Cash Stack"]:GetChildren()) do
  90. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  91. end
  92. wait()
  93. until cash == false
  94. else
  95. CashStack.Text = 'Cash Stack : OFF'
  96. cash = false
  97. end
  98. end)
  99.  
  100. local money = false
  101.  
  102. MoneyBag.Name = " Money Bag"
  103. MoneyBag.Parent = Main
  104. MoneyBag.BackgroundColor3 = Color3.new(0, 0, 0)
  105. MoneyBag.Position = UDim2.new(0.666666687, 0, 0.197999999, 0)
  106. MoneyBag.Size = UDim2.new(0, 150, 0, 50)
  107. MoneyBag.Font = Enum.Font.SourceSans
  108. MoneyBag.Text = " Money Bag : OFF"
  109. MoneyBag.TextColor3 = Color3.new(1, 1, 1)
  110. MoneyBag.TextSize = 14
  111. MoneyBag.MouseButton1Down:connect(function()
  112. if not money then
  113. MoneyBag.Text = 'Money Bag : ON'
  114. money = true
  115. repeat
  116. for i,v in pairs (game.workspace.Pickups["Money Bag"]:GetChildren()) do
  117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  118. end
  119. wait()
  120. until money == false
  121. else
  122. MoneyBag.Text = 'Money Bag : OFF'
  123. money = false
  124. end
  125. end)
  126.  
  127. local gem = false
  128.  
  129. Gem.Name = " Gem"
  130. Gem.Parent = Main
  131. Gem.BackgroundColor3 = Color3.new(0, 0, 0)
  132. Gem.Position = UDim2.new(0.666666687, 0, 0.400000006, 0)
  133. Gem.Size = UDim2.new(0, 150, 0, 50)
  134. Gem.Font = Enum.Font.SourceSans
  135. Gem.Text = "Gem : OFF"
  136. Gem.TextColor3 = Color3.new(1, 1, 1)
  137. Gem.TextSize = 14
  138. Gem.MouseButton1Down:connect(function()
  139. if not gem then
  140. Gem.Text = 'Gem : ON'
  141. gem = true
  142. repeat
  143. for i,v in pairs (game.workspace.Pickups.Gem:GetChildren()) do
  144. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  145. end
  146. wait()
  147. until gem == false
  148. else
  149. Gem.Text = 'Gem : OFF'
  150. gem = false
  151. end
  152. end)
  153.  
  154. local sgem = false
  155.  
  156. SmallGemChest.Name = " Small Gem Chest"
  157. SmallGemChest.Parent = Main
  158. SmallGemChest.BackgroundColor3 = Color3.new(0, 0, 0)
  159. SmallGemChest.Position = UDim2.new(0.333333343, 0, 0.590000033, 0)
  160. SmallGemChest.Size = UDim2.new(0, 150, 0, 50)
  161. SmallGemChest.Font = Enum.Font.SourceSans
  162. SmallGemChest.Text = "Small Gem Chest : OFF"
  163. SmallGemChest.TextColor3 = Color3.new(1, 1, 1)
  164. SmallGemChest.TextSize = 14
  165. SmallGemChest.MouseButton1Down:connect(function()
  166. if not sgem then
  167. SmallGemChest.Text = 'Small Gem Chest : ON'
  168. sgem = true
  169. repeat
  170. for i,v in pairs (game.workspace.Pickups["Small Gem Chest"]:GetChildren()) do
  171. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  172. end
  173. wait()
  174. until sgem == false
  175. else
  176. SmallGemChest.Text = 'Small Gem Chest : OFF'
  177. sgem = false
  178. end
  179. end)
  180.  
  181. local gemb = false
  182.  
  183. GemBox.Name = " Gem Box"
  184. GemBox.Parent = Main
  185. GemBox.BackgroundColor3 = Color3.new(0, 0, 0)
  186. GemBox.Position = UDim2.new(0.333333343, 0, 0.395999998, 0)
  187. GemBox.Size = UDim2.new(0, 150, 0, 50)
  188. GemBox.Font = Enum.Font.SourceSans
  189. GemBox.Text = "Gem Box : OFF"
  190. GemBox.TextColor3 = Color3.new(1, 1, 1)
  191. GemBox.TextSize = 14
  192. GemBox.MouseButton1Down:connect(function()
  193. if not gemb then
  194. GemBox.Text = 'Gem Box : ON'
  195. gemb = true
  196. repeat
  197. for i,v in pairs (game.workspace.Pickups["Gem Box"]:GetChildren()) do
  198. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  199. end
  200. wait()
  201. until gemb == false
  202. else
  203. GemBox.Text = 'Gem Box : OFF'
  204. gemb = false
  205. end
  206. end)
  207.  
  208. local sgem = false
  209.  
  210. GemSafe.Name = " Gem Safe"
  211. GemSafe.Parent = Main
  212. GemSafe.BackgroundColor3 = Color3.new(0, 0, 0)
  213. GemSafe.Position = UDim2.new(0.333333373, 0, 0.198000029, 0)
  214. GemSafe.Size = UDim2.new(0, 150, 0, 50)
  215. GemSafe.Font = Enum.Font.SourceSans
  216. GemSafe.Text = "Gem Safe : OFF"
  217. GemSafe.TextColor3 = Color3.new(1, 1, 1)
  218. GemSafe.TextSize = 14
  219. GemSafe.MouseButton1Down:connect(function()
  220. if not sgem then
  221. GemSafe.Text = 'Gem Safe : ON'
  222. sgem = true
  223. repeat
  224. for i,v in pairs (game.workspace.Pickups["Gem Safe"]:GetChildren()) do
  225. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  226. end
  227. wait()
  228. until sgem == false
  229. else
  230. GemSafe.Text = 'Gem Safe : OFF'
  231. sgem = false
  232. end
  233. end)
  234.  
  235. local wc = false
  236.  
  237. WoodChest.Name = " Wood Chest"
  238. WoodChest.Parent = Main
  239. WoodChest.BackgroundColor3 = Color3.new(0, 0, 0)
  240. WoodChest.Position = UDim2.new(0, 0, 0.400000006, 0)
  241. WoodChest.Size = UDim2.new(0, 150, 0, 50)
  242. WoodChest.Font = Enum.Font.SourceSans
  243. WoodChest.Text = "Wood Chest : OFF"
  244. WoodChest.TextColor3 = Color3.new(1, 1, 1)
  245. WoodChest.TextSize = 14
  246. WoodChest.MouseButton1Down:connect(function()
  247. if not wc then
  248. WoodChest.Text = 'Wood Chest : ON'
  249. wc = true
  250. repeat
  251. for i,v in pairs (game.workspace.Pickups["Wood Chest"]:GetChildren()) do
  252. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  253. end
  254. wait()
  255. until wc == false
  256. else
  257. WoodChest.Text = 'Wood Chest : OFF'
  258. wc = false
  259. end
  260. end)
  261.  
  262. local sc = false
  263.  
  264. local twosell = false
  265.  
  266. DoubleAutoSell.Name = " Double AutoSell"
  267. DoubleAutoSell.Parent = Main
  268. DoubleAutoSell.BackgroundColor3 = Color3.new(0, 0, 0)
  269. DoubleAutoSell.Position = UDim2.new(0, 0, 0.797999978, 0)
  270. DoubleAutoSell.Size = UDim2.new(0, 150, 0, 50)
  271. DoubleAutoSell.Font = Enum.Font.SourceSans
  272. DoubleAutoSell.Text = "Double Auto Sell : OFF"
  273. DoubleAutoSell.TextColor3 = Color3.new(1, 1, 1)
  274. DoubleAutoSell.TextSize = 14
  275. DoubleAutoSell.MouseButton1Down:connect(function()
  276. if not twosell then
  277. DoubleAutoSell.Text = 'Double Auto Sell : ON'
  278. twosell = true
  279. repeat
  280. game.workspace.Activations.TwilightSell.Root.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  281. wait()
  282. until twosell == false
  283. else
  284. DoubleAutoSell.Text = 'Double Auto Sell : OFF'
  285. twosell = false
  286. end
  287. end)
  288.  
  289. SilverChest.Name = " Silver Chest"
  290. SilverChest.Parent = Main
  291. SilverChest.BackgroundColor3 = Color3.new(0, 0, 0)
  292. SilverChest.Position = UDim2.new(0, 0, 0.593999982, 0)
  293. SilverChest.Size = UDim2.new(0, 150, 0, 50)
  294. SilverChest.Font = Enum.Font.SourceSans
  295. SilverChest.Text = "Silver Chest : OFF"
  296. SilverChest.TextColor3 = Color3.new(1, 1, 1)
  297. SilverChest.TextSize = 14
  298. SilverChest.MouseButton1Down:connect(function()
  299. if not sc then
  300. SilverChest.Text = 'Silver Chest : ON'
  301. sc = true
  302. repeat
  303. for i,v in pairs (game.workspace.Pickups["Silver Chest"]:GetChildren()) do
  304. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  305. end
  306. wait()
  307. until sc == false
  308. else
  309. SilverChest.Text = 'Silver Chest : OFF'
  310. sc = false
  311. end
  312. end)
  313.  
  314. Close.Name = " Close"
  315. Close.Parent = Main
  316. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  317. Close.Position = UDim2.new(0.888888896, 0, 0, 0)
  318. Close.Size = UDim2.new(0, 50, 0, 49)
  319. Close.Font = Enum.Font.SourceSans
  320. Close.Text = "X"
  321. Close.TextColor3 = Color3.new(1, 1, 1)
  322. Close.TextSize = 14
  323. Close.MouseButton1Down:connect(function()
  324. Frame.Visible = true
  325. Main:TweenPosition(UDim2.new(0,-600,0,266), "Out", "Quad", 1)
  326. end)
  327.  
  328. local sell = false
  329.  
  330. AutoSell.Name = " AutoSell"
  331. AutoSell.Parent = Main
  332. AutoSell.BackgroundColor3 = Color3.new(0, 0, 0)
  333. AutoSell.Position = UDim2.new(0.333333343, 0, 0.797999978, 0)
  334. AutoSell.Size = UDim2.new(0, 150, 0, 50)
  335. AutoSell.Font = Enum.Font.SourceSans
  336. AutoSell.Text = "Auto Sell : OFF"
  337. AutoSell.TextColor3 = Color3.new(1, 1, 1)
  338. AutoSell.TextSize = 14
  339. AutoSell.MouseButton1Down:connect(function()
  340. if not sell then
  341. AutoSell.Text = 'Auto Sell : ON'
  342. sell = true
  343. repeat
  344. game.workspace.Activations.Sell.Root.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  345. wait()
  346. until sell == false
  347. else
  348. AutoSell.Text = 'Auto Sell : OFF'
  349. sell = false
  350. end
  351. end)
  352.  
  353. UnlockAllPortals.Name = " Unlock All Portals"
  354. UnlockAllPortals.Parent = Main
  355. UnlockAllPortals.BackgroundColor3 = Color3.new(0, 0, 0)
  356. UnlockAllPortals.Position = UDim2.new(0.666666687, 0, 0.797999978, 0)
  357. UnlockAllPortals.Size = UDim2.new(0, 150, 0, 50)
  358. UnlockAllPortals.Font = Enum.Font.SourceSans
  359. UnlockAllPortals.Text = "Unlock All Portals"
  360. UnlockAllPortals.TextColor3 = Color3.new(1, 1, 1)
  361. UnlockAllPortals.TextSize = 14
  362. UnlockAllPortals.MouseButton1Down:connect(function()
  363. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Floating Island"].RootPart.CFrame
  364. wait(1)
  365. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Floating Island"].RootPart.CFrame
  366. wait(1)
  367. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands.Space.Decore.SpaceAdventure.Model.Part.CFrame
  368. wait(1)
  369. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands.Space.Decore.SpaceAdventure.Model.Part.CFrame
  370. wait(1)
  371. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Twilight"].Pickups["The Twilight"].CFrame
  372. wait(1)
  373. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Twilight"].Pickups["The Twilight"].CFrame
  374. wait(1)
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Skylands"].Pickups["The Skylands"].CFrame
  376. wait(1)
  377. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.FloatingIslands["The Skylands"].Pickups["The Skylands"].CFrame
  378. end)
  379.  
  380. Frame.Parent = BubbleGumSimulator
  381. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  382. Frame.Position = UDim2.new(0.926620662, 0, 0.47410357, 0)
  383. Frame.Size = UDim2.new(0, 100, 0, 25)
  384.  
  385. Open.Name = " Open"
  386. Open.Parent = Frame
  387. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  388. Open.Size = UDim2.new(0, 100, 0, 25)
  389. Open.Font = Enum.Font.SourceSans
  390. Open.Text = "Open"
  391. Open.TextColor3 = Color3.new(1, 1, 1)
  392. Open.TextSize = 14
  393. Open.MouseButton1Down:connect(function()
  394. Main:TweenPosition(UDim2.new(0.336689293, 0, 0.300390422, 0), "In", "Quad", 1)
  395. Frame.Visible = false
  396. end)
  397.  
  398. print('')
  399. gui = game.Players.LocalPlayer.PlayerGui:FindFirstChild('Bubble Gum Simulator')
  400. function scan(p)
  401. for i,v in pairs(p:GetChildren()) do
  402. print(v)
  403. print(v.Position)
  404. scan(v)
  405. end
  406. end
  407. scan(gui)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement