Please tell me how this is.Code:program Talker; procedure example; begin Sendkeys('text goes here'+chr(13)) Writeln('message sent') wait(3000) end; begin repeat example until(false) end.
Please tell me how this is.Code:program Talker; procedure example; begin Sendkeys('text goes here'+chr(13)) Writeln('message sent') wait(3000) end; begin repeat example until(false) end.
use typesend instead of sendkeys...
sendkeys = ban
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
k thanks i was using sendkeys in my autotypersendkeys = ban
ghetto i just posted mine you should check it out mines alot different
every first time script maker starts with auto speaker
im starting with a power fisher
it will work.. but it is very very basic
first when waiting dont just use a number or you will get banned easily.. use a number plus a random number, like this:
it will wait for 3 seconds plus a random amount up to a quarter of a secondSCAR Code:Wait(3000+random(250))
second work on spacing so it is easier to read.. when you have bigger scripts it will be more important:
SCAR Code:NO
procedure this;
begin
that;
that;
that;
end;
YES
procedure this
begin
that;
that;
that;
end;
i have also done a Typer for first script (lol)
well
keep it up, it works![]()
Currently Learning the Basics of Scar
There are currently 1 users browsing this thread. (0 members and 1 guests)