Skip to content

Resets the cellular ip adress and gets new one with activator app on jailbroken iphone

Notifications You must be signed in to change notification settings

srknzcn/ios-reset-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOS-Reset-IP

Resets the cellular ip adress and gets new one with activator app on jailbroken iphone.

This package requires a jailbroken iphone and activator app installed.

You can install Activator via cydia on your device.

Install via composer

composer require srknzcn/ios-reset-ip

Example:

<?php
require './vendor/autoload.php';

try {
    // use true for debug
    // $resetIPResult = new \IOSResetIP\IP(true);

    $resetIPResult = new \IOSResetIP\IP();
    var_dump($resetIPResult->getIP());

} catch (\Exception $e) {
    echo $e->getMessage();
}

About

Resets the cellular ip adress and gets new one with activator app on jailbroken iphone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages