Jump to content

de2ndlaw

Senior Member
  • Posts

    715
  • Joined

  • Last visited

Everything posted by de2ndlaw

  1. Maintenance over and the code still works? Gumi are slacking on their security
  2. I was wondering about this because if it works then I could avoid releasing the thinned binary, saves everyone here trouble and I'll be able to release a free version as well, with less features.
  3. So with ioscheats posting my .deb as theirs, it makes me wonder, does this work for anyone when using an unthinned 1.3.42 binary?
  4. UPDATE: Mod updated for 1.3.42, look in OP Also, uploaded to zippyshare for those having trouble with dropbox links.
  5. I'll be looking forward to it
  6. This is making me want to play LOL. Only finished rebirth 1.
  7. Her kiss does a million damage, go figure.
  8. Impossible, she knows everything. Especially when she jumps.
  9. Maybe the binary upload did not complete in time. Try installing just the deb to see if it works (prolly not) if not maybe someone may be kind enough to upload a thinned 1342 binary? Or you can try finding a 1.3.42 ipa on app cake and get the binary in there. I can't upload now as I'm not at the PC anymore
  10. Halfway done, kinda late so stopping for now. Will upload completed one by tmr, but most of the "good" features are in: Vortex Item Inject Debug/Autowin Autocap 0 Energy Arena ABP To Come The rest Too tired so the link will be here for now instead of OP: [Hidden Content]
  11. But Neptune said HACKS ARE IMPOSSIBRU
  12. Code positions changing every version compared to last time. Positional change even from 1.3.41 to 1.3.42, which was not the case last time (1.3.21-1.3.22 or even 1.3.1-1.3.22). IDA does work but it means memorizing the function xref relationships and such. Which means a bit more tedious than usual. Plus direct binary won't work regardless so asking them to edit the binary is wasting time.
  13. Some people need to learn how to read.

  14. They patched out the 1.3.41 binary altogether, now only 1.3.42 binaries are allowed. A soft forced update, if you will.
  15. Need to stop asking for spoonfeeds

    1. Asclepius

      Asclepius

      I'll spoon feed you bro ;)

    2. Rook

      Rook

      Not awkward at all ^^

    3. Asclepius

      Asclepius

      ^ B) We cool like that, hahha.

    4. de2ndlaw
  16. I was thinking of something like this, though I am unsure if it will work: %ctor { if([[hackmanager getHackValueAtIndex:AHACK]boolValue]) { writeData(0x1234567, 0x00000000); } else { } }
  17. Yup, and copied it in both makefiles. The error happens to be the exact same one.
  18. I tried that and it did not work, unfortunately
  19. Could you please show me a way to have them work together if possible?
  20. When I am trying to compile my tweak.xm with hackmanager.h, I get the error: Undefined symbols for architecture armv7: "_OBJC_CLASS_$_HackManager", referenced from: objc-class-ref in Tweak.xm.e0f9b0c9.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) Could anyone please help with this? Below is the top part of my tweak.xm: #import "writeData.h" #import "Hack.h" #import "HackManager.h" #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @class Hack; @class HackManager; #define PLIST_PATH @"/var/mobile/Library/Preferences/com.darkpulse.bravefrontier1341.plist" #define AHACK 0 #define BHACK 1 #define CHACK 2 HackManager *hackmanager = nil; Thanks for any help in advance
×
  • 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