R

iy mobile

public
rrixh Feb 09, 2024 Never 65
Clone
Plaintext infiniteyield-mobile 18 lines (14 loc) | 402 Bytes
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'))()