PDA

View Full Version : My first script! (AutoTalker)



qwertyftw
03-21-2007, 07:55 AM
Well here you have it.
My first script ever.
This will be the first of many. Though I hope I improve.

System79
03-21-2007, 01:50 PM
A little tip from me, dont use SendKeys, its alot more detectable.
Instead use TypeSend, it uses the same syntax, so:
TypeSend(Message1+chr(13));//Don't touch

~System79

caius_dio
03-23-2007, 04:09 PM
try to use it with srl it has more anti ban features

qwertyftw
03-25-2007, 06:24 AM
TypeSend isnt working...

Pwnt by Pwnt
03-25-2007, 08:51 AM
u need to put {.include SRL\SRL.SCAR} after u do program AutoTalker; so ur whole script should be this.. //First ever script from Qwertyftw
//Many more (I am sure better) In the near future
//Remember 1000=1 second
program AutoTalker;
{.include SRL\SRL.SCAR}
const
Message1= ('.........'); //What would you like to say?

begin
repeat //numbers are written in milliseconds. 1000=1 second
Wait(1000+random(100));//Set your speed as to wish you want to type at
TypeSend(Message1);//Don't touch
until(false)
end. now it will work :)

runescapeautoer123
11-13-2007, 12:21 PM
sendkeys bad idea lol quick bannage on rs using sendkeys happeed to my lvl 49

jo1989
11-13-2007, 04:54 PM
is it safe or will I get banned within 1h ?

freedox
12-01-2007, 05:34 PM
You should learn more about scripting and maybe you should look other ppl's scripts and learn something from there:)
Its not a bad script at all and the most important thing is that you have tried:)
Keep learning and then you can make better and harder scripts;)

scott19911
12-01-2007, 07:33 PM
works ok for first script

scott1991
12-01-2007, 07:47 PM
works ojk