ggb-v0.4.1-Extension-GM
·
22 commits
to main
since this release
🌱 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
thennpm 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
🔑 Login with Proxy
- One of the members, still did not believe, with my logic blocking IP reports to the grass server when logging in, well I didn't want to argue, so I changed the previous logic, by logging in via a proxy connection.
🤔 HOW TO DO
- download v0.4.1-Login-Proxy.zip (based on v0.4.1-Comunity-Extension-1.25x)
- replace index.js and add proxy_login.txt file
- re-login
- Done