by 真正 john
基本上整合同埋改良左好多, 而且有詳盡既 comment 同埋使用方法, 所以個 script 作者直接寫左做真正john。
Function:
- check strength and gold every loading and in 5 minutes. if you have strength, auto run the default job.
- if you have over $100 cash, auto throw them in the bank
Known problem:
- may stop at “Try again” error message when the game is busy at night
- does not work with Facebook new user interface
What you should know about the game:
- when you want to get cash from bank, disable greasemoney first, or your money will go back to the bank with 10% cut off.
- if you do not have enough strength, a job won’t run
- if you do not have ALL the required equipment, a job won’t run
- if you do not meet the level / buddy requirement, a job won’t run
- you generate 5 health, 1 strength, and 1 mind every 5 minutes
- the hourly pay always take place at 0 minutes every hour, if your computer clock syn with the world clock
- if you use this script and got banned, don’t blame us
如果要改做任務, 可以跟據指示去做:
// Things you can change
//———————————————————————————————
// 工作代號,可選: 1 至 9. job 5 是走水貨
const jobid = 5; //<- 改這個的話,記得改埋體力要求.
// 該工作最低體力要求. if you have this wrong the script will fail to work
// – job 5 need 10, job 6 need 15, job 7 need 18, job 8 need 25, etc…
const needstrength = 10; //
//——————————————————————
多謝真正 john!





