Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 6
  • iOS Version
    9.1.0
  • Jailbroken
    No
  • Android Device
    Google Pixel
  • Rooted
    No
  • Interests
    Knowledge.

Recent Profile Visitors

17,943 profile views

Crypto's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In
  • 2 Years In

Recent Badges

7.5k

Reputation

2

Community Answers

Single Status Update

See all updates by Crypto

  1. Hi,

    I would like to ask you a little info about creating a non-jailbroken hack for a game. I'm at the last step of the process, where with theos jailed i'm creating the final ipa that i install to the device.

    My question is about the preference bundle: if i want to install a modified ipa to a non-jailbroken device, i need to write only the tweak.xm right? i don't need to add the preference plist file to the project folder? 
    And because of this, i need to write :

    %ctor {
    	if(GetPrefBool(@"key1")) {
    		writeData(0x100F7BDD4, 0xE80240B9);
    	} else {
    }
    
    }

    or is this enough?:
     

    %ctor {
    		writeData(0x100F7BDD4, 0xE80240B9);
    }

    I ask you this because it seems to me that the code injection could work only if i have "key1" on in the settings. Right?

     

    I read all the tutorial on iosgods about hacking but i didn't find any info about how to write tweak.xm and the preference bundle when the hack is for non-jailbroken devices.

     

    Sorry for my bad english.

    Thank you in advance

    1. bR34Kr

      bR34Kr

      To ask a Help & Support topic go to this section https://iosgods.com/forum/27-help-support/

       

      :) 

×
  • 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