Jump to content

Ibrahim 89

Senior Member
  • Posts

    116
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPad Air
  • iOS Version
    12.4
  • Jailbroken
    Yes
  • Rooted
    No

Recent Profile Visitors

1,406 profile views

Ibrahim 89's Achievements

Newbie

Newbie (1/14)

  • Very Popular Rare
  • 5 Years In
  • 4 Years In
  • 3 Years In
  • 2 Years In

Recent Badges

1k

Reputation

  1. It says "UNABLE TO INSTALL 'YOUTUBEIPAHACKED' "when I try to install the IPA on my device?
  2. Hey guys I followed Joka’s tutorial to give colour to my switches. However it doesn’t seem to work for me. Can anyone provide a solution for this? Here are my projects files: Tweak.mm: #import <Preferences/PSControlTableCell.h> #import <Preferences/PSListController.h> @interface PSSwitchTableCell : PSControlTableCell - (id)initWithStyle:(int)style reuseIdentifier:(id)identifier specifier:(id)specifier; @end @interface SRSwitchTableCell : PSSwitchTableCell @end @implementation SRSwitchTableCell -(id)initWithStyle:(int)style reuseIdentifier:(id)identifier specifier:(id)specifier { self = [super initWithStyle:style reuseIdentifier:identifier specifier:specifier]; if (self) { [((UISwitch *)[self control]) setOnTintColor:[UIColor blueColor]]; // Change the colour of the ON state UISwitch here } return self; } @end @interface helloListController: PSListController { } @end @implementation helloListController - (NSArray *)specifiers { if (!_specifiers) { _specifiers = [[self loadSpecifiersFromPlistName:@"Root" target:self] retain]; } return _specifiers; } /* The "Visit iOSGods.com" link inside the Preferences button */ - (void)link { UIApplication *application = [UIApplication sharedApplication]; NSURL *URL = [NSURL URLWithString:@"https://iosgods.com"]; [application openURL:URL options:@{} completionHandler:^(BOOL success) { if (success) { //NSLog(@"Opened url"); } }]; } @end // vim:ft=objc Root.plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your first switch.</string> <key>label</key> <string>This is the new text</string> </dict> <dict> <key>cellClass</key> <string>SRSwitchTableCell</string> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>ks</string> <key>key</key> <string>key1</string> <key>label</key> <string>SwitchText1</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your second switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>ks</string> <key>key</key> <string>key2</string> <key>label</key> <string>SwitchText2</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your third switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>ks</string> <key>key</key> <string>key3</string> <key>label</key> <string>SwitchText3</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> </dict> <dict> <key>cellClass</key> <string>SRSwitchTableCell</string> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>default</key> <string>ks</string> <key>key</key> <key>key4</key> <key>label</key> <string>New Button</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> </dict> <dict> <key>cell</key> <string>PSTextCell</string> <key>label</key> <string>Made by Ibrahim</string> </dict> <dict> <key>action</key> <string>link</string> <key>cell</key> <string>PSButtonCell</string> <key>icon</key> <string>[email protected]</string> <key>label</key> <string>Visit iOSGods.com</string> </dict> </array> <key>title</key> <string>Testing</string> </dict> </plist> This is what it shows me in Settings: Can someone tell me where I went wrong?
  3. I use the unc0ver jailbreak on ios 12.1 and the UI I created was in tweak, and when I insatlled the tweak the app crashed.
  4. Nop still not working. It compiles fine but does not show any effect in the app however when I use the CustomLive Offset Patcher, the hack works(which freezes the ammo). My fault about the UI that was some other one, even using the UI crashes the app. Twice checked the Bundle ID.
  5. Yes. correct bundle ID entered and the UI shows in the app. Am I missing something in my include directory in theos since I only have the substrate.h file??
  6. Cuz I tested with CustomLive offset patcher and it worked fine. Should I resort to vm_writedata to patch offsets?
  7. Hey guys I tried hacking with MSHOOKMEMORY using this tutorial: I created a bloody harry hack but after successfully compiling my project in theos and installing the .deb, the tweak fails to function in the game shows no affects. Here my Makefile: INSTALL_TARGET_PROCESSES = SpringBoard include $(THEOS)/makefiles/common.mk TWEAK_NAME_LIBRARIES = substrate bloodyharry_FILES = Tweak.x bloodyharry_CFLAGS = -fobjc-arc include $(THEOS_MAKE_PATH)/tweak.mk And here is my Tweak.xm: #import <substrate.h> #import <mach-o/dyld.h> uint64_t realAddr(uint64_t offset) { return offset + _dyld_get_image_vmaddr_slide(0); } %ctor { uint64_t offset = realAddr(0x10092DEE8); const uint8_t data[] = { 0x1F, 0x20, 0x03, 0xD5, }; MSHookMemory((void *)offset, data, sizeof(data)); } Can anyone tell me where am I going wrong and what should I do to make my hack work?? btw im on ios 12.1 unc0ver Thanks in advance.
  8. Do we have to overwrite TWEAK_NAME = in Step 2 or add it the line below it??
  9. That would only work on a Jailbroken device? I need to install the tweaked IPA on a non-jailbroken device...........
  10. So I have made a tweaked IPA using theos-jailed on my mac. When I install the the IPA on my IPhone 7 (IPhone9,3 ios 12.1) it installs and the hack works perfectly fine but when I tried installing it in my IPhone 7 Plus (IPhone9,2 ios 13.1.1) with cydia impactor it gives me the following error:
  11. What did you enter in VAR EX and what is the function name?? for example in IDA what would it be.
  12. You can use Live Offset patcher to test the hack before creating a .deb
  13. Appreciate your attention but is there a way to make a simple tweak to patch offsets without any preference bundle or mod menu. Anyway thanks for the help.
×
  • 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