Item destroyer

Posts 1–10 of 10 · Page 1 of 1
Item destroyer
We need an item destroyer for the useless trophies.
Just select the slots that you dont want to be destroyed.
This would be super usefull you could fish for 24/7 without checking every 1h.
Will take it in charge (or at least, will try)
Gotta know the pref resolution you want
Im playing windowed 1920x1080
Doesn't the bot you use change the resolution?
Quote Originally Posted by mpmoi View Post
Doesn't the bot you use change the resolution?
Knowing him he is using my bot and for it to work you would need to add the function to the queue system in the bootdrop.ahk sadly I am just to lazy and no will to want to do it.
I am already making code actually
Waiting for @reppin answer on my pm

Feel free to edit the code yourself : add this in BootDrop.ahk before the line "EndOfBootDrop :
Code:
		SendInput {Tab}
		Sleep, 200
		loop,5
		{
			z := A_index
			loop,5
			{
				posx := 25 * A_index + 415
				posy := 25 * z + 88
				MouseMove, posx, posy
				SendInput {MButton}
				MouseMove, 246, 246
				Sleep, 90
				SendInput {LButton}
			}
		}
		SendInput {Tab}
This will clean up the 5 first lines of your building inventory everytime it drops boots,
CARE THIS WILL DELETE EXISTING ITEMS ON THESE SLOTS


I will make it more customisable once reppin answered
Posts 1–10 of 10 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?