yaro1 1 Share Posted October 28, 2015 (edited) Hello guys from Dreambot, I hope that I'm on the right place with my question/topic. First of all, I have a Local script that is made, but I have only one problem: It's a script for runescape 2007 'gamble'. 55x2/flower game you all runescape players know, it's the game that bots rolling a number from 0-100 in a friendchat. But the problem of the script is; when I am saying !roll or other commands it takes to long and the message will be delayed so the bot needs to react faster to the command. The bot his reaction is delayed when the host is saying a command (!roll/!flowers/!info) If I am saying !roll in my friendchat the bot will talk and say; 'dice 55x2 'name of dicer' rolled a 55.. winner [time]. So maybe you guys could helpe me to change the speed of typing of the bot. Thank you! Edited October 28, 2015 by yaro1 robin222 1 Link to comment Share on other sites More sharing options...
RealEngine 24 Share Posted October 28, 2015 (edited) i added you on skype, if you want this script done right add me and i will start working on it i also posted this on the other three threads you made posted this on qbots thread as well.String message = "Hello bob the builder";for (char c : message.toCharArray()){new Thread(()-> getKeyboard().type(c,false)).start();sleep(50,100);}getKeyboard().type(" "); Edited October 28, 2015 by RealEngine yaro1 1 Link to comment Share on other sites More sharing options...
yaro1 1 Author Share Posted October 28, 2015 i added you on skype, if you want this script done right add me and i will start working on it i also posted this on the other three threads you made going to add you, and am testing the script Link to comment Share on other sites More sharing options...
Recommended Posts