分类: 游戏源码
-
哈希值竞猜源码纯合约的返奖辛运哈希源码
源码说明
返奖私钥和监听充值地址修改/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 牛牛
-
Cocos Creator休闲游戏合成植物打僵尸源码
源码简介
支持三端H5+安卓+IOS三端源码
自行封装
游戏引擎:Cocos Creator 2.3.3
编程语言:TypeScript
cocos creator休闲游戏合成植物打僵尸源码-H5+安卓+IOS三端源码,开发脚本为javaScript方便扩展和阅读,支持cocos creator2.X版本,完整的源码可拿来运营学习研究二次开发。