SoFunction
Updated on 2025-04-03

Based on the function of automatically adding contacts in the address book on WeChat

What is?
It is a JavaScript automation tool on the Android platform.

Its essence is that it can execute simple Javascript scripts written by itself, especially an Android app that can perform some operations on other apps while "accessible mode" is enabled, which is convenient for automated operations. The learning cost is very low.

It has been widely used by the hacker industry, so that the author closed the official download channel.

Official website:/hyb1996/

The following is a code to introduce the function of automatically adding contacts in the address book based on WeChat. The specific code is as follows:

Automatically add contacts in the address book on WeChat

();
function click_Add(){
	var wait_num = 0;
	var boolea = 1;
	while(!textContains("Add to address book").exists()){
		if(wait_num > 10){
			break;
		}
		sleep(100);
		wait_num++;
	}
	
	if(textContains("Add to address book").exists()){
		("Waiting to click to add friends...");
		var fal = click("Add to address book");
		if(fal==false){
			("Click to add friends failed");
		}else{
			("Click to add friends successfully");
		}
		if(textContains("Apply for friends").exists()||textContains("send").exists()){
			Reurn();
			("return");
		}else{
			sleep(600);
			if(!textContains("More Information").exists()){
				Reurn();
			}
		}
		sleep(100);
		Reurn();
	}else{
		Reurn();
	}
}
function Reurn(){
	var fan = id("dm").findOne().click();//return	if(fan==false){
		("Return failed");
		sleep(200);
		var fan1 = id("dm").findOne().click();
		if(fan==false){
			("Return again failed");		
		}else{
			("Return to success");
		}
	}else{
		("Return to success");
	}
	sleep(100);
}
while(true){
	var dq0 = id("dq0").findOne();
	().forEach(function(child) {
		var c8a = (id("c8a"));
		sleep(200);
		try {
			if(c8a){
				if(()){
					();
					click_Add();//Click to add friends				}
			}
		} catch(e) {
			("Exception clickable");
			sleep(500);
		}
		
	});
	//Slide	sleep(100);
	var boolea = id("dq0").findOne().scrollForward();
	if(boolea == false){//If the slide fails 5 times, it will end		break;
	}
}
sleep(100);
("Program End");

WeChat screenshots have been added to contacts

"auto";
function click_Add(){
 var wait_num = 0;
 while(!textContains("Send a message").exists()||!textContains("More Information").exists()){
 if(wait_num > 6){
 break;
 }
 sleep(100);
 wait_num++;
 }
 if(textContains("Send a message").exists()){
 ("Waiting for screenshot...");
 /**
  * Simulate three gestures at the same time:
  * From (300, 400) to (300, 1400)
  * From (600, 400) to (600, 1400)
  * From (900, 400) to (900, 1400)
  * Each time is 350 milliseconds
  */
 gestures([350, [300, 400], [300, 1400]],
  [350, [600, 400], [600, 1400]],
  [350, [900, 400], [900, 1400]]
 );
 }
}
var count = 0;
while(count<5){
	id("c4v").findOne().children().forEach(function(child) {
		("child");
		sleep(1000);
		if((className("").depth(13))){
			("Clicked");
			var bl = ();
			("click");
			sleep(600);
			click_Add();
			if(bl){
				back();
			}
		}
	});
	 //Slide	sleep(100);
	var boolea = id("c4v").findOne().scrollForward();
	if(boolea == false){//If the slide fails 5 times, it will end		count++;
		break;
	}
}
("Program End");

Summarize

This is the article about using WeChat to automatically add contacts in the address book. For more related use of WeChat to automatically add contacts in the address book, please search for my previous articles or continue browsing the related articles below. I hope everyone will support me in the future!