Advertisement
Nova355killer

Ballon simulator gui

Mar 7th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "FunTratOr On V3rm", Text = "Everything You Need For This Game!"})
  2.  
  3. local DarkDevs = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local header2 = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local title_2 = Instance.new("TextLabel")
  8. local title_3 = Instance.new("TextLabel")
  9. local title_4 = Instance.new("TextLabel")
  10. local bypass = Instance.new("TextButton")
  11. local reverse = Instance.new("TextButton")
  12.  
  13. DarkDevs.Name = "DarkDevs"
  14. DarkDevs.Parent = game.CoreGui
  15.  
  16. Main.Name = "Main"
  17. Main.Parent = DarkDevs
  18. Main.Active = true
  19. Main.Draggable = true
  20. Main.BackgroundColor3 = Color3.new(0.0941177, 0.0862745, 0)
  21. Main.BorderSizePixel = 0
  22. Main.Position = UDim2.new(0.334521085, 0, 0.547156036, 0)
  23. Main.Size = UDim2.new(0, 251, 0, 122)
  24.  
  25. header2.Name = "header2"
  26. header2.Parent = Main
  27. header2.BackgroundColor3 = Color3.new(0.223529, 0.176471, 0)
  28. header2.BorderSizePixel = 0
  29. header2.Position = UDim2.new(0, 0, -0.00129949849, 0)
  30. header2.Size = UDim2.new(0, 250, 0, 29)
  31.  
  32. title.Name = "title"
  33. title.Parent = header2
  34. title.BackgroundColor3 = Color3.new(1, 1, 1)
  35. title.BackgroundTransparency = 1
  36. title.Position = UDim2.new(-0.0817396864, 0, 0.0344827585, 0)
  37. title.Size = UDim2.new(0, 170, 0, 28)
  38. title.Font = Enum.Font.GothamBold
  39. title.Text = "ark Devs"
  40. title.TextColor3 = Color3.new(1, 1, 1)
  41. title.TextSize = 18
  42.  
  43. title_2.Name = "title"
  44. title_2.Parent = header2
  45. title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  46. title_2.BackgroundTransparency = 1
  47. title_2.Position = UDim2.new(-0.247512206, 0, 0.0344827585, 0)
  48. title_2.Size = UDim2.new(0, 167, 0, 28)
  49. title_2.Font = Enum.Font.GothamBold
  50. title_2.Text = "D"
  51. title_2.TextColor3 = Color3.new(1, 0.0313726, 0.0470588)
  52. title_2.TextSize = 18
  53.  
  54. title_3.Name = "title"
  55. title_3.Parent = header2
  56. title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  57. title_3.BackgroundTransparency = 1
  58. title_3.BorderSizePixel = 0
  59. title_3.Position = UDim2.new(-0.00800000131, 0, 3.75862074, 0)
  60. title_3.Size = UDim2.new(0, 251, 0, 13)
  61. title_3.Font = Enum.Font.GothamBold
  62. title_3.Text = "Created By FunTratOr || DARKDEVS.PRO"
  63. title_3.TextColor3 = Color3.new(1, 1, 1)
  64. title_3.TextSize = 10
  65.  
  66. title_4.Name = "title"
  67. title_4.Parent = header2
  68. title_4.BackgroundColor3 = Color3.new(1, 1, 1)
  69. title_4.BackgroundTransparency = 1
  70. title_4.BorderSizePixel = 0
  71. title_4.Position = UDim2.new(0.536000013, 0, 0.517241359, 0)
  72. title_4.Size = UDim2.new(0, 116, 0, 14)
  73. title_4.Font = Enum.Font.GothamBold
  74. title_4.Text = "BALLOON SIMULATOR"
  75. title_4.TextColor3 = Color3.new(1, 1, 1)
  76. title_4.TextSize = 10
  77.  
  78. bypass.Name = "bypass"
  79. bypass.Parent = Main
  80. bypass.BackgroundColor3 = Color3.new(0.215686, 0.219608, 0.219608)
  81. bypass.BorderSizePixel = 0
  82. bypass.Position = UDim2.new(0.0924554169, 0, 0.356830299, 0)
  83. bypass.Size = UDim2.new(0, 202, 0, 20)
  84. bypass.Font = Enum.Font.GothamBold
  85. bypass.Text = "INF. MONEY FARM"
  86. bypass.TextColor3 = Color3.new(1, 1, 1)
  87. bypass.TextSize = 14
  88.  
  89. reverse.Name = "reverse"
  90. reverse.Parent = Main
  91. reverse.BackgroundColor3 = Color3.new(0.215686, 0.219608, 0.219608)
  92. reverse.BorderSizePixel = 0
  93. reverse.Position = UDim2.new(0.0924554169, 0, 0.660108984, 0)
  94. reverse.Size = UDim2.new(0, 202, 0, 20)
  95. reverse.Font = Enum.Font.GothamBold
  96. reverse.Text = "INF. GEMS (Laggy A Little)"
  97. reverse.TextColor3 = Color3.new(1, 1, 1)
  98. reverse.TextSize = 14
  99. reverse.MouseButton1Down:connect(function()
  100. while true do
  101. wait(5)
  102. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  103. local path = game:GetService("Workspace").Gems
  104. for i,v in pairs(path:GetChildren()) do
  105. if v.Name == 'Gem' then
  106. v.CFrame = plr.CFrame
  107. end
  108. end
  109. end
  110. end)
  111.  
  112. bypass.MouseButton1Down:connect(function()
  113. game:GetService('RunService').RenderStepped:connect(function()
  114. local Arg1 = 2000000000 -- Change It To How Much You Want!
  115. local Path = game:GetService("ReplicatedStorage").FillBalloon
  116. Path:FireServer(Arg1)
  117. local Arg1 = game:GetService("Workspace").UITriggers.Sell
  118. local Path = game:GetService("ReplicatedStorage").Sell
  119. Path:FireServer(Arg1)
  120. end)
  121. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement