Results 1 to 6 of 6

Thread: my first script (auto talker)

  1. #1
    Join Date
    Jul 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default my first script (auto talker)

    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.

  2. #2
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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]

  3. #3
    Join Date
    Sep 2006
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sendkeys = ban
    k thanks i was using sendkeys in my autotyper

    ghetto i just posted mine you should check it out mines alot different

  4. #4
    Join Date
    Jul 2007
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default same old same old

    every first time script maker starts with auto speaker
    im starting with a power fisher

  5. #5
    Join Date
    Aug 2007
    Posts
    282
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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:
    SCAR Code:
    Wait(3000+random(250))
    it will wait for 3 seconds plus a random amount up to a quarter of a second

    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;

  6. #6
    Join Date
    Jul 2007
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i have also done a Typer for first script (lol)

    well

    keep it up, it works
    Currently Learning the Basics of Scar

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My First Script Auto Talker
    By FagetHax0r in forum First Scripts
    Replies: 15
    Last Post: 03-30-2008, 08:58 PM
  2. First Script (Auto-Talker)
    By GhostbustThat in forum First Scripts
    Replies: 5
    Last Post: 12-03-2007, 05:02 PM
  3. Replies: 5
    Last Post: 11-23-2007, 08:45 PM
  4. my first script:auto talker
    By 8arry 5tinkt in forum First Scripts
    Replies: 2
    Last Post: 07-15-2007, 03:25 PM
  5. Help with auto trade/ auto talker script
    By logik in forum OSR Help
    Replies: 5
    Last Post: 03-16-2007, 11:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •