Jump to content
  • 0

How can I edit fields of this class?


Evilghoul
 Share

Question

4 answers to this question

Recommended Posts

  • 0

Yes. I searched class name PunchWithDelay, PlayerNetwork.<PunchWithDelay>d__62, <PunchWithDelay>d__62 and offset 0x20 type float but it found nothing. I'm confused what class name should I input

Edited by Evilghoul
Link to comment
Share on other sites

  • 0

[ @Evilghoul ]
---

Quote

I'm confused what class name should I input

"PlayerNetwork.<PunchWithDelay>d__62" should be the correct one, perhaps also search for "PlayerNetwork".
---

Quote

but it found nothing

It is "private sealed" class, perhaps you need to find the right time when the fields is being used by the game. Games often remove class from memory when it's not being used.
---
Also mention your game's name, so others can perform some tests.

Link to comment
Share on other sites

  • 0
On 8/19/2023 at 10:25 PM, Evilghoul said:

Yes. I searched class name PunchWithDelay, PlayerNetwork.<PunchWithDelay>d__62, <PunchWithDelay>d__62 and offset 0x20 type float but it found nothing. I'm confused what class name should I input

Why you search that ? 

Link to comment
Share on other sites

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
 Share

×
×
  • 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.