Skip to content
/ mouseBot Public

Buncha scripts to make you look not AFK to other programs on your pc

Notifications You must be signed in to change notification settings

nMaax/mouseBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Amphetamine - mouse bot

This python script is going to make your mouse move automatically around a little box in the screen, the purpose of this is to make your pc always awake and make you look not AFK to other programs/websites who tries to control that.

This script is mainly invented for Windows/Linux machines since Mac already has an app called Amphetamine who does this work greatly. In any case anyone can use this script 😃

There are 2 version of the program:

  1. Amphetamine
  2. NightOWL

They all do the same job with small differences, if in doubt I suggest you to use Amphetamine 🚀

How to install

Dependencies

You will need the pyautogui library and the latest python version installed on you machine

Installation

  1. Install Python
  2. Install the pyautogui library by running this command in a terminal python -m pip install pyautogui
  3. Clone this repo or the specific program you need wherever you want
  4. In the terminal, move to the folder where you downloaded this repo
  5. Run the program with the command python Amphetamine.py (or the program you prefer)

Note Eventually sobstitute the python keyword with the path where is python.exe installed, e.g. (in a Windows machine) C:\Users\admin\AppData\Local\Programs\Python\Python310\python.exe -m pip install pyautogui

How to stop the script

You can always kill the script with these 3 alternatives:

  1. Moving the pointer on the UPPER-RIGHT corner, it will panic stop pyautogui
  2. Do Ctrl+Tab to find the console window and then Ctrl+C to close the script
  3. Spam Alt+F4

About

Buncha scripts to make you look not AFK to other programs on your pc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages