Skip to content

Commit

Permalink
Major update
Browse files Browse the repository at this point in the history
DMDGO v1.9.0
1) Added DM on React [Beta]
2) Added Hypesquad changer
3) Added token changer
4) Added anti-captcha support (They now support Hcaptcha enterprise and it works pretty well)
5) Major Restructure of code to make it more easily updatable
6) Added subscription to guilds so that op 14 scraper does not return 0 members on larger servers
  • Loading branch information
V4NSH4J committed Apr 17, 2022
1 parent acd0b2a commit e4f02f5
Show file tree
Hide file tree
Showing 34 changed files with 3,616 additions and 2,783 deletions.
22 changes: 19 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ direct_message_settings:
close_dm_after_message: false

proxy_settings:
proxy_from_file: true
proxy_for_captcha: true
proxy_from_file: false
proxy_for_captcha: false
use_proxy_for_gateway: false
proxy_protocol: "http"
timeout: 60
Expand All @@ -31,7 +31,7 @@ scraper_settings:

captcha_settings:
captcha_api_key: ""
captcha_api: "capmonster.cloud"
captcha_api: "anti-captcha.com"
max_captcha_wait: 60
max_captcha_retry: 3

Expand All @@ -45,3 +45,19 @@ suspicion_avoidance:
typing_variation: 250
typing_speed: 450
typing_base: 200

dm_on_react:
observer_token: ""
change_name: true
change_avatar: true
invite: ""
server_id: ""
channel_id: ""
message_id: ""
emoji: ""
skip_completed: true
skip_failed: true
leave_token_on_ratelimit: true
rotate_tokens: true
max_anti_raid_queue: 20
max_dms_per_token: 10
Loading

0 comments on commit e4f02f5

Please sign in to comment.