Skip to content

Commit

Permalink
Fixed Capmonster.cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
V4NSH4J committed Apr 14, 2022
1 parent b3d8abe commit 3cdf0c3
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 252 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

func main() {
version := "1.8.12"
version := "1.8.13"
CaptchaServices = []string{"capmonster.cloud", "anti-captcha.com", "2captcha.com", "rucaptcha.com", "deathbycaptcha.com", "anycaptcha.com", "azcaptcha.com", "solvecaptcha.com"}
rand.Seed(time.Now().UTC().UnixNano())
color.Blue(logo + " v" + version + "\n")
Expand Down Expand Up @@ -297,7 +297,7 @@ func Options() {
// Setting information to windows titlebar by github.com/foxzsz
go func() {
for {
cmd := exec.Command("cmd", "/C", "title", fmt.Sprintf(`DMDGO [%d sent, %v failed, %d locked, %d avg. dms, %d tokens left]`, len(session), len(failed), len(dead), len(session)/len(instances), len(instances)-len(dead)))
cmd := exec.Command("cmd", "/C", "title", fmt.Sprintf(`DMDGO [%d sent, %v failed, %d locked, %v avg. dms, %d tokens left]`, len(session), len(failed), len(dead), len(session)/len(instances), len(instances)-len(dead)))
_ = cmd.Run()
}
}()
Expand Down
Loading

0 comments on commit 3cdf0c3

Please sign in to comment.