SESH Posted April 14, 2015 Share Posted April 14, 2015 Is it possible to simulate mouse movement like MouseKeys? By this I mean instant mouse movement. Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted April 14, 2015 Share Posted April 14, 2015 In before instant bann. Quote Link to comment Share on other sites More sharing options...
SESH Posted April 14, 2015 Author Share Posted April 14, 2015 In before instant bann. Why? Quote Link to comment Share on other sites More sharing options...
Oliver Posted April 14, 2015 Share Posted April 14, 2015 Why? Because it isn't human like at all Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted April 14, 2015 Share Posted April 14, 2015 Can you move your mouse all over the screen without moving your mouse? Only scripts or influence of third party software can do that. Quote Link to comment Share on other sites More sharing options...
Funny Nublet Posted April 14, 2015 Share Posted April 14, 2015 Can you move your mouse all over the screen without moving your mouse? Only scripts or influence of third party software can do that. yes we can, touchscreen computers 1 Quote Link to comment Share on other sites More sharing options...
Precise Posted April 14, 2015 Share Posted April 14, 2015 Can you move your mouse all over the screen without moving your mouse? Only scripts or influence of third party software can do that. actually, this isn't true. You can move your mouse using our keyboard I watched a tutorial on YouTube on how to do it years ago when I wanted to drop a shit ton of fish quickly but realised it requires practice to actually do it fast. Yes i t can be down. Is it humanlike? If it is used in a script and everyone uses it no. 1 Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted April 14, 2015 Share Posted April 14, 2015 (edited) yes we can, touchscreen computers I didn't say anything, ingore my post xD actually, this isn't true. You can move your mouse using our keyboard I watched a tutorial on YouTube on how to do it years ago when I wanted to drop a shit ton of fish quickly but realised it requires practice to actually do it fast. Yes i t can be down. Is it humanlike? If it is used in a script and everyone uses it no. Ya mousekeys can be used to do that. Edited April 14, 2015 by Khaleesi 1 Quote Link to comment Share on other sites More sharing options...
Precise Posted April 14, 2015 Share Posted April 14, 2015 I didn't say anything, ingore my post xD Ya mousekeys can be used to do that. Quote Link to comment Share on other sites More sharing options...
SESH Posted April 14, 2015 Author Share Posted April 14, 2015 Apparently none of you have heard of mousekeys/AHK. Yes, you can move you cursor around the screen without touching your mouse. You can use a program like AHK to hotkey mouse movement and clicks to your mouse, and it's 100% legal. All of the top ranked players use it. In some cases, simulating mouse keys is more "human" because no one would blackjack without hotkeys for hours on end. Quote Link to comment Share on other sites More sharing options...
Preliator Posted April 14, 2015 Share Posted April 14, 2015 Yes, you can do this by sending mouse events manually. For example, if you want the bot to instantly move the mouse down by 40 pixels, you can achieve this by using the following: bot.getMouseEventHandler().generateBotMouseEvent(MouseEvent.MOUSE_MOVED, System.currentTimeMillis(), 0, mouse.getPosition().getX(), mouse.getPosition().getY() - 40, 0, false, 0, true); 1 Quote Link to comment Share on other sites More sharing options...
SESH Posted April 14, 2015 Author Share Posted April 14, 2015 Yes, you can do this by sending mouse events manually. For example, if you want the bot to instantly move the mouse down by 40 pixels, you can achieve this by using the following: bot.getMouseEventHandler().generateBotMouseEvent(MouseEvent.MOUSE_MOVED, System.currentTimeMillis(), 0, mouse.getPosition().getX(), mouse.getPosition().getY() - 40, 0, false, 0, true); Awesome! thank you very much Quote Link to comment Share on other sites More sharing options...
Botre Posted April 14, 2015 Share Posted April 14, 2015 Apparently none of you have heard of mousekeys/AHK. Yes, you can move you cursor around the screen without touching your mouse. You can use a program like AHK to hotkey mouse movement and clicks to your mouse, and it's 100% legal. All of the top ranked players use it. In some cases, simulating mouse keys is more "human" because no one would blackjack without hotkeys for hours on end. Don't spread bullshit. Quote Link to comment Share on other sites More sharing options...
SESH Posted April 14, 2015 Author Share Posted April 14, 2015 Don't spread bullshit. Sure if you abuse it you're going to be banned, but as long as you use a 1:1 script you most likely be alright. Check out this: Trance Music, rank 14 overall, does some cooking: Same dude doing some Herblore: He doesn't get banned even streaming himself using autohotkey. Again, in my opinion it's much more likely for someone to do a super click intensive task, like blackjacking, with mousekeys or ahk than with regular mouse movement, thus simulating this would be better. Quote Link to comment Share on other sites More sharing options...
Botre Posted April 14, 2015 Share Posted April 14, 2015 Sure if you abuse it you're going to be banned, but as long as you use a 1:1 script you most likely be alright. Check out this: Trance Music, rank 14 overall, does some cooking: Same dude doing some Herblore: He doesn't get banned even streaming himself using autohotkey. Again, in my opinion it's much more likely for someone to do a super click intensive task, like blackjacking, with mousekeys or ahk than with regular mouse movement, thus simulating this would be better. It's going to get you flagged. But then again, a super click intensive task will probably too. Let us know how it turns out ^^ Quote Link to comment Share on other sites More sharing options...