Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
```
CoordMode, Mouse, Screen
SetTimer, Check, 20
return
Check:
MouseGetPos, xx, yy
Tooltip %xx%`, %yy%
return
Esc::ExitApp
```
Just change the coordinates on the first mouse click and secons mouse click to the appropriate one from this script and you'll get it working shortly :)
```
CoordMode, Mouse, Screen
SetTimer, Check, 20
return
Check:
MouseGetPos, xx, yy
Tooltip %xx%`, %yy%
return
Esc::ExitApp
```
(copy anything inside ``` to a new file and run it. you can press esc to exit the app)