Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Epoch

First pure-python autoclicker that requires holding left click

Disclaimer

This project is not made by professionals. It is absolutely not guaranteed to bypass screenshares or serverside anticheats

Requirements

In order to use the script, you will need Python 3.9.X and Pynput

Once you have installed Python, open cmd and run: pip install pynput.

How to run

Online, file-less, one-liner

Open cmd and run the following command:

@python -c "import urllib.request as u;exec(u.urlopen('https://raw.githubusercontent.com/sentinelb51/epoch/refs/heads/main/epoch.py').read().decode())"

Local file method (indirect)

Download epoch.py and place in a satisfactory directory:

  • Copy the directory's name. Open cmd, cd C:\Your\Directory.
  • Type python, this should open up the Python interpreter in your command prompt.
  • Type import epoch and the script should now be running

Local file method (direct)

Download epoch.py and place in a satisfactory directory:

  • Copy the directory's name. Open cmd, cd C:\Your\Directory.
  • Type python epoch.py and the script should now be running

Resource utilisation

The script uses <1% CPU and roughly 10 MB RAM

About

First pure-python autoclicker that requires holding left click

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages