Please delete im starting scripting all again


Please delete im starting scripting all again
Add multiple lines, make it to type when key is pressed and if u r skilly enough, u can try forms![]()


lol not skilled enuff for forms ill do the key thing soon
Ok, then it will be good![]()


Thanks for help doing it now


Version 2 added click the F keys to type youre messages up to 4 messages.
Some credits to dagger for help with fkeys
This is straight copy from dagger's talker now
SCAR Code:program TalkingDaggers;
{.include SRL/SRL.scar}
const
Message1 ='Put your text here';
Message2 ='Put your text here';
Message3 ='Put your text here';
Message4 ='Put your text here';
procedure TypeItAll;
begin
if(IsFKeyDown(5))then
begin
TypeSend(Message1);
end;
if(IsFKeydown(6))then
begin
TypeSend(Message2);
end;
if(IsFKeyDown(7))then
begin
TypeSend(Message3);
end;
if(IsFKeyDown(8))then
begin
TypeSend(Message4);
end;
end;
begin
repeat
TypeItAll;
until(IsFKeyDown(12))
end.


no look
SCAR Code:program My Auto Talker;
{.include SRL/SRL.scar}
//Type Youre message (can be more than 1) press play and for messsage 1 to type
//press F1 for meesage to its F2 message 3 F3 message 4 F4
const
Message1 ='Cyan:yo';//press F1 to type this message
Message2 ='Type Your Message Here';//press F2 to type this message
Message3 ='Type Your Message Here';//press F3 to type this message
Message4 ='Type Your Message Here';//press F4 to type this message
procedure TypeItAll;
begin
if(IsFKeyDown(1))then
begin
TypeSend(Message1);
end;
if(IsFKeydown(2))then
begin
TypeSend(Message2);
end;
if(IsFKeyDown(3))then
begin
TypeSend(Message3);
end;
if(IsFKeyDown(4))then
begin
TypeSend(Message4);
end;
end;
begin
repeat
TypeItAll;
until(IsFKeyDown(12))
end.
Evry autotalker will have to be like tht
Oh cmon rudeboialex, you cant just steal scripts... You don't learn anything if you just copy...


Im learning noe any way im trying radialwalk lummby to varrock abd its notstealing any autotyper like that would have to be like that
Ok, that sounds better, u should learn something of it![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)