Let’s talk about the multi-open and anti-blocking methods of the simulator in detail.

How is the multi (single) simulator detected?

1. Simulator environment

The simulator environment itself will be detected. I have written these before, just check it. 

The solution for running game detection scripts and blocking screenshots - Open Duo Ya - Open multiple emulators. First, let's talk about the solution for blocking screenshots. Not only some games, but also many apps cannot take screenshots of login or payment interfaces, which makes it difficult to write scripts. Or running the script causes inconvenience. For example, when encountering this kind of interface, if the script has image recognition, it will cause the application to crash or the script to freeze. After some a... https://www.duokaiya.com/333.html How to choose between emulators, cloud phones, motherboards or real phones? - Open more ducks - Open more emulators and learn literacy first. What is an Android emulator? An emulator is a computer software that virtualizes an Android system. The underlying architecture is all computer hardware. The CPU is x86. On the mobile side, only tablets from at least 10 years ago are partly x86, and the rest are all arm/arm64. Got it... https://www.duokaiya.com/349.html If you can use a modified machine, or some specific skills developed by some talented people, and you can pass it, then you can look down, if it is blocked due to restrictions on the simulator If you can't use it at all, then consider changing to a cloud phone or a real phone first.

Then if it can be used in the simulator, there may be two differences between different manufacturers: one is that they don’t care about you at all, and the other is that big manufacturers like to use big data for risk control, and will not completely restrict or ignore you, but will You use the emulator to add it to your user portrait, and then based on other factors, it is judged whether you are a normal player using the emulator or a studio (of course, big manufacturers may also misjudge, but the more data, they The less likely he is to misjudge, sometimes you think it is a misjudgement, but in fact he just wants to ban you)

2.IP (network)

IP is actually a necessary part of opening multiple accounts. For those who don’t understand IP, you can refer to this article, which talks about:

Tutorial on using single-window IP - Duokaiya - Multi-open emulator. Currently, single-window IPs require real names before they can be purchased/renewed. For illegal projects, if you don’t dare to use real names or if you mind, don’t challenge. Go to ST in the upper right corner (recommended for non-game projects). Dynamically switch Android and computer universal accounts with one click) ST official website free trial and registration address: http… https://www.duokaiya.com/ip.html

Generally speaking, in their backend, the data that can be seen is your account number, password, device information, and IP address. So if the IPs are all the same, or the IPs are the same, and they appear in the database at the same time, it will definitely be a problem.

Although there are cases where you don’t check the IP, if you are already blocking it, or you don’t know whether to block it yet, you must use a single-window IP. When you are as stable as an old dog, you can do it. Batch number, try it without changing IP, it is definitely necessary in the early stage.

As for IP quality, I don’t know how to say whether it is particular or not, because IPv4, which is the commonly seen 4-segment format such as 123.123.123.123, has been allocated as early as November 2019, so now you can use it The IPs you get or obtain are just those IPs, and there is no real sense of cleanliness. It can only be said that some IPs are used by many people, and some IPs are used by fewer people, because IPs are managed and allocated by operators. For example, if an IP address is assigned in a mountainous area, it will not be used in other places. It can only be obtained by the network access of this place. If no one is online in this place and no one uses it, then he Just want it to be clean. On the contrary, if it is a certain computer room, such as various clouds, Tencent Cloud, Alibaba Cloud, Tianyi Cloud, etc., like Tencent Cloud, a server that cost 100 yuan a year can open 20 public network IPs, which will probably not be possible in 19 years. , now Tianyi Cloud is coming up. One of the IPs of these cloud servers is because they are cheap, and then there are just a few segments that everyone is using. Relatively speaking, they are definitely not that clean.

Whether the IP is clean or not depends on two aspects. The rules of small factories are generally to have a library. This library may be shared by several apps. For example, if this IP registers an account and enters the database, next time you use this IP to register, it is equivalent to using it. , each IP must have different tolerance values ​​according to different manufacturers. For example, someone else registered this IP with 9 numbers before, the tolerance value was 10, and you registered 5 numbers with this IP. Then there may be 1 unblocked and 4 blocked, and the blacklist database may also be shared. For example, if a certain IP is frequently registered, or the registered account has violations, then this IP may be banned. Classified as high risk. Large companies usually still use big data for analysis and will not block it. It is hard to say for small companies. They may directly block you and do not unblock you. If you use this IP in the future, you will die. Some even block IP segments.

If you want to buy an IP that no one has used, it is impossible, because public network IPs are basically produced by computer rooms, either from several major cloud server manufacturers or from computer rooms in various regions. There are: Hubei, Suqian, Jiangsu, Inner Mongolia, Guangzhou, Chengdu, Sichuan, etc. The public network IPs of small server manufacturers are basically from those major server rooms, and home IPs are basically unavailable. If you want to build it yourself, unless you find a place where there are no people and no one is building a computer room, and you need to extend the broadband and get an IP, the cost will be too high.

At the same time, because of the exhaustion of IP addresses, most manufacturers will not block certain IPs without thinking, because most home IPs are now dynamic and will change in a few days. Keeping them blocked will also cause problems for other users. It's inconvenient, I'll have to figure out the details myself. My suggestion is to try ST or Wuyou recommended by our website. I can get commission, and you can see from the renewal, it should still be useful (ノ ̄▽  ̄)

3. Behavior detection

Behavior detection is actually very simple. To give a few examples, assume that your device and IP information are completely true.

For example, if you find 100 people across the country to work for you, the accounts, devices, and networks of these 100 people are all separate and their own, which is completely real. However, if you ask them all to do the same thing, For example, if the game materials are all transferred to you, or other similar behaviors, it will be detected, and no matter how you change in the middle, as long as it finally points to you and there is a basis for judging you, then you will have to suffer. .

Then there is the multi-open, fully synchronized operation, which is also easy to detect. Let me talk about it again. When I was working on an SLG game in Goose Factory, the single-window IP had been running for a long time because of one synchronization. Entering the zone, keyboard and mouse synchronizer + emulator synchronizer, 300 windows were deleted at once when entering the zone, causing heavy losses. There seems to be no such tool for delayed synchronization. If I do it myself, if it is purely manual, I will click one by one, and then add the delay of the single-window IP network, and it will naturally stagger it. If I run a script, like The script basically starts the simulator>script auto-starts>script starts the game>logs in to the game>plays the game. When this process is automatic, I basically set the simulator startup interval to more than 30 seconds to let it stagger naturally. Don't start them at the same time, or log in at the same time, this will not cause the computer to get stuck (some simultaneous startups consume resources, causing the computer to be very stuck at that time), and also stagger these operations.

There are also scripts, which are not necessarily completely safe. Without detection, using scripts to operate asynchronously is definitely better than manual synchronous operations. However, if you want to detect scripts, it will be another result. Reference: [b2_insert_post id="333"]

Scripts generally detect root, accessibility or screenshots, or scripts that directly detect the application or process. This actually belongs to environmental detection, but there are some things to pay attention to when it comes to behavioral detection.

Click , most scripts are written with single point coordinates and most of the time it is a fixed coordinate, click directly. However, on a normal mobile phone, when a finger presses the same button, the position of the trigger point is different each time, and the number of trigger points is also different. Many games may add this detection engine to detect that your finger is a real person. What is pressed by the head is still pressed by the script. Therefore, some game scripts will add multi-touch clicks, random delays, random coordinate offsets, etc. during development, which can reduce this risk to a certain extent.

Logic and action behaviors , whether scripted or manual, are generally fixed in order to save time and brain when you do them in batches, and the task paths and sequences may also be different from normal player behavior. There is also the daily log-in and log-out, the online time may be fixed, or there may be similarities among multiple accounts.

In short, there are many ways to detect whether you are a normal player. Even if all methods are used, there is no way around it. But most of them can't do this yet, and some also need work. Rooms and games coexist.

Guess you like

Origin blog.csdn.net/u011842686/article/details/132549482