Jump to content

arthurdapaz

Senior Member
  • Posts

    301
  • Joined

  • Last visited

Everything posted by arthurdapaz

  1. Nice! Let me ban my main account on this one rsrs update: yep, got my main account banned.
  2. Hey, do you still develop cod hack? I’d like to help you maintain it and improve antiban 

    1. AlyssaX64

      AlyssaX64 

      @arthurdapaz @Max-Q
      I also created a COD hack but my old bypass is only partial and I get banned after a few games. Do you guys want to work with me to get my bypass updated so I can release it?

    2. Max-Q

      Max-Q

      They debug any sort of bypass. Any other fix could not stop them from patching it in matter of days. It already happened to me 3 times so i have abandoned it. So much work for 2 days of glory. Pretty useless. We need to understand how they detect the igmenu so we can add at least wallhack witch is undetectable. 

    3. Aadhil12345
  3. Amazing, bro! Thanks for sharing. By the way, can you share the latest source code? With the new fixes?
  4. Oh! That's why I'm not winning matches anymore. Love ya! Lmao
  5. I will update mine with 64 bits fixed this week.
  6. Sorry guys! Being pretty busy these last months. I will be right back on business in the next week. Right now, I will update the mod menu template with 64 bits working!
  7. My Minimal NIC Template is increasingly powerful and optimized. Check out the update of the first complete and perfectly stable version: 1.0 - READ CHANGE LOG!

     

     

  8. Thanks! Congrats for the hack. I'm going to test it Another thing: I'm going to record a how-to tutorial with a deeper detailed on the mod menu! Will be linked at Sunday at the topic!
  9. now there is no need to do this magic trick! you can even remove the file $THEOS/lib/libAPMenu.lib I already did this trick for you since version v.0.0.6 enjoy bro!
  10. Amazing bro! You should update to the latest template version asap! I did a security fix update! Very important to protect us against leechers! Now it's easier and there is no more library dependency
  11. Firsts things first: 1) Crack the binary 2) Remove the ASLR protection Doing that you're dealing with "real" offsets instead of shifted ones. It crashes because you patching some offset with some unaccepted or not contextualized ARM instruction. You need understand assembler basics to avoid this crashes on researching for hacks! Use GDB / GamePlayer / GameGem / iGameGuardian for start, and you will get some real offsets to play with __text:0094083C _Equipment_get_Attack_m171674799 ; CODE XREF: _AutoEquipLogic_GetAutoEquip_m241924269+3C6�p PRO TIP: you don't need to use OFFSETS if it's an Objective C exposed function. You can hook it directly: MSHookFunction(MSFindSymbol(NULL,"_Equipment_get_Attack_m171674799"), (void*)new_func, (void**)&orig_func); Now, if you only want to patch this function, work with the offset IDA shows you (it's already shifted +0x4000, it is a default shifting for iOS apps mostly)
  12. Ok guys!

    I released a global mod menu library. Accepted by the jailbreak community and iOSGods community itself. The NIC Template will be merged in the official THEOS github repository http://github.com/theos/theos and the apmenu package will be hosted at Cydia default repo: BigBoss.

    Next steps: write a complete documentation for it at iPhoneDevWiki.

    This week is coming: Modern Combat 5 hack, OZ Broken Kingdom Hack and maybe, just maybe, MCVS...

  13. No, nothing can be more simple. Calm. Take a look at [mm listenChanges] method... it it gets the value of the UISlider for you Every time you slide / change a value on an interface controller, this methods gets the KEY and VALUE for the cobtroller Search for: "EXAMPLE OF USING THIS"... that's exactly what you want.
  14. So. What you are trying to achieve? A simple writeData(0x123456, 0xbadf00d) ???? You don't need an UISlider for this. You just need to setup a basic switcher: @"k01BasicSwitcher":@{ @"offsets": @[@"0x123456"], @"orig": @[@"0xORIGINAL_OFFSET_HERE"], @"patched": @[@"0xAPATCHED_OFFSET_HERE"], @"desc": @"", @"label": @"A basic switcher" }, UISlider is for more complex stuff or for MSHooking into sub_functions or methods of classes.
  15. GETTING CRASHES? Remember to add my repository guys: http://arthurdapaz.github.io and install my apmenu library
  16. GETTING CRASHES? Remember to add my repository guys: http://arthurdapaz.github.io and install my apmenu library
  17. sorry... It was 2 week with bad sleeping developing it. (Actually I remade it from scratch, lol) You guys will love it!
  18. I forget to comment here! Love you shmoo I will release my version this weekend. I'm just adding the sliders! Mine will be a bit simple, not that sophisticated. Amazing bro! Congrats!
×
  • 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