Stimpack Posted April 15, 2016 Posted April 15, 2016 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?
Mysteryy Posted April 15, 2016 Posted April 15, 2016 er ma gerd. Off topic, but I havent talked to you in foreva 1
Stimpack Posted April 15, 2016 Author Posted April 15, 2016 o hi there you but really, back on topic! pls send help
iJodix Posted April 15, 2016 Posted April 15, 2016 (edited) 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, 2016 by iJodix
Stimpack Posted April 15, 2016 Author Posted April 15, 2016 oops it was set to true not sure why i wrote false still doesn't work suggestions?
Explv Posted April 15, 2016 Posted April 15, 2016 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
Stimpack Posted April 16, 2016 Author Posted April 16, 2016 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 1