哈希值竞猜源码纯合约的返奖辛运哈希源码

  • 价格:128 终身会员可免费下载该资源
  • 人气指数:人次
  • 最后更新:2022-05-15 10:49:49
资源详情 资源评论

源码说明

返奖私钥和监听充值地址修改/application/index/controller/wxpay.php

返奖地址和私钥在25和26行配置

监听充值玩法地址在200行以后配置,具体在哪里你们自己找吧,都在wxpay.php这个文件

转账功能

#!/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 http://xxx/index/wpay/auto_transfer3

curl http://xxx/index/wpay/auto_transfer2

curl http://xxx/index/wpay/auto_transfer1

sleep $step

done

exit 0


监听收款

#!/bin/bash

PATH=/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin

step=3 #间隔的秒数,不能大于10

for (( i = 0; i < 60; i=(i+step) )); do

curl http://xxx/index/wpay/index3

curl http://xxx/index/wpay/index2

curl http://xxx/index/wpay/index1

sleep $step

done

exit 0


xxx改成你的域名

玩法有

index3 单双


index2 尾数


index1 牛牛


29db0656db0ebea0f9d32051b0a71150.png

本文由吾索源码网整理自网络,如有侵权请联系本站删除!
如需转载请注明出处:https://www.wusuo8.com/show-5-2939.html
=============================================================
本站声明:
1、本站所有资源均来源于互联网,不保证100%完整、不提供任何技术支持;
2、本站所发布的文章以及附件仅限用于学习和研究目的;不得将用于商业或者非法用途;否则由此产生的法律后果,本站概不负责!