What are the best parameters to use in keywait and keymodwait, and how does that work?
Simba Code:SendKeys(s: String; keywait: LongInt; keymodwait: LongInt);
Thanks in advance![]()
What are the best parameters to use in keywait and keymodwait, and how does that work?
Simba Code:SendKeys(s: String; keywait: LongInt; keymodwait: LongInt);
Thanks in advance![]()
About 30ms is good for both of them, plus randomness of course. 30 + Random(20) would do fine for both.
If this is for RS though, use TypeSend.
<3
Originally Posted by Eminem
it is for action bar shortkey and menu selection on RS, not for talking. Is it still better to use TypeSend?
I'd go for TypeSendEx. The number of parameters for SendKeys varies depending on which version of Simba the user is running, and TypeSendEx takes this into account. I assume you don't want to press enter, so set the second parameter as false.
Eg:Simba Code:TypeSendEx('1', False);
<3
Originally Posted by Eminem
Yeah I already noticed the Enter thing and I am going for TypeSendEx.
Thanks!![]()
you could always make a case and make it really random? Less bot like
Tutorials:
| Utilizing the tools in Villavu | How to create Pythagoras theorem calculator in JavaScript | How to make a live signature of your Pascal Script | Concepts of Programming Tutorial | Worked on Frog Random with Justin for RS07
Tutorials:
| Utilizing the tools in Villavu | How to create Pythagoras theorem calculator in JavaScript | How to make a live signature of your Pascal Script | Concepts of Programming Tutorial | Worked on Frog Random with Justin for RS07
I dont think 1-10 ms is very human-like () but it's a good idea.
There are currently 1 users browsing this thread. (0 members and 1 guests)