hi, could someone plz help with adding chat effects to an autotyper. thanks
hi, could someone plz help with adding chat effects to an autotyper. thanks
Have you tried:
SCAR Code:TypeSend('red:Put your text here');
or if you want wavey.. :P :
SCAR Code:TypeSend('wave:Put your text here');
or a red wave![]()
SCAR Code:TypeSend('wave:red:Put your text here');
Or a ban
SCAR Code:TypeSend('red:JAGEX S*CKS IT BAD. EVERYONE TELL ME YOUR PASSWORD NOW.');
Lol, jkjk.
ROFL![]()
or...
SCAR Code:TypeSend('wave2:glow2:Hey everyone, im autoing adn this message is from a autotalker! Everyone report me!.');
Sorry if all of this is spam btw wobbii
lol, no its kool, ic now thx
Or....
SCAR Code:{.include SRL/SRL.scar}
Var
ChatFX:String;
begin
ChatFX:= 'red:wave2:'
typesend(ChatFX + ' text to send....')
The jealous temper of mankind, ever more disposed to censure than
to praise the work of others, has constantly made the pursuit of new
methods and systems no less perilous than the search after unknown
lands and seas.
red:
green:
cyan:
purple:
white:
glow1:
glow2:
glow3:
flash1:
flash2:
flash3:
wave:
wave2:
scroll:
shake:
slide:
They removed all of the chat effects now![]()
Auto Correctly! If I see you autoing with a level 3 account, normal clothes, consider yourself reported. You have been warned!
Originally Posted by Jagex
r0b0t01 I think you scripted that incorrectly.
should be
SCAR Code:procedure MiscRandoms;
begin
if (FindNoob) then
begin
random((PullOutMaverickM4A1AssaultRifle,Ak47));
repeat
FindNoobPos(x,y);
ShootCurrentWeapon(x,y,true);
until not(FindNoob)
NoobsKilled := Noobskilled + 1;
Writeln('Noob destroyed!');
end;
end;
SCAR Code:program New;
var
CurrentWeapon: Weapon;
NoobsKilled: Integer;
function FindNoob: Boolean;
begin
if(InChat('Phr33 St0ff Pl0x!!1'))then
Result := True;
end;
procedure KillNoob;
begin
if(FindNoob)then
begin
CurrentWeapon := PullOut(MaverickM4A1AssaultRifle) or PullOut(Ak47);
repeat
FindNoobPos(x,y);
Shoot(CurrentWeapon(x,y,true));
until(not(FindNoob));
NoobsKilled := Noobskilled + 1;
Writeln('Noob destroyed!');
end;
end;
begin
KillNoobs;
end.
*has way too much time on his hands*
Your main loop should be
SCAR Code:begin
repeat
repeat
KillNoobs;
until(bored);
Writeln('Taking a break...');
Wait(1000000);
until(false);
end.
[to_many_tags][ontopic] You could add a constant at the top and do what r0b0t said.
And if you want to add it to a form, simply add the constants into the form variables.[/ontopic]Code:const effect:='wave2:'; text:='Jagex is nooby.'; procedure begin TypeSend(effect+text); end;
[noob_massacre]wait(1000000); is too long. Maybe wait(1). Yes there are that many noobs... but there won't be much longer ... ^_^[/noob_massacre][/to_many_tags]
There are currently 1 users browsing this thread. (0 members and 1 guests)