scripts
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x020005EE RID: 1518
|
||||
[Token(Token = "0x20005EE")]
|
||||
[StructLayout(3)]
|
||||
public static class KKNDFPGMEAM
|
||||
{
|
||||
// Token: 0x170007F1 RID: 2033
|
||||
// (get) Token: 0x06002CD3 RID: 11475 RVA: 0x000BAF8C File Offset: 0x000B918C
|
||||
[Token(Token = "0x170007F1")]
|
||||
private static float OGHNAIMLPMA
|
||||
{
|
||||
[Token(Token = "0x6002CD3")]
|
||||
[Address(RVA = "0x12D7AA0", Offset = "0x12D64A0", VA = "0x1812D7AA0")]
|
||||
get
|
||||
{
|
||||
return Screen.dpi;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06002CD4 RID: 11476 RVA: 0x000BAFA0 File Offset: 0x000B91A0
|
||||
[Token(Token = "0x6002CD4")]
|
||||
[Address(RVA = "0x12D7AB0", Offset = "0x12D64B0", VA = "0x1812D7AB0")]
|
||||
public static Vector2 HOGFFMOHKBL()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06002CD4)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.Vector2 KKNDFPGMEAM::HOGFFMOHKBL()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_77:
|
||||
stloc:int32(var_19_7F, callgetter:int32(Screen::get_height))
|
||||
}
|
||||
|
||||
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.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: 0x06002CD5 RID: 11477 RVA: 0x000BB030 File Offset: 0x000B9230
|
||||
[Token(Token = "0x6002CD5")]
|
||||
[Address(RVA = "0x12D7A20", Offset = "0x12D6420", VA = "0x1812D7A20")]
|
||||
public static Vector2 DAEMIPGIEOO()
|
||||
{
|
||||
Vector2 vector = KKNDFPGMEAM.HOGFFMOHKBL();
|
||||
float dpi = Screen.dpi;
|
||||
Vector2 vector2;
|
||||
return vector2;
|
||||
}
|
||||
|
||||
// Token: 0x040025E7 RID: 9703
|
||||
[Token(Token = "0x40025E7")]
|
||||
private const float OIPEKKEKFAA = 300f;
|
||||
}
|
||||
Reference in New Issue
Block a user