Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/Maxgat5/UiLib/main/lua')))()
- local w = library:CreateWindow("SUBSCRIBE TO Roblox EXPLOITS!")
- local b = w:CreateFolder("AutoFarm-SUBSCRIBE")
- local f = w:CreateFolder("AutoBuy-TO")
- local e = w:CreateFolder("Mix-Roblox EXPLOITS")
- local u = w:CreateFolder("Credits|Roblox EXPLOITS|")
- SelectedEgg = "Basic Egg"
- Eggs = {}
- for i,v in pairs(game:GetService("Workspace").GameMap.Areas.Eggs:GetChildren()) do
- table.insert(Eggs,v.Name)
- end
- b:Toggle("AutoClicker",function(bool)
- shared.toggle = bool
- AutoClicker = bool
- end)
- b:Toggle("AutoSell",function(bool)
- shared.toggle = bool
- AutoSell = bool
- end)
- b:Toggle("AutoCollectGems",function(bool)
- shared.toggle = bool
- AutoCollectGems = bool
- end)
- f:Toggle("PopIt",function(bool)
- shared.toggle = bool
- PopIt = bool
- end)
- f:Toggle("Backpack",function(bool)
- shared.toggle = bool
- Backpack = bool
- end)
- f:Dropdown("Select Egg",Eggs,true,function(a)
- SelectedEgg = a
- end)
- f:Toggle("Buy Egg",function(bool)
- shared.toggle = bool
- BuyEgg = bool
- end)
- f:Button("Tp Egg",function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").GameMap.Areas.Eggs[SelectedEgg].Part.CFrame.Position + Vector3.new(0,0,0))
- end)
- f:Toggle("Rebirth",function(bool)
- shared.toggle = bool
- Rebirth = bool
- end)
- e:Toggle("AntiAfk",function(bool)
- shared.toggle = bool
- AntiAfk = bool
- end)
- e:Toggle("Huge PopIt",function(bool)
- shared.toggle = bool
- HugePopIt = bool
- end)
- e:Button("Collect Chests",function()
- for i,v in pairs(game:GetService("Workspace").Chests:GetDescendants()) do
- if v.Name == "TouchInterest" then
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
- end
- end
- end)
- u:Button("Maker",function()
- setclipboard("(Fxnd) フォンドは神です#0001")
- end)
- u:Button("DubstepGutter_OFFICIAL#6948",function()
- setclipboard("DubstepGutter_OFFICIAL#6948")
- end)
- u:Button("Discord Server",function()
- setclipboard("https://discord.gg/yJubNzYy")
- end)
- game:GetService('RunService').Stepped:connect(function()
- if BuyEgg == true then
- game:GetService("ReplicatedStorage").Remotes.OpenEgg:InvokeServer(workspace.GameMap.Areas.Eggs[SelectedEgg])
- end
- if AutoClicker == true then
- game:GetService("ReplicatedStorage").Remotes.UsePopIt:FireServer()
- end
- if PopIt == true then
- save = {}
- for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.StuffShop.ShopFrame.CoinShopFrame.ScrollingFrame:GetDescendants()) do
- if v.ClassName == "ImageLabel" then
- if v.Name == "Lock" and v.Visible == true then
- table.insert(save,v.Parent.Tag.Value)
- end
- end
- end
- for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.StuffShop.ShopFrame.CoinShopFrame.ScrollingFrame:GetDescendants()) do
- if v.ClassName == "ImageLabel" then
- if v.Name == "Lock" and v.Visible == false then
- if v.Parent.Tag.Value == (math.min(unpack(save)) - 1) then
- game:GetService("ReplicatedStorage").Remotes.PopItShop:FireServer("Buy",tostring(v.Parent.Name))
- end
- end
- end
- end
- end
- if Backpack == true then
- save = {}
- for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.BackpackShop.ShopFrame.CoinShopFrame.ScrollingFrame:GetDescendants()) do
- if v.ClassName == "ImageLabel" then
- if v.Name == "Lock" and v.Visible == true then
- table.insert(save,v.Parent.Tag.Value)
- end
- end
- end
- for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.BackpackShop.ShopFrame.CoinShopFrame.ScrollingFrame:GetDescendants()) do
- if v.ClassName == "ImageLabel" then
- if v.Name == "Lock" and v.Visible == false then
- if v.Parent.Tag.Value == (math.min(unpack(save)) - 1) then
- game:GetService("ReplicatedStorage").Remotes.BackpackShop:FireServer("Buy",tostring(v.Parent.Name))
- end
- end
- end
- end
- end
- if AutoCollectGems == true then
- for i,v in pairs(game:GetService("Workspace").GemSpawns:GetDescendants()) do
- if v.Name == "TouchInterest" then
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
- end
- end
- end
- if Rebirth == true then
- game:GetService("ReplicatedStorage").Remotes.RequestRebirth:FireServer()
- end
- if HugePopIt == true then
- for i,v in pairs(game:GetService("Workspace").PopCircles:GetDescendants()) do
- if v.Name == "TouchInterest" then
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
- end
- end
- end
- if AntiAfk == true then
- local bb=game:service'VirtualUser'
- bb:CaptureController()
- bb:ClickButton2(Vector2.new())
- end
- end)
- while wait() do
- pcall(function()
- if AutoSell == true then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").Map["Sell Zone"].SellHitbox.CFrame.Position + Vector3.new(0,0,100))
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").Map["Sell Zone"].SellHitbox.CFrame.Position + Vector3.new(0,0,0))
- wait(.1)
- end
- end)
- end
Add Comment
Please, Sign In to add comment