
Kevv
Senior Member-
Posts
158 -
Joined
-
Last visited
Everything posted by Kevv
-
Help/Support WriteData to hex file offset or ida offset?
Kevv replied to Kevv's topic in Help & Support
Just says offset, could mean either but I'm going to assume it's supposed to be IDA then. -
Am I supposed to writeData to the hex file offset of the binary or to the offset found in IDA?
-
Help/Support Made package and installed, not doing anything when loading app...
Kevv replied to Kevv's topic in Help & Support
Already have this at the top of the makefile ARCHS = armv7 arm64 -
Help/Support Made package and installed, not doing anything when loading app...
Kevv replied to Kevv's topic in Help & Support
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. -
Help/Support Made package and installed, not doing anything when loading app...
Kevv replied to Kevv's topic in Help & Support
#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? -
Found it in /var/mobile/ But should there be a folder structure like /Test/Test/ ?
-
Did it from my device and through a SSH on my computer and nothing.
-
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.
-
Derp, I'm doing something wrong or forgot something... What might it be?
-
Hack DomiNations v1.3.0 Crowns Hack! - No Jailbreak Required!
Kevv replied to ipaarchive.com's topic in ViP Cheats
Interested to see if similar method. -
Request {REQUEST} DomiNations Hack Please
Kevv replied to Khan Saab's topic in Filled iOS App Requests
I have plans to spam the in game chats selling the paid currency for less. It's about profiting on something like that. -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
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. -
Request {REQUEST} DomiNations Hack Please
Kevv replied to Khan Saab's topic in Filled iOS App Requests
I have a method to cheating it, but I'm not going to release it. -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
Yolo, I'm pushing out levels on my alts while I can. -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
So I'm pretty sure I would go un-noticed at a 15k rank then? -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
Damn, my squad was so weak I couldn't get past rank 15000. -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
Did you cheat in the FH? Also how high did you get? -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
People who got banned, what rank did you get in FH? -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
Well I'm still leveling strong here, but I feel like my main might get a nice ban. RIP lvl 400+ -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
I'm still not banned here. Over 500 levels between my main and alt. -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
I noted how to use it right above the hidden message. Paste it in the AutoTouch scripts folder, I posted the path in the previous page or replies. -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
I'm getting about 40k exp per minute here without that. -
Hack [ViP-Exclusive] [Update] Brave Frontier Global 1.3.1 ~+30 Cheats
Kevv replied to FateEX's topic in ViP Cheats
Just load up BF and enter in the dungeon ID and hit home then start the script. (I STRONGLY advise you use some sort of accelerator, I use xmodgames to speed it up and set it to 4.0 or 5.0) [Hidden Content]