local ScreenGui = Instance.new("ScreenGui") local Main = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local LikeOrpass = Instance.new("TextButton") local TheLift = Instance.new("TextButton") local NaturalDisaster = Instance.new("TextButton") local infiniteyield = Instance.new("TextButton") local MM2 = Instance.new("TextButton") local DaHood = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui Main.Name = "Main" Main.Parent = ScreenGui Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Main.BorderColor3 = Color3.fromRGB(0, 0, 0) Main.BorderSizePixel = 0 Main.Position = UDim2.new(0.12715058, 0, 0.096733667, 0) Main.Size = UDim2.new(0, 702, 0, 292) Main.Active = true Main.Draggable = true -- To show gui ScreenGui.Enabled = true -- to hide gui ScreenGui.Enabled = false local ScreenGui = Instance.new("ScreenGui") local Main = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local LikeOrpass = Instance.new("TextButton") local TheLift = Instance.new("TextButton") local NaturalDisaster = Instance.new("TextButton") local infiniteyield = Instance.new("TextButton") local MM2 = Instance.new("TextButton") local DaHood = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui Main.Name = "Main" Main.Parent = ScreenGui Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Main.BorderColor3 = Color3.fromRGB(0, 0, 0) Main.BorderSizePixel = 0 Main.Position = UDim2.new(0.12715058, 0, 0.096733667, 0) Main.Size = UDim2.new(0, 702, 0, 292) Main.Active = true Main.Draggable = true TextLabel.Parent = Main TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.301492542, 0, 0, 0) TextLabel.Size = UDim2.new(0, 266, 0, 46) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Universal Dark Web" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 40.000 TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) LikeOrpass.Name = "Like Or pass" LikeOrpass.Parent = Main LikeOrpass.BackgroundColor3 = Color3.fromRGB(24, 131, 0) LikeOrpass.BorderColor3 = Color3.fromRGB(0, 0, 0) LikeOrpass.BorderSizePixel = 0 LikeOrpass.Position = UDim2.new(0.00298507465, 0, 0.270547956, 0) LikeOrpass.Size = UDim2.new(0, 200, 0, 44) LikeOrpass.Font = Enum.Font.SourceSans LikeOrpass.Text = "Like or Pass [ inf money" LikeOrpass.TextColor3 = Color3.fromRGB(0, 0, 0) LikeOrpass.TextSize = 20.000 LikeOrpass.MouseButton1Down:connect(function() local player = game.Players.LocalPlayer local ReplicatedStorage = game:GetService("ReplicatedStorage") local GiveReward = ReplicatedStorage.RewardEvents.GiveReward local screenGui = Instance.new("ScreenGui", player:WaitForChild("PlayerGui")) local frame = Instance.new("Frame", screenGui) frame.Size = UDim2.new(0, 200, 0, 100) frame.Position = UDim2.new(0.5, -100, 0.5, -50) frame.BackgroundColor3 = Color3.new(1, 1, 1) frame.Active = true frame.Draggable = true local startButton = Instance.new("TextButton", frame) startButton.Size = UDim2.new(1, 0, 0.5, 0) startButton.Text = "Start" startButton.BackgroundColor3 = Color3.new(0, 1, 0) local stopButton = Instance.new("TextButton", frame) stopButton.Size = UDim2.new(1, 0, 0.5, 0) stopButton.Position = UDim2.new(0, 0, 0.5, 0) stopButton.Text = "Stop" stopButton.BackgroundColor3 = Color3.new(1, 0, 0) local toggleButton = Instance.new("TextButton", screenGui) toggleButton.Size = UDim2.new(0, 100, 0, 50) -- Increased size toggleButton.Position = UDim2.new(0, 10, 0, 10) toggleButton.Text = "Open" toggleButton.BackgroundColor3 = Color3.new(0, 0, 1) local isRunning = false local isOpen = true -- Function to give rewards quickly local function giveRewards() while isRunning do for i = 9, 1, -1 do if not isRunning then return end local success, err = pcall(function() GiveReward:FireServer(i) end) if not success then warn("Error giving reward: " .. err) end wait(0.01) end end end startButton.MouseButton1Click:Connect(function() if isRunning then return end isRunning = true startButton.Visible = false stopButton.Visible = true giveRewards() -- Start giving rewards end) -- Stop button functionality stopButton.MouseButton1Click:Connect(function() isRunning = false startButton.Visible = true stopButton.Visible = false end) -- Toggle button functionality toggleButton.MouseButton1Click:Connect(function() isOpen = not isOpen frame.Visible = isOpen toggleButton.Text = isOpen and "Close" or "Open" end) stopButton.Visible = false frame.Visible = true end) TheLift.Name = "The Lift" TheLift.Parent = Main TheLift.BackgroundColor3 = Color3.fromRGB(24, 131, 0) TheLift.BorderColor3 = Color3.fromRGB(0, 0, 0) TheLift.BorderSizePixel = 0 TheLift.Position = UDim2.new(0.338805974, 0, 0.270547956, 0) TheLift.Size = UDim2.new(0, 200, 0, 50) TheLift.Font = Enum.Font.SourceSans TheLift.Text = "The Lift [ GOD MODE" TheLift.TextColor3 = Color3.fromRGB(0, 0, 0) TheLift.TextSize = 14.000 TheLift.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/JSFKGBASDJKHIOAFHDGHIUODSGBJKLFGDKSB/kdjnvlkfns-kldjbncfkbn-vklnbcv-n/refs/heads/main/THE%20LIFT%20GOD%20MODE"))() end) NaturalDisaster.Name = "Natural Disaster" NaturalDisaster.Parent = Main NaturalDisaster.BackgroundColor3 = Color3.fromRGB(24, 131, 0) NaturalDisaster.BorderColor3 = Color3.fromRGB(0, 0, 0) NaturalDisaster.BorderSizePixel = 0 NaturalDisaster.Position = UDim2.new(0.680597007, 0, 0.270547956, 0) NaturalDisaster.Size = UDim2.new(0, 200, 0, 50) NaturalDisaster.Font = Enum.Font.SourceSans NaturalDisaster.Text = "Natural Disaster [ BlackHole Only PC" NaturalDisaster.TextColor3 = Color3.fromRGB(0, 0, 0) NaturalDisaster.TextSize = 14.000 NaturalDisaster.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/b4M9zmuN"))() end) infiniteyield.Name = "infinite yield" infiniteyield.Parent = Main infiniteyield.BackgroundColor3 = Color3.fromRGB(24, 131, 0) infiniteyield.BorderColor3 = Color3.fromRGB(0, 0, 0) infiniteyield.BorderSizePixel = 0 infiniteyield.Position = UDim2.new(0.00284900283, 0, 0.619863033, 0) infiniteyield.Size = UDim2.new(0, 200, 0, 50) infiniteyield.Font = Enum.Font.SourceSans infiniteyield.Text = "Infinite Yield" infiniteyield.TextColor3 = Color3.fromRGB(0, 0, 0) infiniteyield.TextSize = 14.000 infiniteyield.MouseButton1Down:connect(function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))() end) MM2.Name = "MM2" MM2.Parent = Main MM2.BackgroundColor3 = Color3.fromRGB(24, 131, 0) MM2.BorderColor3 = Color3.fromRGB(0, 0, 0) MM2.BorderSizePixel = 0 MM2.Position = UDim2.new(0.337606847, 0, 0.619863033, 0) MM2.Size = UDim2.new(0, 200, 0, 50) MM2.Font = Enum.Font.SourceSans MM2.Text = "mm2 [ SUPPORT SOLARA" MM2.TextColor3 = Color3.fromRGB(0, 0, 0) MM2.TextSize = 14.000 MM2.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Roman34296589/SnapSanixHUB/refs/heads/main/SnapSanixHUB.lua'))() end) DaHood.Name = "Da Hood" DaHood.Parent = Main DaHood.BackgroundColor3 = Color3.fromRGB(24, 131, 0) DaHood.BorderColor3 = Color3.fromRGB(0, 0, 0) DaHood.BorderSizePixel = 0 DaHood.Position = UDim2.new(0.679487169, 0, 0.619863033, 0) DaHood.Size = UDim2.new(0, 200, 0, 50) DaHood.Font = Enum.Font.SourceSans DaHood.Text = "Da Hood [ azuremodded" DaHood.TextColor3 = Color3.fromRGB(0, 0, 0) DaHood.TextSize = 14.000 DaHood.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Actyrn/Scripts/main/AzureModded"))() end) TextLabel.Parent = Main TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.301492542, 0, 0, 0) TextLabel.Size = UDim2.new(0, 266, 0, 46) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Universal Dark Web" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 40.000 TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) LikeOrpass.Name = "Like Or pass" LikeOrpass.Parent = Main LikeOrpass.BackgroundColor3 = Color3.fromRGB(24, 131, 0) LikeOrpass.BorderColor3 = Color3.fromRGB(0, 0, 0) LikeOrpass.BorderSizePixel = 0 LikeOrpass.Position = UDim2.new(0.00298507465, 0, 0.270547956, 0) LikeOrpass.Size = UDim2.new(0, 200, 0, 44) LikeOrpass.Font = Enum.Font.SourceSans LikeOrpass.Text = "Like or Pass [ inf money" LikeOrpass.TextColor3 = Color3.fromRGB(0, 0, 0) LikeOrpass.TextSize = 20.000 LikeOrpass.MouseButton1Down:connect(function() local player = game.Players.LocalPlayer local ReplicatedStorage = game:GetService("ReplicatedStorage") local GiveReward = ReplicatedStorage.RewardEvents.GiveReward local screenGui = Instance.new("ScreenGui", player:WaitForChild("PlayerGui")) local frame = Instance.new("Frame", screenGui) frame.Size = UDim2.new(0, 200, 0, 100) frame.Position = UDim2.new(0.5, -100, 0.5, -50) frame.BackgroundColor3 = Color3.new(1, 1, 1) frame.Active = true frame.Draggable = true local startButton = Instance.new("TextButton", frame) startButton.Size = UDim2.new(1, 0, 0.5, 0) startButton.Text = "Start" startButton.BackgroundColor3 = Color3.new(0, 1, 0) local stopButton = Instance.new("TextButton", frame) stopButton.Size = UDim2.new(1, 0, 0.5, 0) stopButton.Position = UDim2.new(0, 0, 0.5, 0) stopButton.Text = "Stop" stopButton.BackgroundColor3 = Color3.new(1, 0, 0) local toggleButton = Instance.new("TextButton", screenGui) toggleButton.Size = UDim2.new(0, 100, 0, 50) -- Increased size toggleButton.Position = UDim2.new(0, 10, 0, 10) toggleButton.Text = "Open" toggleButton.BackgroundColor3 = Color3.new(0, 0, 1) local isRunning = false local isOpen = true -- Function to give rewards quickly local function giveRewards() while isRunning do for i = 9, 1, -1 do if not isRunning then return end local success, err = pcall(function() GiveReward:FireServer(i) end) if not success then warn("Error giving reward: " .. err) end wait(0.01) end end end startButton.MouseButton1Click:Connect(function() if isRunning then return end isRunning = true startButton.Visible = false stopButton.Visible = true giveRewards() -- Start giving rewards end) -- Stop button functionality stopButton.MouseButton1Click:Connect(function() isRunning = false startButton.Visible = true stopButton.Visible = false end) -- Toggle button functionality toggleButton.MouseButton1Click:Connect(function() isOpen = not isOpen frame.Visible = isOpen toggleButton.Text = isOpen and "Close" or "Open" end) stopButton.Visible = false frame.Visible = true end) TheLift.Name = "The Lift" TheLift.Parent = Main TheLift.BackgroundColor3 = Color3.fromRGB(24, 131, 0) TheLift.BorderColor3 = Color3.fromRGB(0, 0, 0) TheLift.BorderSizePixel = 0 TheLift.Position = UDim2.new(0.338805974, 0, 0.270547956, 0) TheLift.Size = UDim2.new(0, 200, 0, 50) TheLift.Font = Enum.Font.SourceSans TheLift.Text = "The Lift [ GOD MODE" TheLift.TextColor3 = Color3.fromRGB(0, 0, 0) TheLift.TextSize = 14.000 TheLift.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/JSFKGBASDJKHIOAFHDGHIUODSGBJKLFGDKSB/kdjnvlkfns-kldjbncfkbn-vklnbcv-n/refs/heads/main/THE%20LIFT%20GOD%20MODE"))() end) NaturalDisaster.Name = "Natural Disaster" NaturalDisaster.Parent = Main NaturalDisaster.BackgroundColor3 = Color3.fromRGB(24, 131, 0) NaturalDisaster.BorderColor3 = Color3.fromRGB(0, 0, 0) NaturalDisaster.BorderSizePixel = 0 NaturalDisaster.Position = UDim2.new(0.680597007, 0, 0.270547956, 0) NaturalDisaster.Size = UDim2.new(0, 200, 0, 50) NaturalDisaster.Font = Enum.Font.SourceSans NaturalDisaster.Text = "Natural Disaster [ BlackHole Only PC" NaturalDisaster.TextColor3 = Color3.fromRGB(0, 0, 0) NaturalDisaster.TextSize = 14.000 NaturalDisaster.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/b4M9zmuN"))() end) infiniteyield.Name = "infinite yield" infiniteyield.Parent = Main infiniteyield.BackgroundColor3 = Color3.fromRGB(24, 131, 0) infiniteyield.BorderColor3 = Color3.fromRGB(0, 0, 0) infiniteyield.BorderSizePixel = 0 infiniteyield.Position = UDim2.new(0.00284900283, 0, 0.619863033, 0) infiniteyield.Size = UDim2.new(0, 200, 0, 50) infiniteyield.Font = Enum.Font.SourceSans infiniteyield.Text = "Infinite Yield" infiniteyield.TextColor3 = Color3.fromRGB(0, 0, 0) infiniteyield.TextSize = 14.000 infiniteyield.MouseButton1Down:connect(function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))() end) MM2.Name = "MM2" MM2.Parent = Main MM2.BackgroundColor3 = Color3.fromRGB(24, 131, 0) MM2.BorderColor3 = Color3.fromRGB(0, 0, 0) MM2.BorderSizePixel = 0 MM2.Position = UDim2.new(0.337606847, 0, 0.619863033, 0) MM2.Size = UDim2.new(0, 200, 0, 50) MM2.Font = Enum.Font.SourceSans MM2.Text = "mm2 [ SUPPORT SOLARA" MM2.TextColor3 = Color3.fromRGB(0, 0, 0) MM2.TextSize = 14.000 MM2.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Roman34296589/SnapSanixHUB/refs/heads/main/SnapSanixHUB.lua'))() end) DaHood.Name = "Da Hood" DaHood.Parent = Main DaHood.BackgroundColor3 = Color3.fromRGB(24, 131, 0) DaHood.BorderColor3 = Color3.fromRGB(0, 0, 0) DaHood.BorderSizePixel = 0 DaHood.Position = UDim2.new(0.679487169, 0, 0.619863033, 0) DaHood.Size = UDim2.new(0, 200, 0, 50) DaHood.Font = Enum.Font.SourceSans DaHood.Text = "Da Hood [ azuremodded" DaHood.TextColor3 = Color3.fromRGB(0, 0, 0) DaHood.TextSize = 14.000 DaHood.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Actyrn/Scripts/main/AzureModded"))() end)