asdasdasd22 0 Posted August 10, 2020 I'm a scripter and just found out that after migrating my dreambot 2 script to dreambot3 the canvas.dispatchEvent wont work if keyboard input is disabled. In dreambot2 this worked eventhough the keyboard input was disabled. example snippet: canvas.dispatchEvent(new KeyEvent(canvas, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), 0, KeyEvent.VK_SHIFT, KeyEvent.CHAR_UNDEFINED)); Version of Dreabot 3.0.0.
asdasdasd22 0 Author Posted August 11, 2020 Instance instance = Client.getInstance(); Canvas canvas = instance.getCanvas();
Recommended Posts
Archived
This topic is now archived and is closed to further replies.