THIS IS MY First Script So. . . any Kind of advice from others is welcomed i'm always up to learn from someone that has been in the game longer. . . This is a simple AutoTyper. . .
THIS IS MY First Script So. . . any Kind of advice from others is welcomed i'm always up to learn from someone that has been in the game longer. . . This is a simple AutoTyper. . .
Hey, il give it a go in the nxt 1hr let u know how it goes looking nice cheers,
love my auto's
Why is there an extra program begin end. at the end?
And, why you have x, y : Integer;
if you dont use them?
And, do:
SCAR Code://============================================================================\\
//++++++++++++++++++++++++++DESCRIPTION+++++++++++++++++++++++++++++++++++++++\\
{ This is a simple autotalker/Multi talker...
Multiple Talking lines are in this script even though they are not needed
If only one line is needed erase lines 29-46 then only one line will be used
Not Much to say basic autotalker nothing to crazy. . ..
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
===============================================================================}
program MagerOnerAutoTalker; //Name of Program.
{.include srl\srl.scar}
//Include srl!
var
x,y:integer; //No use?
begin
activateclient;
repeat
wait(2000+ random(1000)); // Change Wait Time Depending On Message Size \\
TypeSend('_____FUCK____'+chr(13)); //Type Message One here\\
wait(2000+ random(1000)); //Change Wait Time Depending On Message Size \\
TypeSend('_____THESE_____'+chr(13)); //Type Message Two here\\
wait(2000+ random(1000)); // Change Wait Time Depending On Message Size\\
TypeSend('___RANDOMS___'+chr(13)); //Type Message Three Here\\
wait(2000+ random(1000)); // Change Wait Time Depending On Message Size\\
TypeSend('_____THIS____'+chr(13)); //Type Message Four Here\\
wait(2000+ random(1000)); // Change Wait Time Depending On Message Size\\
TypeSend('______IS_____'+chr(13)); //Type Message Five Here\\
wait(2000+ random(1000)); // Change Wait Time Depending On Message Size\\
TypeSend('_____SOME_____'+chr(13)); //Type Message Six Here\\
wait(2000+ random(1000)); // Change Wait Time Depending On Message Size\\
TypeSend('__MAGERONER__'+chr(13)); //Type Message Seven Here\\
wait(2000+ random(1000)); // Change Wait Time Depending On Message Size\\
TypeSend('______SHIT__'+chr(13)); //Type Message Eight Here\\
wait(2000+ random(1000)); // Change Wait Time Depending On Message Size\\
TypeSend('============='+chr(13));//Type Message Nine Here\\
wait(2000+ random(1000));
until(false)
end.
{=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=^.^+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Use TypeSend! SendKeys is so bannable :P
Work on standards, and read more tuts! they really help!
Ce ne sont que des gueux
use typesend !
and make it as a diffrent procedure
btw why do you have to cuss ? (in your script)
thats not cool.
There are currently 1 users browsing this thread. (0 members and 1 guests)