优化:步数修改增加反作弊能力

This commit is contained in:
2025-06-05 16:45:13 +08:00
parent d9c29f2f1f
commit cec693cb8e
4 changed files with 46 additions and 4 deletions

View File

@@ -1,8 +1,15 @@
#!/bin/bash
wd="/home/oasis/dev_projects/wechatStep"
if [ "$#" -ne "1" ];then
echo "参数不合法"
exit 1
fi
base_num=$1 # 起始值
cd $wd
while read acct pwd
do
sh modify.sh $acct $pwd >> ./logs
sleep_num=$$(( `shuf -i 1-100 -n` * 60 ))
echo sleop $sleep_num for random cheat >> ./logs
sh modify.sh $acct $pwd $base_num >> ./logs
echo "\n" >> ./logs
done < acct_list