Skip to content

ggb-v0.4.1-Extension-GM

Latest
Compare
Choose a tag to compare
@cmalf cmalf released this 21 Dec 00:00
· 7 commits to main since this release
fbae9c2

🌱 getgrass Bot - Extension version (GM)

  • I'll share this Extension version Script, while the main desktop version is still under development.

🤔 How To Do

  • Download the File zip Below
  • The password is still the same as v0.4! Password
  • To run The Script npm install then npm start
  • You need to Login First to setup UserId and AccsessToken (Automaticly saved on config.js, uid.txt)
  • But yeah........ 1.0X Reward earnings. 😅

🆕 UPDATE FEATURE (MultiAccounts)

  • Many of you have requested multi-account feature for this script!
  • As per your request, I have added Multi-account Feature, and removed Direct Connect feature. (Proxy Connection Only)

🤔 How To Do

  • Download The File Zip (For MultiAccounts Version)
  • The password is still the same as v0.4! Password
  • Install Dependencies npm install
  • Setup All your account at account.js (as many as your accounts)
  • setup proxy for each account :
    • proxy.txt (for account 1)
    • proxy1.txt (for account 2)
    • ETC.
  • if all settings are complete.
  • Run the script npm start
  • Login To All Your Account (To setup UserId and AccessToken)
  • Run with Proxy
  • Done

NOTE:

  • If you use a multi-account script, you must log in to more than one account, because my script is set for multiple accounts, and if there is only one account, the script will not run (TypeError: Cannot read properties of undefined (reading 'map') at _0x287f85) - (if you want to run one account, just use the normal version).

  • For Windows, Android, and Linux users who encounter the error "token" blablabla:

  • This is because your system doesn't support "exports const". Please change it manually to module.exports.

  • here to fixed : Fixed 'Token' Error

const accountLists = [
    {
      "username": "xxx",
      "password": "xxx"
    },
    {
      "username": "xxx",
      "password": "xxx"
    },
    {
      "username": "xxx",
      "password": "xxx"
    } // for more users just copy paste the form as many as your accounts
];

module.exports = {
    accountLists
};
//========================================
const uidList = [
  {
    "userId": "xxxxx",
    "accessToken": "xxxxxxx"
  },
  {
    "userId": "xxx",
    "accessToken": "xxx"
  },
  {
    "userId": "xxx",
    "accessToken": "xxx"
  }
];

module.exports = {
    uidList
};

🐞 UPDATE : Fixed Ping Flood Bug

Thanks to @pukakuka for reporting the ping flood bug.

🤔 HOW TO DO

  • Download Fixed-Ping-Flood-bug.zip below
  • just replace old index.js to fixed one.
  • done

🌱 UPDATE Comunity-Extension-1.25

  • Comunity Extension 1.25 X Earnings

🤔 HOW TO DO

  • Download V.4.1-Comunity-Extension-1.25x.zip below
  • if you want to use the community extension to earn 1.25X.
  • just replace the file index.js.
  • done