PMT FREE MOD Last Z: Survival Shooter Ver.1.250.661 MOD Menu APK | Control Enemy & More

Post number 292 has been selected as best answered.

Hello sir i hope you are fine
Sir if you can tell me is the source code name for this mod (if you didn't understand what i mean is that the mod in which enemy speed is set to 1 to 10 ) I want the name of the source code you mod
If you can tell me this will be very helpful and i will be grateful of you hope you have a good day sir
 
Hello sir i hope you are fine
Sir if you can tell me is the source code name for this mod (if you didn't understand what i mean is that the mod in which enemy speed is set to 1 to 10 ) I want the name of the source code you mod
If you can tell me this will be very helpful and i will be grateful of you hope you have a good day sir
ya sure, it is
it is a method in this class
TMPro.TMP_Dropdown
get_alphaFadeSpeed
```
// TMPro.TMP_Dropdown
// Token: 0x0600018F RID: 399 RVA: 0x000028B0 File Offset: 0x00000AB0
[Token(Token = "0x600018F")]
[Address(RVA = "0x2C24310", Offset = "0x2C24310", VA = "0x2C24310")]
public float get_alphaFadeSpeed()
{
return 0f;
}
```
have fun replicatinng it, use a seekbar , simple as that
also this one does the same
```
// UnityEngine.AI.NavMeshAgent
// Token: 0x06000067 RID: 103
[Token(Token = "0x6000067")]
[Address(RVA = "0x3287D88", Offset = "0x3287D88", VA = "0x3287D88")]
[MethodImpl(4096)]
public extern float get_speed();

```
 
ya sure, it is
it is a method in this class
TMPro.TMP_Dropdown
get_alphaFadeSpeed
```
// TMPro.TMP_Dropdown
// Token: 0x0600018F RID: 399 RVA: 0x000028B0 File Offset: 0x00000AB0
[Token(Token = "0x600018F")]
[Address(RVA = "0x2C24310", Offset = "0x2C24310", VA = "0x2C24310")]
public float get_alphaFadeSpeed()
{
return 0f;
}
```
have fun replicatinng it, use a seekbar , simple as that
also this one does the same
```
// UnityEngine.AI.NavMeshAgent
// Token: 0x06000067 RID: 103
[Token(Token = "0x6000067")]
[Address(RVA = "0x3287D88", Offset = "0x3287D88", VA = "0x3287D88")]
[MethodImpl(4096)]
public extern float get_speed();

```
Thank u so much sir
 
Tags Tags
com.readygo.barrel.gp last z: survival shooter

Similar threads

Back
Top Bottom