Aimless111
Member
- Messages
- 4
- Reaction score
- 0
- Points
- 1
what setup should i take to start online carding from a phone, what do i need in terms of security
sudo iptables -t raw -I PREROUTING -p udp -m multiport --dports 3478,19302 -j DROP
Thanks FatherSetting up Android for carding
Why do we need android if there are emulators, for example Nox or the same sphera, which works well and increases the chance of successful driving several times over? Firstly, emulators are fired in serious shops and offices, and secondly, the fraud when driving from mobile devices is much lower. So let's get down to the setup itself!
To begin with, we need an android with a MediaTek chip, because you can easily change the IMEI with ordinary software and you don't have to flash anything several times. We get root-rights, how to do it - you can find it on the Internet. We configure it for the country you need (time zone and language) and register a google account under the holder. After that, download Chamelephon and Device ID Changer from the play store, install the software and generate device configs. We reboot it and proceed to the next step.
Bringing up Wi-Fi hotspot:
Here we either buy a ready-made Wi-Fi router with socks5 support at once or take our laptop and make a Wi-Fi hotspot out of it.
To raise your point, you need a laptop with two network cards and an ubuntu (both LAN, WiFi and two WiFi cards are suitable, there is no difference). We set up a point so that you can connect to it on your android device, detailed here http://ubuntuhandbook.org/index.php/2014/09/3-ways-create-wifi-hotspot-ubuntu/. Then we configure the socks or ssh tunnel - http://abidmujtaba.blogspot.com/2016/07/ubuntu-create-wifi-hotspot-access-point.html. To prevent WebRTC from firing on our Android, we write the following code in ubuntu:
Code:sudo iptables -t raw -I PREROUTING -p udp -m multiport --dports 3478,19302 -j DROP
To prevent DNS from burning, we put on the router (not on the virtual, but on the hardware itself) the DNS of the country with which we will work. At this point, the setup is ready - let's get down to the driving process!
Scheme of work:
We connect from our android device to the virtual SSID and check our IP on whoer.net or whatleaks.com (must match the ip of our socks / ssh tunnel), and also see that WebRTC is enabled, but our real IP + is not lit check dns. If everything is in order, we fly into the play store and download the application with which we will work, be it amazon or paypal, etc. We log in by login / password from logs or create a self-registration to our mail, it all depends on what you are working with.
You can also, if necessary, use GPS Spoofing to change the geolocation to the holder / drop address.
I'll tell you a little about the antique itself and its possibilities for general understanding.
Mobile antidetect is a system firmware of a phone on an android with various software, this system firmware is called root. (Root; superuser; root; superuser rights).
Root gives you the right to carry out ALL operations on your android device, including making changes in the / system folder.
Mobile antidetect is capable of:
1. The ability to replace all hardware identifiers of the phone. Change screen resolution and phone sound card print. Substitution of gps and imitation of movement.
2. Create a unique and not unique fingerprint of the system, browser.
3. Create dozens of clones of applications on one device with their own unique system fingerprint.
4. Connection to any kind of proxy, tunnels, openvpn without any leaks.
5. You can also emulate the camera.
6. And the most important thing is that you can connect your videos to NFC and at the same time you do not need to constantly change phones, it is enough to change the hardware after working out the ss and start the next working off.
! Now I'll tell you what phones and android versions you can use. In fact, phones will fit almost all, to be sure 100%, google about your phone and root on w3bsit3-dns.com. But it is important that your phone is on Android 9. (If it is lower, then we update it, if it is higher, then roll it back. Look for instructions on how to rollback on the Internet) I recommend taking simpler phones for the first time, since if you do something that is not clear according to the instructions or the firmware will fail your the phone can turn into a brick, or in the best case, go into a bootloop (bootloop-constant reboot of the system). There is a way out of the bootlap state, but the brick will remain a brick.
Preparing the phone.
Before starting to make changes in the firmware, you should roll back the phone to the factory settings and activate it again, indicating the English language of the system, time, etc.
The first step in installing the antika, we need to install custom TWRP recovery on the smartphone, it will give us:
• Install unofficial firmware
• Install add-ons and patches
• Create a backup of both the entire firmware and its individual parts
• Recover data from a previously created backup
• Connect to PC via USB in removable storage mode
• Connect to PC via USB in ADB mode
• Reset data to factory settings (Clear data), clear cache partition (Clear cache), clear dalvik cache (Clear Dalvik-cache)
• Format and create partitions.
TWRP Installation Instructions:
1. First, we need to unlock the bootloader on the phone, for each brand of phones this is done differently, so we take our phone and google "unlock bootloader Samsung s6". On some phones, it will take 7-10 days to unlock it, on some brands this can be avoided by stupidly changing the time 7-10 days in advance, I recommend adding + 4-5 hours to this.
Unlocked the bootloader? Move on!
2. Now we need to go to settings-> find developer settings-> enable USB Debugging.
3. Download the tool for installing the recovery. recovery_installer.zip (http://files.mi-room.ru/files/pc/adb/recovery_installer.zip)
4. Download the recovery for your device in the appropriate section of TWRP Recovery (https://portal.mi-room.ru/files/twrp-recovery/) and move it to the folder with the unpacking tool (for some recoveries, the installer is immediately available directly in archive). The file name should be "recovery.img". As a result, the contents of the folder should look like this.
5. Turn off the phone
6. Simultaneously hold down the volume key and the power key, hold for a few seconds until the phone is in Fastboot mode (on most devices, a rabbit in a hat with earflaps should be depicted)
7. We connect the phone to the computer
8. In the folder with the tool for installing the recovery, run the "Install.bat" file by double clicking the mouse button. (if you downloaded the "complete installation kit", you need to run the "TWRP_Install_select.bat" file, press the number "1" and the "Enter" key)
9. Recovery should install automatically. After that, enter TWRP Recovery manually: hold down the volume up and power keys, and after the logo appears on the screen, release the power key and continue to hold the volume.
After all this, the bootloader window should open, if it opened, then everything went well. Turn off your phone and turn it on as usual.
Installing Root.
We now proceed to install the system firmware. We will use Magisk software, as it is the easiest to install and meets all our requirements.
To do this, we need to go to w3bsit3-dns.com and download version 20.4 20400 and manager 7.5.1 (267). (https://w3bsit3-dns.com/forum/index.php?showtopic=774072&st=29140#entry95118832 (https://w3bsit3-dns.com/forum/index.php?showtopic=774072&st=29140#entry95118832) We need two files , these are Magisk ZIP and Magisk Manager.
It is advisable to have an SD card for convenience and place the downloaded files on it.
Getting started with the installation:
For more detailed installation instructions, I recommend following the link and performing all the actions for the operator, since in this video everything is done very simply and clearly.
Made? Moving on!
Now we need to install one more not unimportant system program called EdXposed Framework.
To do this, we go to (https://github.com/ElderDrivers/EdXposedManager/releases (https://github.com/ElderDrivers/EdXposedManager/releases)) and download version 4.5.7 (45700). Look carefully at which version you are downloading!
Next, download the file files attached in the zip: Riru Core and Riru EdXposed.
Let's move on to the installation.
We go to Magisk-> Modules-> click on the plus sign and we are thrown into the file manager-> install riru core and reboot the phone-> then we go there and install the second riru edxposed file and reboot the phone-> then install our EdXposed Manager 4.5 .7.
Made? Congratulations! Now all the most difficult is over, it remains to download the necessary software and configure the whole thing.
SOFT
Now I will give you a list of all the software that we will use and a brief description for each.
Device ID Masker (green logo with a white mask) - changes the data about your phone's hardware (imei) and other parameters, this is the xposed frameworka module. We download it through EdXposed Manager-> download-> device id masker lite, and immediately pay for Pro.
Device Emulator pro - the same as above, but there are a couple of points that are not in the masker.
(https://w3bsit3-dns.com/forum/index.php?showtopic=603033&st=560 version 3.43. The menu should contain items Advertising ID and GSF)
Socks-Droid (purple background and white key) - change ip and dns. (Downloading from Google)
ccleaner - I think he knows everything, it is convenient to clean garbage on the phone (download from gplay)
Device info - shows system hardware identifiers (download from gplay)
Total commander - system file explorer. (Downloading from Google)
RAR - zip manager (download from Google)
RootCloak - hides the root (download from EdXposed)
Download any VPN you love from Google.
Download Firefox from Google. We put add-ons Cookie Quick Manager (we load cookies through it) and WebRTC Protect, CanvasBlocker (red fingerprint) we put maximum protection in it, AudioContext Fingerptint (gray fingerprint). The browser is ready.
Download APKPure. Search through a search engine. (similar to google play).
App cloner - create clones of applications. (https://w3bsit3-dns.com/forum/index.php?showtopic=728647)
System Setup.
Let's start with Magisk.
Settings-> Magisk Hide
(Here we shackle the root from the applications. We installed some kind of app without opening it, first go to the magic hyde and put a checkmark on it, then in the root cloak and add it through the add app.)
-> now we first search for Google Play service and put a tick.
Settings-> Restore Magisk manager-> change to any name .-> scroll down and tick magisk hide. We reboot.
This is where the magician is tuned.
EdXposed.
At the entrance, a blue sign should be lit. The framework is active.
Go to EdXposed-> settings-> application list mode turn on the slider-> go back-> go black / white list-> turn on the slider only on Google Play services / blacklist / and that's it.
Go to the Dowanload tab and download the Disable IPv6 module.
Then we go to the modules and put the checkboxes on over all our downloaded applications.
Exposed Mood. We reboot.
We go to the magisk, below the check safety net, click, if everything is green, then I congratulate you your phone is set up and ready to go.
Preparation for work:
1. Go in Device is masker->random all->apply all.
2. Device emulator-> check the Android id and google service framework-> change the values.
3. Reboot
4. Connect to wifi / sim
5. In Socks-Droid, enter the sock and dns-> connect
The phone is ready for use. After working out the map / log, we pay the account in the Google settings, clean the date and cache in Google applications, clean the ccleaner phone, change the hardware and work on.
Configuring Android for carding
Now let's analyze the Android setup for driving.
We need:
1) Android version 4-5
2) TWRP application
3) Magisk Manager (root rights)
4) Applications for driving
Let's start setting up:
1) Before setting the root of the rights - we allow installation from unknown sources.
Get developer options.
They are usually found here.
Next, click on the build number 5 times.
Click on developer options.
Now we need to enable:
USB Debugging
OEM unlock ?
USB Debugging
Unlock OEM
2) Install the TWRP application
(Installation takes place on the android itself or through a computer, the installation video is on the Internet)
3) Install the application, apk magisk for your version, you can find it on w3bsit3-dns.com.
4) Next, from the application itself or to w3bsit3-dns.com download the Magisk zip file, preferably on the sd card.
5) Put twrp, turn off the phone.
Turn on, holding 3 keys, power volume key up home.
We hold until twrp opens.
In twrp we clear data / cash
Next, instal> select storage (select the location where the archive is located)> zip magisk manager> install.
Installing!
Done, there is a root of the law!
You can put another root on old droids, all the settings are on the Internet. Don't be lazy. Setting up an android for driving is not such a simple matter. The firmware may fly off, do not worry, it's okay. You can reflash via Odin. We advise everyone not to use their own devices, but to take 4-5 versions, for 5k rubles for Avito! So that it was not a pity to experiment.
After the root rights are installed. We put a set of applications.
Also Xposed and Xprivacy Id changer pro - changes the hardware of the phone (After each drive, it should be changed)
Root cloak - Ruth hides the right (but in fact confused almost nil, many application anyway, firing Root)
(Pull the sock through ProxyDroid)
Proxydroid and DNS Forwarder is not needed with Double SSH!
Fake GPS - hides your real geolocation.
At first, it will be difficult for you to set up your android, since you need to look for suitable applications, magisk and TWRP on different phones.
Ios vs Android, which is better for carding?Setting up Android for carding
Why do we need android if there are emulators, for example Nox or the same sphera, which works well and increases the chance of successful driving several times over? Firstly, emulators are fired in serious shops and offices, and secondly, the fraud when driving from mobile devices is much lower. So let's get down to the setup itself!
To begin with, we need an android with a MediaTek chip, because you can easily change the IMEI with ordinary software and you don't have to flash anything several times. We get root-rights, how to do it - you can find it on the Internet. We configure it for the country you need (time zone and language) and register a google account under the holder. After that, download Chamelephon and Device ID Changer from the play store, install the software and generate device configs. We reboot it and proceed to the next step.
Bringing up Wi-Fi hotspot:
Here we either buy a ready-made Wi-Fi router with socks5 support at once or take our laptop and make a Wi-Fi hotspot out of it.
To raise your point, you need a laptop with two network cards and an ubuntu (both LAN, WiFi and two WiFi cards are suitable, there is no difference). We set up a point so that you can connect to it on your android device, detailed here http://ubuntuhandbook.org/index.php/2014/09/3-ways-create-wifi-hotspot-ubuntu/. Then we configure the socks or ssh tunnel - http://abidmujtaba.blogspot.com/2016/07/ubuntu-create-wifi-hotspot-access-point.html. To prevent WebRTC from firing on our Android, we write the following code in ubuntu:
Code:sudo iptables -t raw -I PREROUTING -p udp -m multiport --dports 3478,19302 -j DROP
To prevent DNS from burning, we put on the router (not on the virtual, but on the hardware itself) the DNS of the country with which we will work. At this point, the setup is ready - let's get down to the driving process!
Scheme of work:
We connect from our android device to the virtual SSID and check our IP on whoer.net or whatleaks.com (must match the ip of our socks / ssh tunnel), and also see that WebRTC is enabled, but our real IP + is not lit check dns. If everything is in order, we fly into the play store and download the application with which we will work, be it amazon or paypal, etc. We log in by login / password from logs or create a self-registration to our mail, it all depends on what you are working with.
You can also, if necessary, use GPS Spoofing to change the geolocation to the holder / drop address.
I'll tell you a little about the antique itself and its possibilities for general understanding.
Mobile antidetect is a system firmware of a phone on an android with various software, this system firmware is called root. (Root; superuser; root; superuser rights).
Root gives you the right to carry out ALL operations on your android device, including making changes in the / system folder.
Mobile antidetect is capable of:
1. The ability to replace all hardware identifiers of the phone. Change screen resolution and phone sound card print. Substitution of gps and imitation of movement.
2. Create a unique and not unique fingerprint of the system, browser.
3. Create dozens of clones of applications on one device with their own unique system fingerprint.
4. Connection to any kind of proxy, tunnels, openvpn without any leaks.
5. You can also emulate the camera.
6. And the most important thing is that you can connect your videos to NFC and at the same time you do not need to constantly change phones, it is enough to change the hardware after working out the ss and start the next working off.
! Now I'll tell you what phones and android versions you can use. In fact, phones will fit almost all, to be sure 100%, google about your phone and root on w3bsit3-dns.com. But it is important that your phone is on Android 9. (If it is lower, then we update it, if it is higher, then roll it back. Look for instructions on how to rollback on the Internet) I recommend taking simpler phones for the first time, since if you do something that is not clear according to the instructions or the firmware will fail your the phone can turn into a brick, or in the best case, go into a bootloop (bootloop-constant reboot of the system). There is a way out of the bootlap state, but the brick will remain a brick.
Preparing the phone.
Before starting to make changes in the firmware, you should roll back the phone to the factory settings and activate it again, indicating the English language of the system, time, etc.
The first step in installing the antika, we need to install custom TWRP recovery on the smartphone, it will give us:
• Install unofficial firmware
• Install add-ons and patches
• Create a backup of both the entire firmware and its individual parts
• Recover data from a previously created backup
• Connect to PC via USB in removable storage mode
• Connect to PC via USB in ADB mode
• Reset data to factory settings (Clear data), clear cache partition (Clear cache), clear dalvik cache (Clear Dalvik-cache)
• Format and create partitions.
TWRP Installation Instructions:
1. First, we need to unlock the bootloader on the phone, for each brand of phones this is done differently, so we take our phone and google "unlock bootloader Samsung s6". On some phones, it will take 7-10 days to unlock it, on some brands this can be avoided by stupidly changing the time 7-10 days in advance, I recommend adding + 4-5 hours to this.
Unlocked the bootloader? Move on!
2. Now we need to go to settings-> find developer settings-> enable USB Debugging.
3. Download the tool for installing the recovery. recovery_installer.zip (http://files.mi-room.ru/files/pc/adb/recovery_installer.zip)
4. Download the recovery for your device in the appropriate section of TWRP Recovery (https://portal.mi-room.ru/files/twrp-recovery/) and move it to the folder with the unpacking tool (for some recoveries, the installer is immediately available directly in archive). The file name should be "recovery.img". As a result, the contents of the folder should look like this.
5. Turn off the phone
6. Simultaneously hold down the volume key and the power key, hold for a few seconds until the phone is in Fastboot mode (on most devices, a rabbit in a hat with earflaps should be depicted)
7. We connect the phone to the computer
8. In the folder with the tool for installing the recovery, run the "Install.bat" file by double clicking the mouse button. (if you downloaded the "complete installation kit", you need to run the "TWRP_Install_select.bat" file, press the number "1" and the "Enter" key)
9. Recovery should install automatically. After that, enter TWRP Recovery manually: hold down the volume up and power keys, and after the logo appears on the screen, release the power key and continue to hold the volume.
After all this, the bootloader window should open, if it opened, then everything went well. Turn off your phone and turn it on as usual.
Installing Root.
We now proceed to install the system firmware. We will use Magisk software, as it is the easiest to install and meets all our requirements.
To do this, we need to go to w3bsit3-dns.com and download version 20.4 20400 and manager 7.5.1 (267). (https://w3bsit3-dns.com/forum/index.php?showtopic=774072&st=29140#entry95118832 (https://w3bsit3-dns.com/forum/index.php?showtopic=774072&st=29140#entry95118832) We need two files , these are Magisk ZIP and Magisk Manager.
It is advisable to have an SD card for convenience and place the downloaded files on it.
Getting started with the installation:
For more detailed installation instructions, I recommend following the link and performing all the actions for the operator, since in this video everything is done very simply and clearly.
Made? Moving on!
Now we need to install one more not unimportant system program called EdXposed Framework.
To do this, we go to (https://github.com/ElderDrivers/EdXposedManager/releases (https://github.com/ElderDrivers/EdXposedManager/releases)) and download version 4.5.7 (45700). Look carefully at which version you are downloading!
Next, download the file files attached in the zip: Riru Core and Riru EdXposed.
Let's move on to the installation.
We go to Magisk-> Modules-> click on the plus sign and we are thrown into the file manager-> install riru core and reboot the phone-> then we go there and install the second riru edxposed file and reboot the phone-> then install our EdXposed Manager 4.5 .7.
Made? Congratulations! Now all the most difficult is over, it remains to download the necessary software and configure the whole thing.
SOFT
Now I will give you a list of all the software that we will use and a brief description for each.
Device ID Masker (green logo with a white mask) - changes the data about your phone's hardware (imei) and other parameters, this is the xposed frameworka module. We download it through EdXposed Manager-> download-> device id masker lite, and immediately pay for Pro.
Device Emulator pro - the same as above, but there are a couple of points that are not in the masker.
(https://w3bsit3-dns.com/forum/index.php?showtopic=603033&st=560 version 3.43. The menu should contain items Advertising ID and GSF)
Socks-Droid (purple background and white key) - change ip and dns. (Downloading from Google)
ccleaner - I think he knows everything, it is convenient to clean garbage on the phone (download from gplay)
Device info - shows system hardware identifiers (download from gplay)
Total commander - system file explorer. (Downloading from Google)
RAR - zip manager (download from Google)
RootCloak - hides the root (download from EdXposed)
Download any VPN you love from Google.
Download Firefox from Google. We put add-ons Cookie Quick Manager (we load cookies through it) and WebRTC Protect, CanvasBlocker (red fingerprint) we put maximum protection in it, AudioContext Fingerptint (gray fingerprint). The browser is ready.
Download APKPure. Search through a search engine. (similar to google play).
App cloner - create clones of applications. (https://w3bsit3-dns.com/forum/index.php?showtopic=728647)
System Setup.
Let's start with Magisk.
Settings-> Magisk Hide
(Here we shackle the root from the applications. We installed some kind of app without opening it, first go to the magic hyde and put a checkmark on it, then in the root cloak and add it through the add app.)
-> now we first search for Google Play service and put a tick.
Settings-> Restore Magisk manager-> change to any name .-> scroll down and tick magisk hide. We reboot.
This is where the magician is tuned.
EdXposed.
At the entrance, a blue sign should be lit. The framework is active.
Go to EdXposed-> settings-> application list mode turn on the slider-> go back-> go black / white list-> turn on the slider only on Google Play services / blacklist / and that's it.
Go to the Dowanload tab and download the Disable IPv6 module.
Then we go to the modules and put the checkboxes on over all our downloaded applications.
Exposed Mood. We reboot.
We go to the magisk, below the check safety net, click, if everything is green, then I congratulate you your phone is set up and ready to go.
Preparation for work:
1. Go in Device is masker->random all->apply all.
2. Device emulator-> check the Android id and google service framework-> change the values.
3. Reboot
4. Connect to wifi / sim
5. In Socks-Droid, enter the sock and dns-> connect
The phone is ready for use. After working out the map / log, we pay the account in the Google settings, clean the date and cache in Google applications, clean the ccleaner phone, change the hardware and work on.
Configuring Android for carding
Now let's analyze the Android setup for driving.
We need:
1) Android version 4-5
2) TWRP application
3) Magisk Manager (root rights)
4) Applications for driving
Let's start setting up:
1) Before setting the root of the rights - we allow installation from unknown sources.
Get developer options.
They are usually found here.
Next, click on the build number 5 times.
Click on developer options.
Now we need to enable:
USB Debugging
OEM unlock ?
USB Debugging
Unlock OEM
2) Install the TWRP application
(Installation takes place on the android itself or through a computer, the installation video is on the Internet)
3) Install the application, apk magisk for your version, you can find it on w3bsit3-dns.com.
4) Next, from the application itself or to w3bsit3-dns.com download the Magisk zip file, preferably on the sd card.
5) Put twrp, turn off the phone.
Turn on, holding 3 keys, power volume key up home.
We hold until twrp opens.
In twrp we clear data / cash
Next, instal> select storage (select the location where the archive is located)> zip magisk manager> install.
Installing!
Done, there is a root of the law!
You can put another root on old droids, all the settings are on the Internet. Don't be lazy. Setting up an android for driving is not such a simple matter. The firmware may fly off, do not worry, it's okay. You can reflash via Odin. We advise everyone not to use their own devices, but to take 4-5 versions, for 5k rubles for Avito! So that it was not a pity to experiment.
After the root rights are installed. We put a set of applications.
Also Xposed and Xprivacy Id changer pro - changes the hardware of the phone (After each drive, it should be changed)
Root cloak - Ruth hides the right (but in fact confused almost nil, many application anyway, firing Root)
(Pull the sock through ProxyDroid)
Proxydroid and DNS Forwarder is not needed with Double SSH!
Fake GPS - hides your real geolocation.
At first, it will be difficult for you to set up your android, since you need to look for suitable applications, magisk and TWRP on different phones.
Ios and Android are the same for carding.Ios vs Android, which is better for carding?
No matter how cool your emulator is, one emulator is not enough for driving!
dearHello everyone! Today we will talk about setting up an Android device for driving.
![]()
Is it relevant to spend in carding with Android devices and why?
Yes! Relevant! Classic PC carding gets older every year. More and more mobile traffic in shops, an increasing percentage of fraud in purchases from a PC, and a decreasing, correspondingly, ratio of fraud in purchases from mobile devices. And for us carders this is a bold +.
In 2021 carding from PC to quietly dies out, many carders have already switched to driving from mobile devices.
Why Android? - Devices cost significantly lower than the same iPhones, there are not so many problems with rooting a device than with an iPhone. And + to all this, after a successful drive, it will not be a pity to break the phone and throw it away.
Is it convenient? - Naturally, my dear friend, this is convenient! Still, the phone is always at hand, at least at home, at the dacha and in general at least on Mars. Now phones are not like in 2012, now the phone is your pocket PC))
Anonymity, security, anti-detection, is it possible? - And again, yes, my dear subscriber, as I said in the last answer, the phone is the same pc only pocket-sized, installing a proxy, vpn, and installing an antique browser is not a problem)
1) Emulators for those who want to work with a PC.
1.1 Nox - Fast, free, user-friendly emulator.
1.2 Genymotion - in my opinion the best emulator, but there is a minus, it is paid. The emulator is very flexible in setting, you can choose any device and even a tablet!
2) Device setup
1) Time zone. First of all, we always go to the settings and set the time zone of the country with which you work.
2) Browser for driving. Firefox is perfect as an antique browser with the correct settings. Download it ... Next, after entering the line for driving in the URL, drive in about: config. Next, the settings menu opens, we need to turn off WebRtc. Enter media.peerconnection.enabled in the search field and select false to disable WebRtc.
3) SSH Tunnels. We write in the SSH Tunnel browser, download the software. This software is for enabling tunnels specifically on the phone.
4) Phone id change. We write in the browser Phone id changer. We also download the software from the trashbox. It will allow us to change the phone data that is embedded in the firmware (the presence of root rights is required).
5) Fake GPS. A program to replace your GPS, a useful thing. We write in the browser Fake GPS download, then download it. The setup is simple.
6) ProxyDroid. Software for putting socks on the device. Probably everyone is familiar with socks.
7) Google is our enemy. Be sure to try to get root rights so that the fuck erase all Google services, as a last resort, just disable them all.