Skip to content

getgrass-bot-v0.3

Compare
Choose a tag to compare
@cmalf cmalf released this 09 Dec 21:25
· 39 commits to main since this release
766daea

Temporary Update to Version 0.3

what's new?

  • added direct ip running feature (without proxy)
  • supports both proxy types (http or socks) choose one

what changed

for Desktop version
Dont change User agent in configuration.js (for Desktop Version)

  • tried adding
            const ws = new WebSocket(wsURL, {
                agent,
                headers: {
                    "Pragma": "no-cache",
                    'User-Agent': configuration.UserAgent,
                    OS: 'Mac',
                    Platform: 'Desktop',
                    Browser: 'Mozilla',
                    "Sec-WebSocket-Version": "13",
                    'Accept-Language': 'uk-UA,uk;q=0.9,en-US;q=0.8,en;q=0.7',
                    "Cache-Control": "no-cache",
                    "priority": "u=1, i",
                },
                handshakeTimeout: 30000,
                rejectUnauthorized: false,
            });
  • and a lot has changed.

updates for what version?

  • both zip files contain desktop and extension version

How To Do?

  • Download File Zip below

    - Go to Directory file
    - Choose:
         - Desktop version
         - or Extension Version
    
  • Install Dependencies

    npm install
  • Run the Script

    npm start

does the script work?

  • yes, on my device it works,and on the dashboard it is connected.

  • Screenshot

Note

Please try this script on your device

  • Try both direct ip or proxy mode
  • Try to use no more than 30 proxies first, if the proxies on the dashboard are connected (detected) you can add more proxies.
  • I will open a discussion in this repository. please comment there if the problem still persists.
  • Discussion link

Thanks