Results 1 to 6 of 6

Thread: Fc advertiser for 07

  1. #1
    Join Date
    Dec 2008
    Location
    ohioo
    Posts
    308
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default Fc advertiser for 07

    I and some of my friends need a autotalker that advertises our fc. 6 hour timer and smart would be nice as well. If no one is up for the task, could you guys explain a easy way to make this super simple script?
    This will be for 07

  2. #2
    Join Date
    Dec 2011
    Posts
    170
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    6 hour timer?
    Here's my auto talker, might help you.

    PHP Code:
    program AutoTalk;

    const
    Color 'purple';
    Effect 'wave';
    Text 'testing';

    procedure TypeText;
      
    begin
        SendKeys
    (Color ':' Effect ':' Text ,30,10);
        
    PressKey(13);
        
    Wait(randomRange(20002500));
      
    end;

    procedure Pause(NeedKeyBoolean);
      
    begin
        
    if not (NeedKeythen

          repeat
            Wait
    (1000);
          
    until (IsKeyDown(112)) else
            if (
    IsKeyDown(112)) then
              repeat
                Wait
    (1000);
              
    until (IsKeyDown(112))
      
    end;



    begin
      Pause
    (False);
        
    repeat
         TypeText
    ;
         
    Pause(True);
        
    until (IsKeyDown(27))
    end
    F1 Starts/Pauses typing, and ESC stops the script completely.

  3. #3
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by koo29 View Post
    I and some of my friends need a autotalker that advertises our fc. 6 hour timer and smart would be nice as well. If no one is up for the task, could you guys explain a easy way to make this super simple script?
    This will be for 07
    You wont find much support on Villavu for auto-typers are they annoy most of us here.

    Forum account issues? Please send me a PM

  4. #4
    Join Date
    Dec 2008
    Location
    ohioo
    Posts
    308
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    I know this and completely see where they are coming from. Still worth a try. I'll probably try making my own script.

  5. #5
    Join Date
    Dec 2011
    Posts
    170
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    You wont find much support on Villavu for auto-typers are they annoy most of us here.
    Pretty much impossible to sell anything at a decent price without a typer :/

  6. #6
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by shebee View Post
    Pretty much impossible to sell anything at a decent price without a typer :/

    You're right, in fact I use an auto-typer for 07 to sell my items, not to advertise a fc

    Forum account issues? Please send me a PM

Thread Information

Users Browsing this Thread

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

Posting Permissions

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