MDKaisoul

Infinite yield v2

Oct 21st, 2023
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. defaultsettings = {
  2. prefix = ';';
  3. StayOpen = false;
  4. keepIY = true;
  5. logsEnabled = false;
  6. jLogsEnabled = false;
  7. aliases = {};
  8. binds = {};
  9. WayPoints = {};
  10. PluginsTable = {};
  11. }
  12.  
  13. defaults = game:GetService("HttpService"):JSONEncode(defaultsettings)
  14.  
  15. writefile("IY_FE.iy",defaults)
  16.  
  17.  
  18. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
Add Comment
Please, Sign In to add comment