scripts
This commit is contained in:
@@ -0,0 +1,109 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using JetBrains.Annotations;
|
||||
using Photon.Pun;
|
||||
|
||||
// Token: 0x02002BC7 RID: 11207
|
||||
[Token(Token = "0x2002BC7")]
|
||||
[StructLayout(3)]
|
||||
public class PPLFNCHJCEP
|
||||
{
|
||||
// Token: 0x06013B86 RID: 80774 RVA: 0x004BB244 File Offset: 0x004B9444
|
||||
[Token(Token = "0x6013B86")]
|
||||
[Address(RVA = "0x182F7D0", Offset = "0x182E1D0", VA = "0x18182F7D0")]
|
||||
public PPLFNCHJCEP([Optional] Dictionary<string, object> instantiationParameters)
|
||||
{
|
||||
if (instantiationParameters == 0)
|
||||
{
|
||||
Dictionary<string, object> dictionary = new Dictionary();
|
||||
}
|
||||
this.AHHBNNJJICD = instantiationParameters;
|
||||
}
|
||||
|
||||
// Token: 0x06013B87 RID: 80775 RVA: 0x004BB270 File Offset: 0x004B9470
|
||||
[Token(Token = "0x6013B87")]
|
||||
[Address(RVA = "0x182F660", Offset = "0x182E060", VA = "0x18182F660")]
|
||||
[NotNull]
|
||||
public static PPLFNCHJCEP DKECDBMKDIK(PhotonView EJNCMAGLMGN)
|
||||
{
|
||||
if (EJNCMAGLMGN.InstantiationData != 0 && EJNCMAGLMGN.InstantiationData.Length > 1)
|
||||
{
|
||||
object obj = EJNCMAGLMGN.InstantiationData[1];
|
||||
if (obj != 0 && obj != 0)
|
||||
{
|
||||
PPLFNCHJCEP pplfnchjcep;
|
||||
return pplfnchjcep;
|
||||
}
|
||||
}
|
||||
Dictionary<string, object> dictionary = new Dictionary();
|
||||
PPLFNCHJCEP pplfnchjcep2;
|
||||
pplfnchjcep2.AHHBNNJJICD = dictionary;
|
||||
return pplfnchjcep2;
|
||||
}
|
||||
|
||||
// Token: 0x06013B88 RID: 80776 RVA: 0x004BB2C4 File Offset: 0x004B94C4
|
||||
[Token(Token = "0x6013B88")]
|
||||
[Address(RVA = "0x2171030", Offset = "0x216FA30", VA = "0x182171030")]
|
||||
public bool IMCPFLDKEOH<T>(string, out T ONGBFDACHHG) where T : struct
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06013B88)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean PPLFNCHJCEP::IMCPFLDKEOH<T>(System.String,T&)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_1C:
|
||||
stloc:ArgumentException(var_5_31, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("Type mismatch for key \""), ldloc:string(A_1), ldstr:string("\" in instantiation data!"))))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06013B89 RID: 80777 RVA: 0x004BB304 File Offset: 0x004B9504
|
||||
[Token(Token = "0x6013B89")]
|
||||
[Address(RVA = "0x24BA960", Offset = "0x24B9360", VA = "0x1824BA960")]
|
||||
public void BDJFGEJFPPO<T>(string DNGKIAJLLHG, T ONGBFDACHHG)
|
||||
{
|
||||
Dictionary<string, object> ahhbnnjjicd = this.AHHBNNJJICD;
|
||||
if ("{il2cpp array field il2cppMethodInfo->}" == (ulong)1L)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06013B8A RID: 80778 RVA: 0x004BB328 File Offset: 0x004B9528
|
||||
[Token(Token = "0x6013B8A")]
|
||||
[Address(RVA = "0x182F600", Offset = "0x182E000", VA = "0x18182F600")]
|
||||
public void BIHKNNPGGKP(string DNGKIAJLLHG)
|
||||
{
|
||||
bool flag = this.AHHBNNJJICD.Remove(DNGKIAJLLHG);
|
||||
}
|
||||
|
||||
// Token: 0x06013B8B RID: 80779 RVA: 0x004BB348 File Offset: 0x004B9548
|
||||
[Token(Token = "0x6013B8B")]
|
||||
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0")]
|
||||
public Dictionary<string, object> OBNEOINILCA()
|
||||
{
|
||||
return this.AHHBNNJJICD;
|
||||
}
|
||||
|
||||
// Token: 0x0400D4FE RID: 54526
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400D4FE")]
|
||||
private readonly Dictionary<string, object> AHHBNNJJICD;
|
||||
}
|
||||
Reference in New Issue
Block a user