Jump to content

klashksa

Senior Member
  • Posts

    472
  • Joined

  • Last visited

Everything posted by klashksa

  1. Bullet force
  2. how can i download & install it if i have windows from here ?
  3. Player_GetCurrentWeaponAmmo and this is InfiniteAmmo __text:000000010033FBE8 ADRP X1, #aInfiniteammo@PAGE ; "InfiniteAmmo" __text:000000010033FBEC ADD X1, X1, #aInfiniteammo@PAGEOFF ; "InfiniteAmmo" __text:000000010033FBF0 MOV X0, X19 __text:000000010033FBF4 BL sub_100FCBE90 __text:000000010033FBF8 MOV X0, X19 __text:000000010033FBFC MOV X1, #0 __text:000000010033FC00 BL sub_100FCBDFC __text:000000010033FC04 MOV W1, #0xFFFFFFFD __text:000000010033FC08 MOV X0, X19 __text:000000010033FC0C BL sub_100FCC840
  4. This is first time use strings so can anyone help me to explain what can i change here ? - Unlimited Ammo __text:000000010033E8C8 ADRP X1, #aPlayerGetcurre@PAGE ; "Player_GetCurrentWeaponAmmo" __text:000000010033E8CC ADD X1, X1, #aPlayerGetcurre@PAGEOFF ; "Player_GetCurrentWeaponAmmo" __text:000000010033E8D0 SUB X0, X29, #-var_70 __text:000000010033E8D4 BL sub_10010C1FC __text:000000010033E8D8 LDUR W1, [X29,#var_70] __text:000000010033E8DC ADR X2, sub_10033B3E4 __text:000000010033E8E0 NOP __text:000000010033E8E4 MOV X0, X20 __text:000000010033E8E8 BL sub_100315FC8 __text:000000010033E8EC LDR X0, [X23] __text:000000010033E8F0 ADR X2, sub_10033B418 __text:000000010033E8F4 NOP __text:000000010033E8F8 MOV W1, #0xA1590000 __text:000000010033E8FC MOVK W1, #0x608D __text:000000010033E900 BL sub_100315FC8 __text:000000010033E904 LDR X20, [X23] __text:000000010033E908 ADRP X1, #aPlayerCanfired@PAGE ; "Player_CanFireDroneWeapon" __text:000000010033E90C ADD X1, X1, #aPlayerCanfired@PAGEOFF ; "Player_CanFireDroneWeapon" i changed : __text:000000010033E8D0 SUB X0, X29, #-var_70 To : Mov w0, #0xfff but the game kick me out when i join to the match
  5. Wooooooowww
  6. @bR34Kr what about Shmoo Modmenu ur app supports it or only APMenu ?
  7. I'll check it every day anyway ty so much
  8. Ty for ur quick reply ill try to make it x32 to use APMenu .
  9. I already idk if the offset it's arm64 or 32 Lol , but always when I put the binary file into li2CappDumper and Ida I chose arm64 that men's my offset it's arm64 ?
  10. When I activate the feature Nothing happens , idk why I always get problems
  11. Where is the link and name of the app
  12. I'm using Shmoo ModMenu but i want to use APMenu because APMenu Supports ios11 so can anyone help me to write this code inside APMenu plz my code : addHack(@"Unlimited Money", @"", font, {0x1001DAD90, 0x1001DAD94}, {0x00E0BF12, 0xC0035FD6}, {0xF44FBEA9, 0xFD7B01A9}); I tried many times to write them here but didn't work : @"k01BasicSwitcher":@{ @"offsets": @[@"0x!!!!!"], @"patched": @[@"0x!!!!!!"], @"desc": @"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur interdum augue vitae magna sodales, et posuere sem mattis. Integer fringilla scelerisque nisl, vitae sodales justo feugiat ac. Vivamus hendrerit, erat.", @"label": @"A basic switcher" }, NOTE: i chose ARM64 in IDA
  13. Thank u for ur answer I'll try
  14. Hi all I made Gravity hack but I want to make slider For Gravity i know how to make basic switch but I want to make Slider to anyone wants to change it in Shmoo ModMenu this is Gravity function __text:00000001008D9E28 SUB SP, SP, #0x20 __text:00000001008D9E2C STP X29, X30, [SP,#0x10+var_s0] __text:00000001008D9E30 ADD X29, SP, #0x10 __text:00000001008D9E34 STR WZR, [SP,#0x10+var_8] __text:00000001008D9E38 STR XZR, [SP,#0x10+var_10] __text:00000001008D9E3C MOV X1, SP __text:00000001008D9E40 BL Physics$$INTERNAL_get_gravity __text:00000001008D9E44 LDP S0, S1, [SP,#0x10+var_10] __text:00000001008D9E48 LDR S2, [SP,#0x10+var_8] __text:00000001008D9E4C LDP X29, X30, [SP,#0x10+var_s0] __text:00000001008D9E50 ADD SP, SP, #0x20 __text:00000001008D9E54 RET __text:00000001008D9E54 ; End of function Physics$$get_gravity How can I but them in : Hide contents To add a hook with a slider, use this function: addSliderHook(@"Hook name", @"Description of the hook", font, lower bound for slider, upper bound for slider, function address, the name of the function you are using for the hook, the name of the function that you aren't using for the hook); Use this line of code to retrieve the slider's value: float val = [SliderHook getSliderValueForHook:@"hook name here"]; Let's say I wanted to make a hook with a slider that enabled the user to choose their FOV from 60 to 150. I would use this code: float (*getFovOrig)(void *_this); float _getFovHooked(void *_this){ return [SliderHook getSliderValueForHook:@"Field of view slider"]; } addSliderHook(@"Field of view slider", @"Use this slider to adjust your FOV from 60 to 150.", font, 60, 150, 0xc392da, (void *)_getFovHooked, (void *)getFovOrig);
  15. oh , anyway thank u so much idk why i loved u Lol
  16. yeah work (shmoo) yeah i did activate the features when the app launches and worked with me but in the game no (arthur) never not worked with me when i try activate the features Do u know why ?
  17. security ?? but the hack work fine when i changed it in HEX Editor
  18. not worked with me Arhtur modmenu work fine but Featrue Hack not work Shmoo modmenu also work fine but when i join in match kick me
  19. hi all , i want to use Arthur and Shmoo Modmenu but idk how . can u write the code plz :*( i already changed them in HEX Editor and works fine with me To mov x0, #1 -------- 200080D2 RET ------------------- C0035FD6 arthur @"k01BasicSwitcher":@{ @"offsets": @[@"0x1001E32B8"], @"orig": @[@"0x1C8B2B8"], @"patched": @[@"0x200080d2, 0xC0035FD6"], @"desc": @"see enemy's on map", @"label": @"Radar" }, shmoo addHack(@"radarhack", @"see enemys on map", font, {0x999999}, {0x9999999}, {0x9999999});
  20. Also Supports ios7 but i didn't write that because don't like iOS 7 and less Lol
  21. @shmoo do u have any idea about crash ? I added my offset,my hacked hex and org hex . After that when the game starts kicked me
×
  • 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