Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Yanis#3392", Text = "DISCORD Yanis#5565"})
- local DarkDevs = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local header2 = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local title_2 = Instance.new("TextLabel")
- local title_3 = Instance.new("TextLabel")
- local title_4 = Instance.new("TextLabel")
- local bypass = Instance.new("TextButton")
- local reverse = Instance.new("TextButton")
- DarkDevs.Name = "DarkDevs"
- DarkDevs.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = DarkDevs
- Main.Active = true
- Main.Draggable = true
- Main.BackgroundColor3 = Color3.new(0.0941177, 0.0862745, 0)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.334521085, 0, 0.547156036, 0)
- Main.Size = UDim2.new(0, 251, 0, 122)
- header2.Name = "header2"
- header2.Parent = Main
- header2.BackgroundColor3 = Color3.new(0.223529, 0.176471, 0)
- header2.BorderSizePixel = 0
- header2.Position = UDim2.new(0, 0, -0.00129949849, 0)
- header2.Size = UDim2.new(0, 250, 0, 29)
- title.Name = "title"
- title.Parent = header2
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.BackgroundTransparency = 1
- title.Position = UDim2.new(-0.0817396864, 0, 0.0344827585, 0)
- title.Size = UDim2.new(0, 170, 0, 28)
- title.Font = Enum.Font.GothamBold
- title.Text = "ark Devs"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 18
- title_2.Name = "title"
- title_2.Parent = header2
- title_2.BackgroundColor3 = Color3.new(1, 1, 1)
- title_2.BackgroundTransparency = 1
- title_2.Position = UDim2.new(-0.247512206, 0, 0.0344827585, 0)
- title_2.Size = UDim2.new(0, 167, 0, 28)
- title_2.Font = Enum.Font.GothamBold
- title_2.Text = "D"
- title_2.TextColor3 = Color3.new(1, 0.0313726, 0.0470588)
- title_2.TextSize = 18
- title_3.Name = "title"
- title_3.Parent = header2
- title_3.BackgroundColor3 = Color3.new(1, 1, 1)
- title_3.BackgroundTransparency = 1
- title_3.BorderSizePixel = 0
- title_3.Position = UDim2.new(-0.00800000131, 0, 3.75862074, 0)
- title_3.Size = UDim2.new(0, 251, 0, 13)
- title_3.Font = Enum.Font.GothamBold
- title_3.Text = "Created By Yanis#5565 ||
- title_3.TextColor3 = Color3.new(1, 1, 1)
- title_3.TextSize = 10
- title_4.Name = "title"
- title_4.Parent = header2
- title_4.BackgroundColor3 = Color3.new(1, 1, 1)
- title_4.BackgroundTransparency = 1
- title_4.BorderSizePixel = 0
- title_4.Position = UDim2.new(0.536000013, 0, 0.517241359, 0)
- title_4.Size = UDim2.new(0, 116, 0, 14)
- title_4.Font = Enum.Font.GothamBold
- title_4.Text = "BALLOON SIMULATOR"
- title_4.TextColor3 = Color3.new(1, 1, 1)
- title_4.TextSize = 10
- bypass.Name = "bypass"
- bypass.Parent = Main
- bypass.BackgroundColor3 = Color3.new(0.215686, 0.219608, 0.219608)
- bypass.BorderSizePixel = 0
- bypass.Position = UDim2.new(0.0924554169, 0, 0.356830299, 0)
- bypass.Size = UDim2.new(0, 202, 0, 20)
- bypass.Font = Enum.Font.GothamBold
- bypass.Text = "INF. MONEY FARM"
- bypass.TextColor3 = Color3.new(1, 1, 1)
- bypass.TextSize = 14
- reverse.Name = "reverse"
- reverse.Parent = Main
- reverse.BackgroundColor3 = Color3.new(0.215686, 0.219608, 0.219608)
- reverse.BorderSizePixel = 0
- reverse.Position = UDim2.new(0.0924554169, 0, 0.660108984, 0)
- reverse.Size = UDim2.new(0, 202, 0, 20)
- reverse.Font = Enum.Font.GothamBold
- reverse.Text = "INF. GEMS (Laggy A Little)"
- reverse.TextColor3 = Color3.new(1, 1, 1)
- reverse.TextSize = 14
- reverse.MouseButton1Down:connect(function()
- while true do
- wait(5)
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- local path = game:GetService("Workspace").Gems
- for i,v in pairs(path:GetChildren()) do
- if v.Name == 'Gem' then
- v.CFrame = plr.CFrame
- end
- end
- end
- end)
- bypass.MouseButton1Down:connect(function()
- game:GetService('RunService').RenderStepped:connect(function()
- local Arg1 = 2000000000 -- Change It To How Much You Want!
- local Path = game:GetService("ReplicatedStorage").FillBalloon
- Path:FireServer(Arg1)
- local Arg1 = game:GetService("Workspace").UITriggers.Sell
- local Path = game:GetService("ReplicatedStorage").Sell
- Path:FireServer(Arg1)
- end)
- end)
Add Comment
Please, Sign In to add comment