warn("Anti afk running") game:GetService("Players").LocalPlayer.Idled:connect(function() warn("Anti afk ran") game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):ClickButton2(Vector2.new()) end) local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Marco8642/science/main/ui%20libs2"))() local example = library:CreateWindow({ text = "Primal Pursuit 🦖" }) example:AddToggle("Auto Collect Candy Cane ", function(state) getfenv().collect = (state and true or false) while getfenv().collect do task.wait() if workspace.CurrentMap:FindFirstChild("ItemFolder") then for i,v in pairs(workspace.CurrentMap.ItemFolder: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 end end) example:AddButton("Auto Bones[server hop]", function(state) loadstring(game:HttpGet("https://raw.githubusercontent.com/Marco8642/science/refs/heads/main/bones"))() end) example:AddToggle("Infinite Ammo ", function(state) getfenv().ammo =(state and true or false) while getfenv().ammo do task.wait() local tool = game:GetService("Players").LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool") if tool ~= nil and getfenv().ammo then tool:SetAttribute("Magazine",math.huge) elseif tool ~= nil and getfenv().ammo then tool:SetAttribute("Magazine",0) end end end) example:AddButton("Bypass Gamepasses", function(state) for i,v in pairs(getgc(true)) do if type(v) == "table" and rawget(v,"Price") ~= nil then v.GamepassId = nil end end end)