hansalemaos / bluestackspatcher_nougat

Updates IMEI/IMSI on BlueStacks 5.11.1002 / N32 / 32 bit / Android Nougat (probably other versions as well)

Home Page:https://pypi.org/project/bluestackspatcher-nougat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updates IMEI/IMSI on BlueStacks 5.11.1002 / N32 / 32 bit / Android Nougat (probably other versions as well)

Make a backup of your BlueStacks folder before using it!

You must root your BlueStacks instances!

pip install bluestackspatcher-nougat

from bluestackspatcher_nougat import BlueStacksPatcher
bstackpatcher = BlueStacksPatcher(
    adb_path="C:\\Users\\Gamer\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe",
    bluestacks_config=r"C:\ProgramData\BlueStacks_nxt\bluestacks.conf",
    hdplayer=r"C:\Program Files\BlueStacks_nxt\HD-Player.exe",
)
bstackpatcher.connect_to_all_bluestacks_devices(timeout=3) # Always connect to all devices before you do any action

a, b = bstackpatcher.get_new_imei_imsi(
    locale="pt-BR",
    country="BR",
    countrycode="076",
    ignore=(),
    min_threads_open=95,
    timeoutsearch=5,
    sleeptime=1,
    timeoutstart=35,
)
print(a)
print(b)

About

Updates IMEI/IMSI on BlueStacks 5.11.1002 / N32 / 32 bit / Android Nougat (probably other versions as well)

https://pypi.org/project/bluestackspatcher-nougat/

License:MIT License


Languages

Language:Python 100.0%