Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. shut up, go hack Pou
  2. I'll help you later tonight. Pm me
  3. Apparantly, they probably added a check to it or something. sh!t devs, luckily the first deb for this update was a failed offset on that feature, so only one person got banned of it. sh!t sh!t sh!t Added a new few of maxing your level. - Once you level up, your rank will go up by 140. 150 is max. Download new deb if intrested.
  4. Try original Appsynch
  5. Fixed instant level not working (try new deb & report back)
  6. Hack has now been fixed, download the new .deb !
  7. Send tweak.xm using ghostbin
  8. Very nice & well explained tutorial!
  9. Hahah, sick . Very nice
  10. Oh god, ofcourse. Use the , omg nice @Amuyea !
  11. Did you do DiDA's tutorial correctly? Set permissions to debugserver file etc?
  12. Hack has been updated to version 2.0.6
  13. Nope, once lldb gives you a offset, you'll need to remove aslr slide from it. If you don't know how, see this tutorial:
  14. If you're removing aslr on a arm64 binary, the game will crash. Cause you can not remove aslr from arm64 binary without making it crash. If it's armv7, make sure you signed the binary after removing aslr from it by this command ldid -s 'binaryname' & yes port 23 is needed.
  15. I'm sorry. I though DiDA linked something else. I never tried that new lldb, intresting though Also you don't use terminal to debug, atleast not mobile terminal. You'll need to ssh into ur phone usin pc
  16. You meant dida was linking this tutorial right? this tutorial has a video. Also, I suggest you to try to use the PID instead of binary name.
  17. Nope the topic he linked is IDA Debugger, which still requires a PC for debugging. Have you watched the topic he linked ? I mean the video lol
  18. This is what we tried %ctor { %init(CupidSetting = objc_getClass("Cupid.UserSetting")); }; %ctor { %init(CupidAppDelegate = objc_getClass("Cupid.AppDelegate")); }; %ctor { %init(CupidIAPHelper = objc_getClass("Cupid.IAPHelper")); }; AND %ctor { %init(CupidSetting = objc_getClass("Cupid.UserSetting")); %init(CupidIAPHelper = objc_getClass("Cupid.IAPHelper")); %init(CupidAppDelegate = objc_getClass("Cupid.AppDelegate")); }; But it only allows us to use ONE %init func
  19. Not sure what you mean by that You said this, so I assumed you meant the IDA Debugger, cause with the original tutorial on the topic you linked, you still need debugserver
  20. Ah, I don't use the IDA debugger, it's lagging allot for me & I'm not even sure if it works on arm64 binaries. So I've no knowledge about that one
  21. Have you opened port 23?
×
  • 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