Need some help?

Learn how to use Infinite Yield, install plugins, and troubleshoot common issues.

Desktop Guide

PC Installation

Learn how to manually add .iy or .lua files to your exploit's folder and load them on Windows.

Mobile Guide

Mobile Installation

A step-by-step guide for mobile users on how to manage plugin files on Android/iOS.

Frequently Asked Questions

How do I run Infinite Yield? (Quick Start)

To start using Infinite Yield, simply copy the code below and paste it into your Roblox exploit's script box, then click Execute.

Infinite Yield Loadstring
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()

Don't have an exploit? Check out some popular ones like Solara, JJSploit, or Wave to get started.

How do I install the Plugin Store? (Quick Setup)

You can automatically set up the Plugin Store in a single click using our setup script. Here is how:

  1. Copy the script below.
  2. Execute it in your Roblox executor.
  3. Use the ;iystore command in Infinite Yield to open the Plugin Store.
  4. Browse, search, and click install on any plugin you like!
Plugin Store Setup Script
loadstring(game:HttpGet('https://iyplugins.pages.dev/pluginsetup.lua'))()
What are the currently active executors?

Here are some of the most popular and recently updated executors, powered by WEAO.

Fetching live status...

Check weao.gg for the full list of 30+ executors.

Why did it freeze or stop working?

This is usually caused by File Corruption. Don't worry, it's easy to fix, but please read the warning below first.

⚠️ CRITICAL WARNING

Following these steps will delete ALL your saved Infinite Yield settings (Prefix, Waypoints, keybinds, etc.).

Option 1: Quick Fix (Script)

Make sure Infinite Yield is not running, then execute this script in your exploitbox:

Fix Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/infyiff/backup/main/infinite-yield-save-fix.lua"))()

Option 2: Manual Fix

  • Open your executor's folder and go into the workspace folder.
  • Find the file named IY_FE.iy and delete it.
  • Tip: If you can't find the file, run delfile("IY_FE.iy") in your executor.
  • Optionally, send the file to one of the mods or devs to help them find out why it broke.
  • Restart Infinite Yield in a new game!
How do I add new plugins?

Plugins add more features to IY. Here is the easiest way to add them:

  • Download: Find a .iy or .lua plugin file you like on this site.
  • Move: Put that file into the workspace folder inside your exploit's main folder.
  • Open IY: In Roblox, open IY and click Settings > Plugins > Add Plugin.
  • Type Name: Type the file name (like fly.iy or fly.lua) and click 'Add'. You're done!
What if I find a bug?

We love fixing things! Reach out to us if you see a problem:

  • Small Bugs: Tell us about it in the #bug-reports channel.
  • Big Problems: If something is totally broken, send a message to the developers on Discord.