https://github.com/ssarcandy/msauto
https://github.com/ssarcandy/msauto
automation hacking
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssarcandy/msauto
- Owner: SSARCandy
- Created: 2016-12-23T08:49:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T13:59:13.000Z (about 5 years ago)
- Last Synced: 2025-02-23T09:15:42.175Z (over 1 year ago)
- Topics: automation, hacking
- Language: Shell
- Size: 215 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MSAuto
Need to setup config files:
- `fixtures/header.json`
- `utils/send_request.sh`
## Treasure Hunt
```sh
# cronjob
*/10 * * * * /usr/local/bin/node ~/github/MSAuto/treasure.js
# manual
$ node treasure.js
```
## Combat School
```sh
# cronjob
3 3 * * * cd ~/github/MSAuto/ && /bin/bash training.sh > /dev/null
# manual
$ ./training.sh > /dev/null
```
## Sneak
```sh
# cronjob
5,10 3 * * * cd ~/github/MSAuto && /bin/bash ./utils/sneak_reset.sh && /usr/local/bin/node sneak.js 10
# manual
$ ./utils/sneak_reset.sh && node sneak.js 10
```
## MSP Crank
```sh
# manual
$ ./msp_crank 100
```
## Free Ad Reward
```sh
# cronjob setting
# every 30 minutes
*/30 * * * * /bin/bash ad_movie_grant.sh
```
## Buy Shop Units
> must fill in `want2buy` unit id.
### sneak_shop
```sh
$ node sneak_shop.js
# repeat buy
$ while true; do node sneak_shop.js; sleep .1; done
```
### 1on1_shop
```sh
$ node 1_on_1_shop.js
# repeat buy
$ while true; do node 1_on_1_shop.js; sleep .1; done
```
## Events
> must fill `stage_id` and `unit_id`
### event_pile
```sh
$ ./event_pile.sh 10 # raid times
```
### event_marathon
todo...
### event_marathon2nd
todo...