function SlicerX(func) local success, result = pcall(func) if not success then warn("[SlicerX ERROR]:", result) end return success, result end SlicerX(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Ahma174/Fake-Gamepasses/refs/heads/main/V5"))() end)