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