CONFIGURATION ANDROID DEVICE FOR CARDING

Carder

Professional
Messages
2,619
Reputation
7
Reaction score
1,681
Points
113
Setting up Android for Carding
Why do we need android if there are emulators, for example Nox or Sphera, which is excellent at work 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 android with a MediaTek chip, because you can easily change the IMEI with regular 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 configure the 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 a virtual one, but on the hardware itself) the DNS of the country with which we will work. At this point, the setting is ready - let's start the driving process!

Scheme of work:
We connect from our android device to the virtual SSID and check on whoer.net or whatleaks.com our IP (must match the ip of our socks / ssh tunnel), and also see that WebRTC is turned on, 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 the 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 for the holder / drop address.
 
Last edited by a moderator:

Carding 4 Carders

Professional
Messages
2,731
Reputation
12
Reaction score
1,341
Points
113
Spoofing your Android GPS location is probably something a lot of people dismiss as something only developers need. While it does offer many uses, to those who test apps, ROMs and other services, spoofing your GPS also offers many uses to the ordinary Android user. By manipulating your location, you can exploit all kinds of apps. Let’s take a lot at some of my favorite ways to take advantage of spoofing the GPS.

Fake your location

So lets begin by turning on Allow Mock Locations. This will allow applications to trick your phone into thinking it’s at a specific geographical location. First we need to activate developer options by following these steps.

Go to Settings > About > Tap Rapidly on Build Number until it says “You are now a developer.”

Then go into your developer setting and check “Allow mock locations“.

1.jpg


Now that we have enabled mock locations, we will download an app that will allow us to fake the GPS location. There are several different apps that can do this, but the best one right now is Fake Location Spoofer Free.

Now you can select a random spot somewhere in the world and activate the fake location. I’ll show you how you can have some fun with this.

If you get your fake GPS active, Drop a screenshot.
 

Jollier

Professional
Messages
1,128
Reputation
6
Reaction score
1,094
Points
113
Introduction
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 cc 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 everything, 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 a 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? Go ahead!
2. Now we need to go to settings-> find developer settings-> enable USB debugging mode.
3. Download the tool for installing the recovery. recovery_installer.zip (files.mi-room.ru/files/pc/adb/recovery_installer.zip)
4. Download the recovery for your device in the appropriate section of TWRP Recovery (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 press the volume down 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)
10. 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). (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 (github.com/ElderDrivers/EdXposedManager/releases) and download version 4.5.7 (45700). Look carefully 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.
1. 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.
(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 the 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. (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 magisk 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 Downloads 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 Wi-Fi / 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 continue working.
 

Rainy

Member
Messages
20
Reputation
0
Reaction score
23
Points
3
Thanks for a great manual!
Have you ever tried to use VMOS? It has quite detailed manuals on 4pda with ready roms and all of the features mentioned by you right out of the box.
The most interesting option is that you have all of the root functionality without root, rom has all of the masking options which is widely used by chinese for pokemon go type games.
Also I have a question regarding the gmail registration. Are you doing it from chrome? If yes then how, because as far as I know Chrome detects root through root cloak and doesn`t allow registration with optional SMS, making it mandatory.
 
Last edited:

Hacker

Professional
Messages
1,048
Reputation
9
Reaction score
730
Points
113
1) Download Firefox, enter about: config in the address bar. A page opens with a search form, write there: media.peerconnection.enabled

And accordingly, we set it to false mode, so we saved ourselves from annoying WebRTC, which merges the real IP address to anti-fraud systems.

2) Go to PlayMarket, download software:

SSH Tunnel-software for tunneling, replacing the usual Bitvise

Phone id changer - the software allows you to change the UUID, HWID, IMEI, and other parameters. We use the paid version and pay for the purchase using the CC development tool.

Fake GPS – allows you to set coordinates under ZIP at startup, it will ask you to allow the use of fake GPS coordinates in the settings.

ProxyDroid - a replacement for your usual Proxifier under Windows.

CyberGhost (VPN client, use your own)

3) Next - open the settings, set the system language-ENG, delete the RU layout

We go to the right site and do the job, or send it to PlayMarket and download the app we need for driving in the app.

Working on this manual, the probability of passing AVS increases significantly.

4) Here you can find firmware, Root rights, and so on for any android device:http://4pda.ru

ROOT RIGHTS ARE A PREREQUISITE FOR THESE SETTINGS.

Here specifically on Xposed

Here you can see if there is anything by modules.
 

nic0las

Member
Messages
23
Reputation
0
Reaction score
3
Points
3
Sorry, I don’t want to offend you, well, this manual is very old as for setting up the phone and driving in itself) But for beginners, for a general understanding, it's not even bad!)
 
Last edited by a moderator:

Cardemis

Member
Messages
9
Reputation
0
Reaction score
1
Points
3
Is it necessary to bring up a hotspot? Let's say you were to drive from just your burner and public wifi. Would you not be safer? I assume carrying around a laptop and an outdated bucket would raise suspicion #1 and #2, disposal would be harder. Is that extra step worth it? Or as I assume, wouldn't it be much safer to just hurry with your work in a cafe, solely through your burner, and discard after work?
 
Top