SSARCandy / MSAuto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSAuto

Need to setup config files:

  • fixtures/header.json
  • utils/send_request.sh

Treasure Hunt

# cronjob
*/10 * * * * /usr/local/bin/node ~/github/MSAuto/treasure.js

# manual
$ node treasure.js

Combat School

# cronjob
3 3 * * * cd ~/github/MSAuto/ && /bin/bash training.sh > /dev/null

# manual
$ ./training.sh > /dev/null

Sneak

# 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

# manual
$ ./msp_crank 100

Free Ad Reward

# cronjob setting
# every 30 minutes
*/30 * * * * /bin/bash ad_movie_grant.sh

Buy Shop Units

must fill in want2buy unit id.

sneak_shop

$ node sneak_shop.js

# repeat buy
$ while true; do node sneak_shop.js; sleep .1; done 

1on1_shop

$ 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

$ ./event_pile.sh 10 # raid times

event_marathon

todo...

event_marathon2nd

todo...

About


Languages

Language:Shell 70.9%Language:JavaScript 29.1%