Jump to content

Technology Group007

Senior Member
  • Posts

    285
  • Joined

  • Last visited

Everything posted by Technology Group007

  1. I tried patch this game binary file with IDA and HexEditor, but it's looks like a property, I found this class have getter/setter methods. I'm a noob, i don't know how to Hex-Patch a 'double' type or make a THEOS hack. also I tried use class-dump the game, but how can I hook this method/property with THEOS? thanks😁 I installed my hack on my iPhone but it's not work😑 IDA: il2cpp:000000010216C684 ; =============== S U B R O U T I N E ======================================= il2cpp:000000010216C684 il2cpp:000000010216C684 ; Attributes: il2cpp:000000010216C684 il2cpp:000000010216C684 HeroConfig$$get_attack ; CODE XREF: ChapterPassAttributeNode$$reloadHeroData+170↑p il2cpp:000000010216C684 ; ChapterPassAttributeNode$$reloadChapterData+170↑p ... il2cpp:000000010216C684 LDR D0, [X0,#0x28] il2cpp:000000010216C688 RET il2cpp:000000010216C688 ; End of function HeroConfig$$get_attack il2cpp:000000010216C688 il2cpp:000000010216C68C il2cpp:000000010216C68C ; =============== S U B R O U T I N E ======================================= il2cpp:000000010216C68C il2cpp:000000010216C68C ; Attributes: il2cpp:000000010216C68C il2cpp:000000010216C68C HeroConfig$$set_attack ; DATA XREF: __const:0000000103AAE778↓o il2cpp:000000010216C68C STR D0, [X0,#0x28] il2cpp:000000010216C690 RET il2cpp:000000010216C690 ; End of function HeroConfig$$set_attack ill2cppdumper (dump.cs): // Namespace: public class HeroConfig : NSConfigObject // TypeDefIndex: 7645 { // Fields private double <attack>k__BackingField; // 0x28 // Properties public double attack { get; set; } // Methods [CompilerGeneratedAttribute] // RVA: 0x145190 Offset: 0x145190 VA: 0x100145190 // RVA: 0x216C684 Offset: 0x216C684 VA: 0x10216C684 public double get_attack() { } [CompilerGeneratedAttribute] // RVA: 0x1451A0 Offset: 0x1451A0 VA: 0x1001451A0 // RVA: 0x216C68C Offset: 0x216C68C VA: 0x10216C68C private void set_attack(double value) { } } My THEOS Hack(can make it and install but not effect on my iPhone): %hook HeroConfig - (double)get_attack{ return 999999999; } %end
  2. let me see , thanks bro
  3. I started the aimbot on an airplane and I was banned for 10 yearsI started the aimbot on an airplane and I was banned for 10 years
×
  • 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