Normal IY FE: loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() FD IY (discontinued): loadstring(game:HttpGet("https://pastebin.com/raw/MjBzRjmT"))() IY require (most recent ver.): require(9475168852)("username") IY require (Original): require(4851033180)("username") IY require (not working, i think): require(7624679472)("username") delta IY: loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/mobile-delta-inf-yield/main/deltainfyield.txt"))() Wave IY: loadstring(game:HttpGet('https://raw.githubusercontent.com/Absu245/wave/main/infyield_source'))() IY Reborn: loadstring(game:HttpGet("https://github.com/fuckusfm/infiniteyield-reborn/raw/master/source"))() IY Reborn require: require(17799578371).IYReborn("username") IY Reborn is making more versions soon like: IY Reborn (LightWeight) Infinite Yield Reborn FE but deprecated (100% support with executors with no UNC support) IY Reborn (Classic Look) Infinite yield reborn with classic look its prob gonna be discontinued on release how to give everyone a require script? example: one line version (for DevConsole): for i, v in pairs(game.Players:GetPlayers()) do require(123456789).idk(v.Name) end normal version: for i, v in pairs(game.Players:GetPlayers()) do require(123456789).idk(v.Name) end