
Description
local Players = game:GetService("Players") local player = Players.LocalPlayer local function setupHumanoid(character) local humanoid = character:WaitForChild("Humanoid") humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false) humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false) end player.CharacterAdded:Connect(setupHumanoid) if player.Character then setupHumanoid(player.Character) end if type(sethiddenproperty) == "function" then pcall(function() sethiddenproperty(Game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end) elseif type(setsimulationradius) == "function" then pcall(function() setsimulationradius(math.huge) end) end local itemFolder = workspace:FindFirstChild("ItemFolder") or workspace:FindFirstChild("ItemFolder1") if not itemFolder then for _, child in pairs(workspace:GetChildren()) do if string.match(child.Name, "%d") then itemFolder = child break end end end if itemFolder then itemFolder.Name = "ItemFolder1" end local WindUI = loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))() local Window = WindUI:CreateWindow({ Title = "Piggy | Veno Hub", Icon = "lucide:piggy-bank", -- lucide icon Author = "By Totallynothimplayz", Folder = "VenoHub", -- ↓ This all is Optional. You can remove it. Size = UDim2.fromOffset(580, 460), MinSize = Vector2.new(500, 350), MaxSize = Vector2.new(900, 600), Transparent = true, Theme = "Dark", Resizable = true, SideBarWidth = 185, BackgroundImageTransparency = 0.42, HideSearchBar = false, ScrollBarEnabled = false, -- ↓ Optional. You can remove it. --[[ You can set 'rbxassetid://' or video to Background. 'rbxassetid://': Background = "rbxassetid://", -- rbxassetid Video: Background = "video:YOUR-RAW-LINK-TO-VIDEO.webm", -- video --]] KeySystem = { -- ↓ Optional. You can remove it. Key = { "minitoon likes leaking intercity too much", "P938298292&|6336_$" }, Note = "Join The Discord To Get The Key.", -- ↓ Optional. You can remove it. -- ↓ Optional. You can remove it. URL = "https://discord.gg/7euCFTSPfz", SaveKey = true, -- automatically save and load the key. }, }) WindUI:AddTheme({ Name = "Cyberpunk Purple", -- theme name Accent = Color3.fromHex("#FF44CC"), Background = Color3.fromHex("#0F0022"), Outline = Color3.fromHex("#00FFF0"), Text = Color3.fromHex("#FFFFFF"), Button = Color3.fromHex("#2A0049"), Icon = Color3.fromHex("#FFD700"), }) WindUI:AddTheme({ Name = "Dracula", Accent = Color3.fromHex("#FF79C6"), Background = Color3.fromHex("#282A36"), Outline = Color3.fromHex("#6272A4"), Text = Color3.fromHex("#F8F8F2"), Button = Color3.fromHex("#44475A"), Icon = Color3.fromHex("#BD93F9"), }) WindUI:AddTheme({ Name = "Synthwave", Accent = Color3.fromHex("#FF44CC"), Background = Color3.fromHex("#1A0033"), Outline = Color3.fromHex("#FF9500"), Text = Color3.fromHex("#FFFFFF"), Button = Color3.fromHex("#330066"), Icon = Color3.fromHex("#00D4FF"), }) WindUI:AddTheme({ Name = "Forest", Accent = Color3.fromHex("#4ECDC4"), Background = Color3.fromHex("#1A1F16"), Outline = Color3.fromHex("#45B7D1"), Text = Color3.fr




Clean All The Leaves: Zero Point