An open API service indexing awesome lists of open source software.

https://github.com/suundumused/dota-camera-lock-macro

A macro to lock the camera on the character automatically when pressing "b"
https://github.com/suundumused/dota-camera-lock-macro

dota dota-2 dota2 dota2-api dota2-bot dota2-changer dota2-hack dota2-maphack hotkeys keyboard-shortcuts macro macro-processor macros

Last synced: about 1 month ago
JSON representation

A macro to lock the camera on the character automatically when pressing "b"

Awesome Lists containing this project

README

        

**Dota 2 - Camera Lock Macro**

---

### Overview

This Python script provides a convenient solution for automatically locking the camera on a character in Dota 2 by pressing the "b" key.

### Requirements

- Python 3.x
- pynput library
- win32api and win32con modules

### Installation

1. Install Python 3.x from [python.org](https://www.python.org/downloads/).
2. Install the required libraries using pip:

```
pip install pynput
```

### Usage

1. Ensure that Python and the required libraries are installed.
2. Run the script by executing the following command:

```
python camera_lock_macro.py
```

3. Once the script is running, simply press the "b" key to activate the camera lock feature.

### Note

- This script is specifically designed to work on Windows operating systems.
- The default key to trigger the camera lock is "b", but you can customize it by modifying the `favorite_key` variable in the script.

### Disclaimer

This script is intended for educational and personal use only. Use it responsibly and in compliance with the terms of service of the applications or games you use it with. We do not take responsibility for any misuse or unintended consequences arising from the use of this script.

## 💖 Support Me

If you find my work valuable and want to support me, consider making a donation. Your contribution goes a long way in helping me continue my open-source contributions!

[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-Donate-blue.svg)](https://www.paypal.com/donate/?hosted_button_id=A2S5G97QM7XCJ)
[![PayPal](https://img.shields.io/badge/PayPal-Donate-blue.svg)](https://www.paypal.com/donate/?hosted_button_id=A2S5G97QM7XCJ)

#### Bitcoin :: **bc1qa0xzyhcmcsuvppttmylzygwwfaken5jturhgek**

#### Ethereum :: **0x2fA70716D1Ae2f4994Be8e249b609056D72Ce80a**

![Separator](https://github.com/Suundumused/Suundumused/blob/main/Assets/borderseperator.gif?raw=true)

Thanks for stopping by! Feel free to explore my repositories and don't forget to give them a ⭐️ if you find them interesting! 😊

---