At first, this project enables launching MuskEmpire bot (and all other TG-Webapps like HamsterKombat) on PC Browser by making browser use a modified web-app using an extention called Resource Override Second, using a sloppy python script I wrote, we manage to check for the best possible purchase with highest profit value available to you, then make the purchase and collect your money every 60 seconds.
Feature | Supported |
---|---|
Auto claim offline bonus | ✅ |
Auto collect money every minute | ✅ |
Calculate and purchace best skill | ✅ |
Playable game through PC Browser | ✅ |
Friendly coded for python newbies | ✅ |
- Install the Resource Override extention on your browser (Chrome)
- Open the extension settings and enter the following data:
- Tab URL:
*
From:https://telegram.org/js/telegram-web-app.js
To:https://ashaxer.github.io/MuskEmpire-PC-AutoBuy/telegram-web-app.js
(You can make all webapps playable by adding From:*telegram-web-app.js*
To:https://ashaxer.github.io/MuskEmpire-PC-AutoBuy/telegram-web-app.js
)
Open the DevTools tab on the browser (You can press Ctrl+Shift+C shortcut to open this tab)
- Click on the three-dot menu
- Hover on "More Tools"
- Click on "Network Conditions"
- Uncheck the "Use browser default" and set the agent as "Safari - iPhone iOS 13.2" Open Bot MuskEmpire and run the game
To run the script we must copy the payload of auth request in source view mode from browser. to achieve this follow the below steps:
Open the DevTools tab on the browser (You can press Ctrl+Shift+C shortcut to open this tab)
- Switch to "Network" tab
- For better result, filter the requests by clicking on "Fetch/XHR"
- Find the "auth" request and click on it
- Switch to "Payload" of request details
- Click on "view source" to change view mode
- Select all the payload value (Thriple-Click) and Copy it
You can use this bot on any machine supporting python (Make sure you have reqired packages) just make a folder, download the files into it, run the script and paste the Payload you got earlier (Note: Try not using old Payload values for this script, Use newly generated Payload from last step each time to prevent from getting banned)
Linux:
cd && mkdir MuskEmpireAuto && cd MuskEmpireAuto
curl -O https://raw.githubusercontent.com/Ashaxer/MuskEmpire-PC-AutoBuy/main/ElonAutoBuy.py
pip3 install humanize
python3 ElonAutoBuy.py