Well there's the auto typer thingy built into oldschool already, but if you want to bypass people who filter those away then:
Simba Code:
program RUNME;
{$DEFINE SMART}
{$i AeroLib/AeroLib.Simba}
begin
initAL();
Repeat
Wait(1000+Random(500));
TypeSend('test', true);
until(false)
end.
If you want to run it on a virtual machine without SMART then you can comment out {$DEFINE SMART} and instead drag the simba crosshairs onto the runescape client.
Last edited by Joopi; 12-11-2015 at 03:58 PM.
Feel free to ask me any questions, I will do my best to answer them!
Previously known as YouPee.