Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trickstarcandina authored Jun 9, 2024
1 parent 3dc0d0b commit d002563
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,11 @@ try {

### 1. Chạy mode schedule (hunt bot theo giờ trong ngày)

Mở file `clientSchedule.js`. Dòng 12 và Dòng 164 -> 169 config giờ hunt bot theo khung giờ 24h
Mở file `info.json`
```
wakeUpRule.hour = [1, 4, 7, 10, 12, 15];
...
hour === 1 ||
hour === 4 ||
hour === 7 ||
hour === 10 ||
hour === 12 ||
hour === 15
...
"timeSchedule": [1, 4, 7, 10, 12, 15]
Chỉnh sửa thời gian bạn muốn spam. Ví dự ở trên là hunt theo 1h, 4h, ... 15h Local Time Zone máy của bạn
```

### 2. Chạy mode continuous (hunt bot liên tục)
Expand Down

0 comments on commit d002563

Please sign in to comment.