Yea^^ Any One Know How?
I Know Like this:
I Need it for NPC Chatting.Simba Code:PressKey(VK_Space);
The One I've got is
Any Help?Simba Code:Function Chater:Boolean;
Var
Run:Integer;
Begin
Repeat
Inc(Run);
TypeSend(' ');
Wait(RandomRange(1200, 1400));
Until(Run = 4);
End;
I'm not sure if you can Hold Key Down.
Mat






Reply With Quote









