Skip to content

[LINUX ONLY] autoloot: shift + right mouse click around character super fast!

Notifications You must be signed in to change notification settings

digonalha/tibia-autoloot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Tibia Autoloot - Python 3.7.x

Simple script for autoloot around the character with only one click and super fast!

Disclaim: All my scripts are made linux based. Im using Xubuntu 18.4, but probably they will work with Windows too. If you need some help, please contact me sending an issue. And hey, I encourage code improvements too, feel free to send me a pull request anytime!

Requirements:

To work, you only need install pynput lib. To install just run

~$ pip install pynput==1.4

or install by requirements.txt running

pip install -r requirements.txt

For reference: https://pythonhosted.org/pynput/

How to:

To get the mouse positions, run the script get_mouse_position.py (the script have a 1sec cooldown, put the mouse on position and run. The script will print on shell the current mouse position) and replace in positions list at line #10.

image

All done, then just make the script an executable file with

chmod +x autoloot.py

and use the 'Keyboard > Apps Shorcuts' to create a command shortcut. The command will be like

/bin/bash -c "/path/to/file/autoloot.py"

and make the shortcut of your choice.

About

[LINUX ONLY] autoloot: shift + right mouse click around character super fast!

Topics

Resources

Stars

Watchers

Forks

Languages