THIS VERSION IS NO LONGER SUPPORTED, PLEASE USE https://github.com/e-sim-python/eSim FROM NOW ON!
-
- Auto-fight every hp restore.
- Bid on all auctions with a single click
- Dump all limits with a single click.
- Complete all the missions with a single click.
- Auto-hunt BHs
- Discord bot (control each of your trusted group accounts via commands)
- And much more!
Currently, there are 2 available versions of these scripts, which both of them does the same thing, but the latest version is using Asyncio and AIOHTTP Library which is a non-blocking version of previous release for Discord bot usage, you can access both versions from this Link : Releases
As far as we know, no one has ever been punished for using these scripts. However, the use is at your own risk, of course.
This project is open-source, so anyone can check any line and see if it's harmful. Everything written is pretty much plain English, so you can search for traps, and understand what each code really does. If you still think there is a suspicious line, you can ask us about it, and warn other users as well
-
-
-
- Download and Install python 3.6+ and add to path.
- Open your CMD ( Command Line ), type
pip install eSim
then press enter and wait for everything to get installed on your computer. - Download the e-sim library as a zip file (Code -> download ZIP) and extract it. (If you can't extract, download WinRAR first.
- Type
where python
in your CMD, and writestart
+Lib\site-packages\eSim
instead ofpython.exe
from the output. SCREENSHOT. - As the last resort, you can use the
script.exe
in Here
- Type
-
- Head back to the folder you extracted in Step 3, double click (in your computer) on any script you want, or right click ->
open with IDLE
andpress F5
(better), or fromRun Menu
selectRun Module
- advanced usage : import the function to another script (examples).
- Head back to the folder you extracted in Step 3, double click (in your computer) on any script you want, or right click ->
-
-
-
Download the e-sim library as a zip file on your Android device from Here
-
Extract the downloaded zip file.
-
Install Pydroid 3 - IDE for Python 3 from Google Play Store.
-
Install Pydroid repository plugin from Google Play Store.
-
Open Pydroid 3, from top left side of app, click on the menu, there are a few options, such as Get premium, interpreter, Terminal, etc. Now you should choose Pip.
-
In Library name field, first type lxml (its LXML not ixmi) and click on install, after its finished, enter Requests in that field and go ahead and click install. (you can do this for any missing module in future if you needed it)
-
Now, just go back in main menu and click on folder icon in top right side of the app (near light bulb icon) and choose open, find your desired script in your phone file manager and open it.
-
Once you opened it, there should be a Run yellowish play button in left bottom of screen, go ahead and run it.
-
Now after you ran the script in your phone, on top right side of the screen, there is a menu. In that menu, choose Take wakelock and Take wifilock, Now it should be able to run as long as you don't close the app from your phone's app manager. Screenshot
-
-
-
- You can edit the scripts by right click on it -> edit with IDLE, or click "Fork" at the top of this page.
- Everything written after the pound (#) in the same line, is a note that can help you understand the code, or for the developers.
- Every line with
input
can be replaced (instead of typing the same choice every time you run the script). For example:server = input("Server: ")
can be replaced intoserver = "alpha"
. - Those scripts (Basic folder mainly) are mostly raw, and they can be used in many other ways.
- in Discord bot, if you want to run command in a specific server, Channel name should be the same as the server you want to run the command on. (Ex: if you wish to run command in alpha server, name of channel should be
alpha
screenshot)
-
-
Beginner idea:
- Add
await asyncio.sleep(time_in_sconds)
at the beginning of the script to do action with a delay (For example: Bid auctions just before it ends, propose a law while you are sleeping etc.)
- Add
-
Advanced idea:
- Run the discord bot in each of your trusted group devices, and let everyone do specific actions in each other accounts (fight, vote laws etc.) (you should have
discord.py
installed already, but if not - install it) - you can do that with multies and VPS ;)
- Run the discord bot in each of your trusted group devices, and let everyone do specific actions in each other accounts (fight, vote laws etc.) (you should have
-
- Make sure that you have python 3.6+ installed by typing
python --version
orpy --version
in CMD. SCREENSHOT - Q: "I've entered the wrong credentials, what can i do?" A: Open
Help_functions
folders, delete thelogin_details.csv
file or Edit it with notepad++ if you know what you are doing. - First try to search for the solution online (copy the error to google).
- For example:
ImportError: No module named aiohttp
-> google search will tell you how to install package (via pip). In that specific error you can also run install_package.py - Sometimes all you need is to login via script again, because your cookies are too old (Run
Help/login
, or deleteHelp/cookies.txt
). - See if there are updates in the source code. (
pip install -U eSim
) - If you believe that the error is made by us, you can describe it here and we will try to fix. This is also the place for suggestions and any contact.