This is my first autotalker.
It's really basic but post here if you have any errors.
I will update this so it can say more things.
Have fun!
EDIT: New script v. 1.1
This is my first autotalker.
It's really basic but post here if you have any errors.
I will update this so it can say more things.
Have fun!
EDIT: New script v. 1.1
Needs more messages.
Needs random times
SCAR Code:Program talk
{include. srl/srl.scar}
const
Message1' here'//
Message2'here'
Message3'here'
procedure Talks;
begin
Wait(2500+random(1000));
TypeSend(Message1 +chr(13))
Wait(2500+random(1000));//this is telling it to wait 2.5 seconds - 1 second
// it randomizes it for anti ban
TypeSend(Message2 +chr(13));
Wait(2500+random(1000));
TypeSend(Message3 +chr(13));
end;
// main loop
begin
repeat//
talks;
until(false)//
nothing wrong here
keep it up
There are currently 1 users browsing this thread. (0 members and 1 guests)