Jump to content

hienngocloveyou

Newbie
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hienngocloveyou's Achievements

Newbie

Newbie (1/14)

  • Dedicated
  • 2 Years In
  • One Year In
  • Reacting Well
  • First Post

Recent Badges

0

Reputation

  1. How did you get this cooldown mod ? I use the android so I need to buy how to mod this feature. Regards,
  2. Hi, Can you help me ? I want to know how to hook a struct and edit it's member (height,slope,offset) The code below show the method return struct type and it's member. public GameCamera.ZoomParams CameraZoomParams { [Token(Token = "0x6001120")] [Address(RVA = "0xBA6058", Offset = "0xBA6058", VA = "0xBA6058")] get { return default(GameCamera.ZoomParams); } } public struct ZoomParams { // Token: 0x04000F56 RID: 3926 [Token(Token = "0x400464A")] [Il2CppDummyDll.FieldOffset(Offset = "0x0")] public bool enabled; // Token: 0x04000F57 RID: 3927 [Token(Token = "0x400464B")] [Il2CppDummyDll.FieldOffset(Offset = "0x4")] public float heigth; // Token: 0x04000F58 RID: 3928 [Token(Token = "0x400464C")] [Il2CppDummyDll.FieldOffset(Offset = "0x8")] public float offset; // Token: 0x04000F59 RID: 3929 [Token(Token = "0x400464D")] [Il2CppDummyDll.FieldOffset(Offset = "0xC")] public float slope; }
  3. Hi everyone, How about I want to use 1.8 float ? fmov s0, #1.8 ret and https://armconverter.com/ return : ### Invalid operand C0035FD6
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines