哈希值竞猜源码纯合约返奖源码-龙缘资源网
哈希值竞猜源码纯合约返奖源码
此内容为付费阅读,请付费后查看
RMB5
付费阅读

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

adf4e1e963

 

源码分类:金融理财系统品牌:其他开发语言:PHP数据库:Mysql请勿商业运营,违法使用和传播!仅供研究学习使用!

简介:

转账功能

#!/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 牛牛

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

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

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

© 版权声明
THE END
赞助文章
点赞2打赏一下 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容