April 15, 20169 yr hi using mirror mode won't hold left click while moving to destination getMouse().move(md, false); Mouse#move is it supposed to click and drag?
April 15, 20169 yr hi using mirror mode won't hold left click while moving to destination getMouse().move(md, false); Mouse#move is it supposed to click and drag? getMouse().move(md, true); instead of; getMouse().move(md, false); Also if it doesn't work, try regular injection, most of stuff in mirror are broke Edited April 15, 20169 yr by iJodix
April 15, 20169 yr Author oops it was set to true not sure why i wrote false still doesn't work suggestions?
April 15, 20169 yr oops it was set to true not sure why i wrote false still doesn't work suggestions? If it really doesn't work then you could always try: getMouse().continualClick(...) // click and hold with release condition getMouse().move(...) // move to destination
April 16, 20169 yr Author If it really doesn't work then you could always try: getMouse().continualClick(...) // click and hold with release condition getMouse().move(...) // move to destination thanks, you're a lifesaver
Create an account or sign in to comment