Opening

The original intention of this tutorial is to promote the official introduction of algorithm abnormality with a clearance rate of only 0.1% A sheep has a sheep Give a quick clearance scheme, and you need to have some hands-on ability and threshold to get started. Do not use this program maliciously to cause continuous pressure on the game server, and bear all the consequences!!!

T parameter contains personal information, please do not disclose it under any circumstances This tutorial may have a version with the project. Please identify it by yourself. It is recommended to download the latest code to the author's github address.

Project address: https://github.com/Lcry/a-sheep-assistant

Terminology

In order to focus on the computer Xiaobai, we will first make a parameter for the name mentioned later. We hope you can have an impression to facilitate the troubleshooting of later problems.

  • t Parameter: short for token, which is the personal information of each user and represents the identity of the whole game

Effect Preview

 Go for a second Go for a detailed nanny level tutorial

Tutorial Steps

The tutorial is divided into four steps: it is no problem to follow the steps. If you don't understand, watch more videos and operate more tutorials.

1. Install dependent software

Follow my WeChat official account "On code efficiency", and follow the reply in the small window“ Sheep has a sheep one click package ”You can get all the resources, open them, decompress them directly, and find 1_Software Folder.

Install in turn. If the computer has already installed the software in it, you do not need to install it again.

2. Packet capturing t value

  • Open the HTTP Debugger Pro software installed in step 1, and ensure WeChat login.
  • After opening HTTP Debugger Pro, you may need to install an SSL certificate for the first time. Click Decrypt SSL Just install it!
  • Then clear all the requests, and directly open the WeChat applet to play with sheep.
  • Search domain name directly cat-match.easygame2021.com/sheep/v1/ , select a request at random, find the Requests detail below, view the value of t, and copy it to our next step.

 Go for a second Go for a detailed nanny level tutorial

3. Modify Profile

open 2_Program In config.py , modify the configuration file as required, mainly modify the t value captured in step 2, and others can be kept as default, as shown below:

Header_t: The t parameter value captured in step 2 must be replaced, and other values must be replaced as needed
 #The following parameters can be modified according to your needs: SYS_CONFIG = { #The t value in the header obtained must be modified to its own "header_t": "eyxxxxxxxxx.xxxx", #Get the user agent value in the header "header_user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.27(0x18001b36) NetType/WIFI Language/zh_CN", #The set completion time, in s, is - 1 random by default, which means random numbers within 1s~1h are generated randomly. If it is set to a positive number, it is fixed "cost_time": -1, #The number of times you need to pass customs. The maximum number is 10, and the default is 1 "cycle_count": 1, #Switch of crossing sheep: 1 on/0 off, on by default "sheep_type": 1, #Challenge topic switch: 1 on/0 off, default off "topic_type": 0 }

4. Run program

Run the program for the first time according to the following steps:

 pip3 install -r requirements.txt -i  https://pypi.tuna.tsinghua.edu.cn/simple python3 main.py perhaps pip install -r requirements.txt -i  https://pypi.tuna.tsinghua.edu.cn/simple python main.py

Execution success log:

 [Goat to Goat One click to start the pass] ... The first attempt to complete the pass Generate a random time interval to prevent the game server interface from failing due to flow restriction: 2 s Completion time of generating random pass: 650 s The game server has timed out or failed to respond in time during the crash. Please wait for the server to recover and try again! Please ignore this failure. Error log: HTTPSConnectionPool (host='cat-match. easygame2021. com ', port=443): Max retries exceeded with url: /sheep/v1/game/game_over?rank_score=1&rank_state=1&rank_time=650&rank_role=1&skin=1 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000000001C0A6460>, 'Connection to cat-match.easygame2021.com timed out. (connect timeout=10)')) Successfully completed 0 times ... The second attempt to complete the pass Generate a random time interval to prevent the game server interface from failing due to flow restriction: 2 s The game server has timed out or failed to respond in time during the crash. Please wait for the server to recover and try again! Please ignore this failure. Error log: HTTPSConnectionPool (host='cat-match. easygame2021. com ', port=443): Max retries exceeded with url: /sheep/v1/game/game_over?rank_score=1&rank_state=1&rank_time=650&rank_role=1&skin=1 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000000001C0C20A0>, 'Connection to cat-match.easygame2021.com timed out. (connect timeout=10)')) Successfully completed 0 times ... The third attempt to complete the pass Generate a random time interval to prevent the game server interface from failing due to flow restriction: 5 s The game server has timed out or failed to respond in time during the crash. Please wait for the server to recover and try again! Please ignore this failure. Error log: HTTPSConnectionPool (host='cat-match. easygame2021. com ', port=443): Max retries exceeded with url: /sheep/v1/game/game_over?rank_score=1&rank_state=1&rank_time=650&rank_role=1&skin=1 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000000001C0C2C40>, 'Connection to cat-match.easygame2021.com timed out. (connect timeout=10)')) Successfully completed 0 times ... The fourth attempt to complete the pass Generate a random time interval to prevent the game server interface from failing due to flow restriction: 4 s congratulations! The herd status of this pass successfully congratulations! Successful status of this challenge Successfully completed 2 times

receive information

All the required documents, video tutorials and detailed text tutorials of this tutorial are placed on my WeChat official account "Efficient on the Code", follow the reply in the small window "Sheep, sheep, one click package" All resources can be obtained.

common problem

1. Prompt HTTPSConnectionPool: Max retries exceeded with url:

A: This is normal. If the game server fails to respond in time when responding to timeout or crash, you can ignore it directly or try again when there are few people.

2. Install pip3 and report an error or execute the script?

Answer: Please follow the video tutorial again, or Try changing pip3 to pip, and change python 3 to python

3. What should I do if I can't catch the bag? How can I catch the bag on my iPhone?

A: Apple Mobile Stream software Tutorial Reference Android phones above Android 7 are not easy to operate without ROOT phones. It is recommended to use FD to cooperate with the agent to grab the phone package.

4. What if we can't get rid of the dead or alive?

A: Add github's communication group and ask group friends

5. The running program always reports errors, but fails once?

Answer: If you also open the packet capturing software or agent software, please close it before running it.

6. There is a simpler way to get it directly by one click online. Why don't you provide it?

A: For one click access or even online selling, the operation of replacing files that allows you to break through may lead to the account being blocked, and too many swipes will be directly cleared to 0 point.

Reference link