Jump to content

Kevv

Senior Member
  • Posts

    158
  • Joined

  • Last visited

Everything posted by Kevv

  1. [Request] Exact App Name, App Version App Image App you want hacked: Brave Frontier Global Version of the app: 1.3.1 iTunes URL for the app: https://itunes.apple.com/app/id694609161 Requested features: Max level players freeze on the screen Quest Rewards where the EXP bar shows up, bypass this screen by returning to menu instantly there or something else. Jailbroken or Non-Jailbroken: Jailbroken. Shit I'll literally pay someone to do this. Edit: I will pay someone $50 to do this, $75 if they show me the source and which function they modified.
  2. http://i.imgur.com/WIUknsDl.jpg Still works, and this is easier than before. Expansion next.
  3. Just says offset, could mean either but I'm going to assume it's supposed to be IDA then.
  4. Am I supposed to writeData to the hex file offset of the binary or to the offset found in IDA?
  5. Already have this at the top of the makefile ARCHS = armv7 arm64
  6. RIP, I didn't notice that when copy/pasted an example. Can I put the message -box code inside of the %ctor{} section? Edit: I also put in the correct identifier, just checked that. Edit2: Just removed the message box code for now. I can't get it to write any data.
  7. #define PLIST_PATH @"/var/mobile/Library/Preferences/kev.plist" #include <UIKit/UIKit.h> #include "writeData.h" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } inline int GetPrefInt(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] intValue]; } %hook AutoRapAppDelgate -(void)applicationDidBecomeActive:(id)arg { int itemValue = GetPrefInt(@"kItemNumber"); UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Testing" message:[NSString stringWithFormat:@"%d",itemValue] delegate:nil cancelButtonTitle:@"Done" otherButtonTitles:nil]; [alert show]; [alert release]; } %end %ctor { if(GetPrefBool(@"kTest1")) { writeData(0xXXXXXX, 0xXXXX); } if(GetPrefBool(@"kTest2")) { writeData(0xXXXXXX, 0xXXXXXXXX); } if(GetPrefBool(@"kTest3")) { writeData(0xXXXXXX, 0xXXXXXXXX); } } I'm positive I didn't type the bundle ID wrong, but where would I check that?
  8. Got through all the errors on compiling and it doesn't seem to work when I launch my app. I'm guessing I should post my code or at least examples of it?
  9. Don’t want the cheat but the examples are nice to look at
  10. Found it in /var/mobile/ But should there be a folder structure like /Test/Test/ ?
  11. Did it from my device and through a SSH on my computer and nothing.
  12. I go through the process and it says it creates a folder but I can't find it, I also looked up where the folder was supposed to be to be sure and it's still not there.
  13. Derp, I'm doing something wrong or forgot something... What might it be?
  14. Interested to see if similar method.
  15. I have plans to spam the in game chats selling the paid currency for less. It's about profiting on something like that.
  16. So apparently if you hit max level there's a bug where you can't get past the first result screen. Would be neat to see a bypass to that.
  17. I have a method to cheating it, but I'm not going to release it.
  18. Yolo, I'm pushing out levels on my alts while I can.
  19. So I'm pretty sure I would go un-noticed at a 15k rank then?
  20. Damn, my squad was so weak I couldn't get past rank 15000.
  21. Did you cheat in the FH? Also how high did you get?
  22. People who got banned, what rank did you get in FH?
  23. Well I'm still leveling strong here, but I feel like my main might get a nice ban. RIP lvl 400+
  24. I'm still not banned here. Over 500 levels between my main and alt.
×
  • 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