Jump to content

hackios

Senior Member
  • Posts

    182
  • Joined

  • Last visited

Everything posted by hackios

  1. Can you create a tweak ? Its includes 1 texbox and 1 change button Textbox for input data like this : "C0:F2:2E:B0:FB:C7" Change button will execute this command with root privileges: "nvram wifiaddr = C0: F2: 2E: B0: FB: C7 && reboot note : "F2: 2E: B0: FB: C7" is data from textbox above i will donate 10$ paypal. Thanks !!!
  2. Can you build tool/tweak change mac address ? 1 textbox i can fill Mac 1 Button click action code action: nvram wifiaddr=Fill texbox && reboot
  3. Can you build tool/tweak change mac address ?

    1 textbox i can fill Mac

    1 Button click action

    code action:   nvram wifiaddr=Fill texbox && reboot

     

  4. Elcomsoft Phone Breaker 2017 for mac Freee update 2020 https://www.elcomsoft.com/eppb.html [Hidden Content]
  5. #Rasticrac v3.3.3 ==> repo.xarold.com
  6. Note : Also the device must have been previously synced with the computer that you use for this to work not synced ----> not ok
  7. This fork of Theos is designed to work with apps on non-jailbroken iOS devices. You MUST have an Apple iOS Developer account in order to use this (for code-signing purposes). You use it just as you would for a jailbroken device tweak (edit Tweak.xm then "make") It integrates CydiaSubstrate It integrates Cycript It patches App Store apps (.ipa files) to load CydiaSubstrate, your tweak, Cycript, etc It re-signs the patched app using your Apple iOS Developer certificate You can then (re)install the patched app to your jailed device using XCode You can remotely attach to Cycript using cycript -r hostname:31337 Requirements iOS device Apple Developer account XCode with iPhone SDK Patience and luck Quick How-to Extract and decrypt your target app. Save as a .ipa. Check out this project Change to the base directory for your new tweak Run /path/to/theos-jailed/bin/nic.pl Configure as you normally would for a regular Theos tweak Once done, change into your new tweak directory Edit Tweak.xm as necessary Run make to build your tweak Run ./patchapp.sh info /path/to/your/file.ipa Take the information from that and use the Apple Member Center to create a matching Provisionin Profile. Save the Provisioning Profile somewhere on your computer. Run .patchapp.sh patch /path/to/your/file.ipa /path/to/your/file.mobileprovision to inject the tweak into your .ipa Install the patched .ipa back onto your device using XCode.
×
  • 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