コード例 #1
0
ファイル: SDK.cs プロジェクト: thebigsmileXD/Flare-Client
 public SDK()
 {
     instance = this;
     UInt64[] offs = { 0xA8, 0x58, 0x38, 0x8 };
     player = new LocalPlayer(MCM.baseEvaluatePointer(0x02FFAF50, offs));
 }
コード例 #2
0
 public SDK()
 {
     instance = this;
     UInt64[] offs = { 0xA8, 0x10, 0x40, 0x0 };
     player = new LocalPlayer(MCM.baseEvaluatePointer(0x02FEE4B0, offs));
 }