一套多语言TRX区块链理财竞猜系统代码

这套已经修复数据库并清理了后门 ,重写了教程,支持9国语言(后台控制) 查询余额,自带归集系统 脚本齐全 完美分享!
一套多语言TRX区块链理财竞猜系统代码插图
一套多语言TRX区块链理财竞猜系统代码插图1
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
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容