PDA

View Full Version : EliteTalker, Yet another AutoTalker:(



emiel
07-10-2007, 09:39 AM
Well, First i'm sorry for giving you your 10000000 Autotalker on this Forum,
but i really need some Reviews and Feedback on it!:stirthepot: :D


And YAY! my first Topic on this Forum:p












{
# ScriptName = EliteTalker
# Author = Emiel AKA Godpower
# Description = Just a basic EliteTalker
# Version = 0.1
# Date = 11-07-07
# Comments = Fill in Message 1, message 2 and message 3.
}


program EliteTalker;

{.include SRL/SRL.scar}

var
Timer: Integer;


const
Message1 = 'type Message 1 here!'; // type here your first Message :D
Message2 = 'type Message 2 here!'; //type here message 2
Message3 = 'type Message 3 here!';
HowManyTimes = 1; // How many times do you want it to type.
TimeToType = 3000; //How much time to wait after the first and second message are done.



procedure EliteTalking;
begin
TypeSend(Message1);
Wait(1000 + Random(200));
Wait(TimeToType);
TypeSend(Message2);
Wait(1500 + Random(500));
Wait(TimeToType);
TypeSend(Message3);
Wait(2000 + Random(500));
Wait(TimeToType);

end;

begin
Timer := 0
repeat
ActivateClient;
EliteTalking;
Timer := Timer + 1
Writeln('You have Written your Messages ' + inttostr(Timer) + ' Time(s)');
Writeln('EliteTalker by Emiel')
until (Timer = HowManyTimes);
end.

Meanage
07-10-2007, 10:30 AM
Cool, some things you could add to improve your skills could be, optional amount of messages, hotkeys, trade accepting, option waits and random waits between messages. But then again you probly want to do something harder because it is just an auto talker, prahaps an auto login or a powerminer. Goodluck with future scripts, keep it up.

Lol, you been here longer than me :P

That post probly sounds gay but Ive never read an auto talker or login script thread so I dont know what people normally say :P

ZephyrsFury
07-10-2007, 01:07 PM
Yeah pretty much what Meanage said. I've made an autotalker which is pretty good. It has forms, trading, styles and colour. Check it out here if you want some tips or ideas :D :
http://http://www.villavu.com/forum/showthread.php?t=11097

yanix
07-13-2007, 08:36 PM
making auto talkers is not bad some can get broken/dont work anymore and then another is good to have ;)

and ill make my first script soon and ill make 1 auto talker with anti randoms, trade and it will sell&buy and ill take a pic of every thing (non memb) and so it can buy/sell stuff and it will not get scammed... will take alot of time lol