Simple nodejs
script to earn shopee coin automatically (🇮🇩)
-
Using this script violate Shopee Terms of Service, do at your own risk!
-
Only work for Indonesian Shopee (shopee.co.id)
Feature | Status | Note |
---|---|---|
Shopee Tanam | ✅ | self watering, harvesting, planting, help friends |
Shopee Check In | ✅ | |
Shopee Live | ✅ | |
Lucky Draw | ❌ | |
Poly (Boardgame) | ❌ | |
Goyang Pohon | ❌ | |
Shopee Capit | ❌ | |
Shopee review | ❌ |
nodejs
>= 10- Rooted Android phone (emulator / smartphone) (used to get user credentials)
-
Create
credentials.json
: List of all credentials of your accounts[ { "name": "shopee username", "token": "SPC_EC token", "shopeeToken": "shopee_token", "deviceId": "unique identifier", "userId": 123, "help": true } ]
To find
shopeeToken
andtoken
you can useHTTPCanary
to capture shopee app data using rooted android device. Here's some quick steps:- Install
HTTPCanary
- Enable capture in
HTTPCanary
- Open Shopee app
- Login using your account
- Open
HTTPCanary
- Filter by host (mall.shopee.co.id)
- Find authenticated request
- Copy
SPC_EC
, andshopee_token
in cookies
- Install
-
Create
friends.json
: List of friends account you want to help[ { "name": "shopee_username", "userId": 0, "help": true } ]
node ./src/scripts/
[command_name]
water.js
: plan, water, harvest, and help friendluckdraw.js
: get coin from playing shopee luckydrawlive.js
: get coin from watching livestreamcheckin.js
: get coin from daily checkin.userCoins.js
: get coin balance of all the accounts