- 0
Help field offset
-
Similar Content
-
- 2 replies
- 4,703 views
-
- 0 comments
- 13,604 views
-
il2cpp based games. Class name and Field offset searcher 1 2
By Lover1500,
- class name
- field offset
- (and 1 more)
- 29 replies
- 17,269 views
-
il2cpp based games. Class name and Field offset searcher
By Lover1500,
- class name
- field offset
- (and 1 more)
- 5 comments
- 20,549 views
-
- 4 answers
- 1,014 views
-
Question
LaToM
------------------------------------------
// 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
Link to comment
Share on other sites
18 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now