Jump to content
  • 0

Help field offset


Question

Posted (edited)

------------------------------------------

// Namespace: 

[Serializable]

public class PlayerData.PlayerBattlePass // TypeDefIndex: 5383

{

 // Fields

 public int version; // 0x10

 public int score; // 0x14

 public int maxReachedScore; // 0x18

 public bool premUnlocked; // 0x1C

 public List<int> unclaimedFree; // 0x20

 public List<int> unclaimedPrem; // 0x28

------------------------------------------

So i used Field Offset Finder 3 by @Rxhacker

But script can't find value .

any other way to find this value or script.

Sorry my English bad 😔

 

 

Edited by LatoM

Recommended Posts

  • 0
Posted
30 minutes ago, Proejder said:

i made it for myself as i am modding the script. I can send it to you.

if u want i will want thanks bro

  • 0
Posted
On 22.10.2022 at 11:06, Proejder said:

Senaryoyu modlarken kendim için yaptım. Sana gönderebilirim.

It's been a long time since the subject, but if you accept it, I need that script. 

 

  • 0
Posted

I used Field Offset Finder 3 by @Rxhacker

But script can't find value 

Quote

// Dll : Assembly-CSharp.dll
// Namespace: BF
[Serializable]
public class BattleUnitAttribute
{
    // Fields
    public Int64 hp; // 0x10
    public Int64 max_hp; // 0x18
    public Int64 atk; // 0x20
    public Int64 atk_red; // 0x28
    public Int64 atk_yellow; // 0x30
    public Int64 atk_green; // 0x38
    public Int64 atk_blue; // 0x40
    public Int64 atk_purple; // 0x48
    public Int64 sheild_hp; // 0x50

    // Properties

    // Methods
    // RVA: 0x1709234 VA: 0x795cfff234
    public Void .ctor() { }
}

 

  • -1
Posted
4 hours ago, blocx said:

hi bro its possible to ask u how find this script ? thanks

i made it for myself as i am modding the script. I can send it to you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.