-
Notifications
You must be signed in to change notification settings - Fork 13
Function "client" (mini client on Chrome)
HungPV edited this page Oct 4, 2021
·
4 revisions
Steps:
- Make sure you can play game on Google Chrome web browser at https://www.kongregate.com/games/Juppiomenz/bit-heroes
- Press F12 to open Dev Tools
- Go to Console tab of Dev Tools
- Open file
prepare-mini-chrome-client.txt
- Paste the content into the Console tab
- Copy the output into
user-config.properties
file, make sure to override the correct properties - Generate mini client using:
- Windows: run file
client.bat
- Linux/Mac: run file
./client.sh
from terminal
Enjoy it
- Windows: click and run file
mini-game-on-chrome*.bat
- Linux/Mac: run file
./mini
or./mini-game-on-chrome*.sh
from terminal
Notes: it's able to generate more than one client, just by modify the '1.' prefix of the keys, support up to maximum 10 accounts. For example:
- Batch 1 uses the following keys:
1.game.kong.user.id
1.game.kong.user.name
1.game.auth.token
- Batch 2 uses the following keys:
2.game.kong.user.id
2.game.kong.user.name
2.game.auth.token
- Batch 10 uses the following keys:
10.game.kong.user.id
10.game.kong.user.name
10.game.auth.token
Test result
OS | Generate 800x520 |
---|---|
Ubuntu 18.04 (development environment) | Works perfectly |
Windows 10 x64 | Works perfectly |
Windows 7 x64 (on Virtual Box) | Works perfectly |
MacOS 10.14 High Sierra | Works perfectly |
Hi, I'm a bot. Please give me a Star for this repository, thank you 😜