mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 21:25:51 +00:00
update 0.3
This commit is contained in:
@@ -41,6 +41,7 @@ namespace api2018
|
||||
// Token: 0x0600036A RID: 874 RVA: 0x00009044 File Offset: 0x00007244
|
||||
public static string loginCache(ulong userid, ulong platformid)
|
||||
{
|
||||
int level = int.Parse(File.ReadAllText("SaveData\\Profile\\level.txt"));
|
||||
string name = File.ReadAllText("SaveData\\Profile\\username.txt");
|
||||
return JsonConvert.SerializeObject(new logincached
|
||||
{
|
||||
@@ -51,7 +52,7 @@ namespace api2018
|
||||
Username = name,
|
||||
DisplayName = name,
|
||||
XP = 9999,
|
||||
Level = 10,
|
||||
Level = level,
|
||||
RegistrationStatus = 2,
|
||||
Developer = true,
|
||||
CanReceiveInvites = false,
|
||||
|
||||
Reference in New Issue
Block a user