TNightmareHA

Infinite Yield A^X script

Mar 27th, 2022 (edited)
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. --Do not copy, just do Pastebin Raw method.
  2. --Note: This is for Arceus X, if you want to use it for Laptop too then use it.
  3. defaultsettings = { prefix = ';'--[[Change the Prefix if you want to. For me i want to change it to '!', this is my favorite prefix.]]; StayOpen = false; keepIY = true; logsEnabled = false; jLogsEnabled = false; aliases = {}; binds = {}; WayPoints = {}; PluginsTable = {}; } defaults = game:GetService("HttpService"):JSONEncode(defaultsettings) writefile("IY_FE.iy",defaults) loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
Advertisement
Add Comment
Please, Sign In to add comment