Fast Item Deleter
Hello guys!
Someone asked to make script which will delete item from your inventory on 1 button.
I made this script for like 10-15 minutes, but i think it will be usefull for lazy guys
Requierments : AutoHotKey
How it works:
1. Move your mouse to item which you want to delete
2. Press "X" button. (You can change it)
3. Profit!!!
Video: youtube. com/watch?v=qtrknPuy0t4
The best thing about this script is that it works on any resolution (i hope
)
How to lauch script:
You can just copy code and put it in your .ahk file
or
You can download it directly
Attention!!!
This won't work if you renamed Trove window!
Give me some ideas
v.0.1 - release
v.0.2 - fixed bug
v.0.3 - fixed bug. Now script working normally
Virus scans:
Forum said that i cant post links
If comments will be good i will upload my script, which cleaning your build inventory!! I think it so good for people, who boting.
Have a good day
(Sorry for my english)

Someone asked to make script which will delete item from your inventory on 1 button.
I made this script for like 10-15 minutes, but i think it will be usefull for lazy guys

Requierments : AutoHotKey
How it works:
1. Move your mouse to item which you want to delete
2. Press "X" button. (You can change it)
3. Profit!!!
Video: youtube. com/watch?v=qtrknPuy0t4
The best thing about this script is that it works on any resolution (i hope
)How to lauch script:
You can just copy code and put it in your .ahk file
or
You can download it directly
Attention!!!
This won't work if you renamed Trove window!
Source
Yes, i know that this is noob code. I'm new at it. Sorry

Code:
X::
IfWinActive, Trove
{
MouseGetPos, x, y
WinGetPos, , , WinW, WinH, A
MouseClick, m
Sleep, 100
WinWh := WinW//2
WinHh := WinH//2
WinWw := WinW//18
WinHw := WinH//19
WinWf := WinWh-WinWw
WinHf := WinHh+WinHw
MouseClick, l, %WinWf%, %WinHf%
MouseMove, %x%, %y%
Sleep, 50
Return
}
else
{
Sendinput, x
return
}
To do
Give me some ideas
ChangeLog
v.0.1 - release
v.0.2 - fixed bug
v.0.3 - fixed bug. Now script working normally
Virus scans:
Forum said that i cant post links
If comments will be good i will upload my script, which cleaning your build inventory!! I think it so good for people, who boting.
Have a good day

(Sorry for my english)
